var browser_name = navigator.appName


function iedetect() {

	if (browser_name == "Microsoft Internet Explorer"){
		alert('Attention\: Your current internet browser, Microsoft\'s Internet Explorer, does not support full CSS2 standards. The functionality of this website will be reduced. Please use a CSS2 complient browser for full usability.')


		alert('You will now be directed to CSS2 complient browsers')
		window.open('http://www.opera.com')
		window.open('http://www.mozilla.com')

}
}