jQuery(function() {
	
	// Fix PNG images if the user client is IE 6 or lower
	if(jQuery.browser.msie) {
		if(jQuery.browser.version <= 6) {
			jQuery('head').append('<script type="text/javascript" src="/js/jquery.pngfix.js" />');
			jQuery('#header, #body, #footer').pngfix();
		};
	};

});
