$=jQuery.noConflict();
$(document).ready(function(){

	$(".phanIframe").each(function(){
	
		$(this).contents().find("body").css({
		
			"text-align": "center",
			"font-family": "Arial, 'Trebuchet MS', Trebuchet, sans-serif"
																						 
		});
																 
	});
		
	if($("#topTopAd").length>0) { $("#topTopAd").width($(window).width()); }
														 
});
