$(document).ready(function(){
	
	
	
	if($.browser.msie && $.browser.version < 7) { 
		$(document).pngFix();
	}
	
	 	
});

