$(function(){
	
	if ($.browser.msie && $.browser.version.match(/^6\./)) $(document).pngFix();
	
	//Place other JS stuff here
	
});

