// JavaScript Document
function getContent(returnItem, placement) {
 if(placement == "xpp1") {
		switch(returnItem){
			case 'ballys_offer_1':
				return '/x1/ballys_offer_1/offer_1.txt';
			case 'bellagio_offer_1':
				return '/x1/bellagio_offer_1/offer_1.txt';
			case 'circus_circus_offer_1':
				return '/x1/circus_circus_offer_1/offer_1.txt';
			case 'excalibur_offer_1':
				return '/x1/excalibur_offer_1/offer_1.txt';
			case 'flamingo_offer_1':
				return '/x1/flamingo_offer_1/offer_1.txt';
			case 'harrahs_offer_1':
				return '/x1/harrahs_offer_1/offer_1.txt';
			case 'imperial_palace_offer_1':
				return '/x1/imperial_palace_offer_1/offer_1.txt';
			case 'luxor_offer_1':
				return '/x1/luxor_offer_1/offer_1.txt';
			case 'mgm_grand_offer_1':
				return '/x1/mgm_grand_offer_1/offer_1.txt';
			case 'mirage_offer_1':
				return '/x1/mirage_offer_1/offer_1.txt';
			case 'monte_carlo_offer_1':
				return '/x1/monte_carlo_offer_1/offer_1.txt';
			case 'paris_las_vegas_offer_1':
				return '/x1/paris_las_vegas_offer_1/offer_1.txt';
			case 'planet_hollywood_offer_1':
				return '/x1/planet_hollywood_offer_1/offer_1.txt';		
			case 'venetian_offer_1':
				return '/x1/venetian_offer_1/offer_1.txt';
			case 'best_show_offer_1':
				return '/x1/best_show_offer_1/offer_1.txt';
			case 'best_hotel_offer_1':
				return '/x1/best_hotel_offer_1/offer_1.txt';
			case 'marketing_offer_1':
				return '/x1/marketing_offer_1/offer_2.txt';				
			case 'rotating_banner_1':
				return '/x1/rotating_banner_1/offer_1.txt';		
			case 'generic_show_offer':
				return '/x1/generic_show_offer/offer_1.txt';	
			case 'blue_man_group_offer_1':
				return '/x1/blue_man_group_offer_1/offer_1.txt';							
			case 'celine_dion_offer_1':
				return '/x1/celine_dion_offer_1/offer_1.txt';						
			case 'criss_angel_offer_1':
				return '/x1/criss_angel_offer_1/offer_1.txt';							
			case 'david_copperfield_offer_1':
				return '/x1/david_copperfield_offer_1/offer_1.txt';								
			case 'ka_offer_1':
				return '/x1/ka_offer_1/offer_1.txt';
			case 'le_reve_offer_1':
				return '/x1/le_reve_offer_1/offer_5.txt';		
			case 'love_offer_1':
				return '/x1/love_offer_1/offer_1.txt';	
			case 'mystere_offer_1':
				return '/x1/mystere_offer_1/offer_1.txt';	
			case 'phantom_offer_1':
				return '/x1/phantom_offer_1/offer_1.txt';
			case 'terry_fator_offer_1':
				return '/x1/terry_fator_offer_1/offer_1.txt';
			case 'viva_elvis_offer_1':
				return '/x1/viva_elvis_offer_1/offer_1.txt';
			case 'zumanity_offer_1':
				return '/x1/zumanity_offer_1/offer_1.txt';
			case 'treasure_island_offer_1':
				return '/x1/treasure_island_offer_1/offer_1.txt';
			case 'geo_offer_1':
				return '/x1/best_show_offer_1/offer_1.txt';
			case 'weekend_party_1':
				return '/x1/weekend_party_1/offer_1.txt';
			case 'weekend_party_2':
				return '/x1/weekend_party_2/offer_1.txt';
			case 'weekend_party_3':
				return '/x1/weekend_party_3/offer_1.txt';
			case 'family_vacation_1':
				return '/x1/family_vacation_1/offer_1.txt';
			case 'family_vacation_2':
				return '/x1/family_vacation_2/offer_1.txt';
			case 'family_vacation_3':
				return '/x1/family_vacation_3/offer_1.txt';
			case 'entertainment_1':
				return '/x1/entertainment_1/offer_1.txt';
			case 'entertainment_2':
				return '/x1/entertainment_2/offer_1.txt';
			case 'entertainment_3':
				return '/x1/entertainment_3/offer_1.txt';
			default:
				return '/x1/best_show_offer_1/offer_1.txt';
		};
	}
	else if(placement == "xpp2") {
		switch(returnItem){
			case 'featured_deal_tower_1':
				return '/x1/featured_deal_tower_1/offer_1.txt';
			case 'marketing_offer_tower_1':
				return '/x1/marketing_offer_tile_1/offer_2.txt';
			case 'generic_hotel_offer':
				return '/x1/generic_hotel_offer/offer_1.txt';			
			case 'geo_show_offer_1':
				return '/x1/generic_show_offer_1/offer_1.txt';			
			case 'geo_show_offer_2':
				return '/x1/generic_show_offer_1/offer_1.txt';	
			case 'geo_hotel_offer_1':
				return '/x1/generic_hotel_offer/offer_1.txt';									
			case 'generic_product_offer_1':
				return '/x1/generic_product_offer_1/offer_1.txt';
			case 'geo_product_offer_1':
				return '/x1/geo_product_offer_1/offer_1.txt';
			case 'generic_show_offer_1':
				return '/x1/generic_show_offer_1/offer_1.txt';				
			case 'entertainment_tower':
				return '/x1/entertainment_tower/offer_1.txt';
			case 'entertainment_tower_mgm':
				return '/x1/entertainment_tower_mgm/offer_1.txt';
			case 'weekend_party_tower':
				return '/x1/weekend_party_tower/offer_1.txt';				
			case 'weekend_party_tower_mgm':
				return '/x1/weekend_party_tower_mgm/offer_1.txt';					
			case 'family_vacation_tower':
				return '/x1/family_vacation_tower/offer_1.txt';					
			case 'family_vacation_tower_mgm':
				return '/x1/family_vacation_tower_mgm/offer_1.txt';					
			default:
				return '/x1/generic_product_offer_1/offer_1.txt';
		}
	}
}
