function advertiseReplacement(position, pos) {
	 if (!$("#NewMoonFandbuck_cafePress").size() > 0){ 
		 var html_promo_image = '<div class="promobox_images" id="NewMoonFandbuck_cafePress" style="margin: 5px 0pt 10px; width: 533px;">';
		 html_promo_image += '<a href="http://www.fandango.com/Twilightgifts" style="margin-right: 10px;">';
	    html_promo_image += '<img id="fanbuck_newmoon" style="border-width: 0px; height: 78px; width: 322px;" alt="New Moon Fanbuck offer" src="http://images.fandango.com/images/skin/newmoon/newmoon_fanbucks.png"/>';
		 html_promo_image += '</a>';
		
		 html_promo_image += '<a href="http://www.tkqlhce.com/click-3009186-10713411" target="_blank">';
	    html_promo_image += '<img id="Cafepress_newmoon" style="border-width: 0px; height: 78px; width: 201px;" alt="New Moon Cafe Press" src="http://images.fandango.com/images/skin/newmoon/newmoon_cafe_press.png"/>';
		 html_promo_image += '</a>';
		 html_promo_image += '</div>';
		 if (pos == "after"){	 
		 	$(position).after(html_promo_image);
		 }else{
		 	$(position).before(html_promo_image);
		 }
	}
}



$(document).ready(function() {
	if ($("#option_container div.on-fan_reviews").size() > 0){ 
		$("#page_links li.rss a").attr("href","http://www.fandango.com/rss/newmoon/121786.rss");
		advertiseReplacement("ul.pagination", "after");				
	}
		
	if ($("#option_container div.on-movie_details").size() > 0){ 
		if (!$("#page_links").size() > 0){ 
			var html_rss = '<ul id="page_links">';
			html_rss += '<li class="rss"><a href="http://www.fandango.com/rss/newmoon.rss" target="_blank" name="&lid=MLP_RSS&lpos=MLP_RSS" rel="nofollow">RSS</a></li>';
			html_rss += '</ul>';
			$("div#sub_content").after(html_rss); 	
			advertiseReplacement("div#photos");
		} else {
			advertiseReplacement("div.footnote", "after");					
		}		
	}
	
	if ($("#option_container div.on-photos").size() > 0){ 
		advertiseReplacement("div#hot_galleries", "after");				
	}
	
	if ($("#option_container div.on-showtimes").size() > 0){ 
		advertiseReplacement("div.theater_list", "after");				
	}
		
		
	 
});
