// JavaScript Document
$(document).ready(function() {
	if ($.browser.msie /*&& $.browser.version < 7*/){
		/*
		if ($.browser.version < 7) {
			alert("Warning: You are using an out-dated version of Internet Explorer, version 6.  You may not view this site as intended.  If you encounter problems please do any of the following\n"+
			  "\t (1) Upgrade Internet Explorer to at least version 7 by going to http://www.microsoft.com/windows/internet-explorer/default.aspx?ocid=ie8_b_1C438A12-D738-4A04-9BCB-9EA8BFF3E796'"+
			  "\n\t (2) Use a different, supported, internet browser, ie. Mozilla FireFox, Google Chrome, Apple Safari");
		}
		*/
		window.location="ie/";
		/*
		$(".panel .info, ul.navigation").css({'background-image':'none'});
		$(".panel .info").css({
			'margin-top':'60px'
		});
		*/
	}						   
});
