$(document).ready(function(){
	
	$('.iepng').pngFix();
	$("#fader").show();
	$("#fader").css({'width': $(document).width(), 'height': $(document).height()});
		  
	$("p#re a").fancybox({
		'overlayShow': true,
		'overlayOpacity': 0.6
	});

	$('a.load-local').cluetip({local:true, cursor: 'pointer', showTitle: false});
});
  
	function init() {
		$("#fader").fadeOut(2000);
	}

window.onload = init; 