$(document).ready(function(){
	$('div#logo').ifixpng();

	if ($.browser.msie) {
		var brower_version = $.browser.version.substr(0,1);
		if (brower_version < 7) {
			alert("You are using an older version of Internet Explorer. It is outdated and you should upgrade. This web site will now redirect you.");
			document.location = 'http://www.microsoft.com/windows/products/winfamily/ie/';
		}
	}


});