var site_url = 'http://internationaldayofpeace.org/';
$(document).ready(function(){
	if (document.all && /MSIE (5\.5|6)/.test(navigator.userAgent) &&
	document.styleSheets && document.styleSheets[0] && document.styleSheets[0].addRule)
	{
	//document.styleSheets[0].addRule('*', 'behavior: url(iepngfix.htc)');
	// Feel free to add rules for specific elements only, as above.
	// You have to call this once for each selector, like so:
	document.styleSheets[0].addRule('*', 'behavior: url(http://internationaldayofpeace.org/js/iepngfix.htc)');
	//document.styleSheets[0].addRule('div', 'behavior: url(js/iepngfix.htc)');
	} 
	
	$.preloadImages(
		 site_url+"img/home/home_what.png", 
		 site_url+"img/home/home_find.png", 
		 site_url+"img/home/home_supporters.png"
	);
					  				  
	$('#what').swapme('_over');
	$('#find').swapme('_over');
	$('#supporters').swapme('_over');
});