$(function() {
	
	// Fix PNG images if the user client is IE 6 or lower
	if($.browser.msie) {
		if($.browser.version <= 6) {
			$('head').append('<script type="text/javascript" src="style/uwaanmaning/js/jquery.pngfix.js" />');
			$('#qlogo img').pngfix();
		};
	};

});