window.onload = function() {

	if($.browser.safari)  $('head').append('<link href="../includes/safari_fixes.css" rel="stylesheet" type="text/css" media="screen" />');
	$(document).ready(function(){
		if (typeof $.prettyPhoto != 'undefined')
			$("a[rel^='prettyPhoto']").prettyPhoto({theme:'light_square', animationSpeed: 'fast', opacity: .5, social_tools: '<div class="pp_social"><div class="facebook"><iframe src="http://www.facebook.com/plugins/like.php?locale=en_US&href='+location.href+'&amp;layout=button_count&amp;show_faces=true&amp;width=500&amp;action=like&amp;font&amp;colorscheme=light&amp;height=23" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:23px;" allowTransparency="true"></iframe></div></div>'});
	});	  
	
}

