$(function(){
	var version = parseFloat(navigator.appVersion.split("MSIE")[1]);
	if(version < 7){
		$('body').prepend("<div style='clear: both; height: 59px; padding:15px 0 15px 0; position: relative; text-align: center;'> <a href='http://www.microsoft.com/windows/internet-explorer/default.aspx?ocid=ie6_countdown_bannercode'><img src='http://www.theie6countdown.com/images/upgrade.jpg' border='0' height='42' width='820' alt='You are using an outdated browser. For a faster, safer browsing experience, upgrade for free today.' /></a></div>");
	}
});

