function closePrettyPhoto() {
	try {
		jQuery.prettyPhoto.close();
	}catch(err) { alert(err); };
};

(function($) {
	$(document).ready(function() {
		$('body').css({ position:'static' });
		$("[rel^='prettyPhoto']").prettyPhoto({ theme:'', allowresize:false, wmode:'transparent', flash_markup: '<object id="virtualTour" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="{width}" height="{height}"><param name="wmode" value="{wmode}" /><param name="allowscriptaccess" value="always" /><param name="movie" value="{path}" /><embed src="{path}" type="application/x-shockwave-flash" allowscriptaccess="always" width="{width}" height="{height}" wmode="{wmode}"></embed></object>' });
		
		$('#features').html('<p class="donate-now"><a href="/p/donations/make-a-donation/">Donate Now</a></p><div id="featuresFlash"></div>');
		swfobject.embedSWF("/flash/Home.swf?v=1.2", "featuresFlash", "760", "281", "9.0.0", "", { xmlUrl:"/flash/services/banners.php?v="+(Math.random()*1000), imageDir:"/flash/banner-images/" }, { wmode:'transparent', menu:'false' }, {}); 
	}); 
})(jQuery);
