var ie_url = "http://www.marshmallowswisdom.com/why-ie-sucks/";

function alert_ie() {
	if( navigator.appName == "Microsoft Internet Explorer" ) {
		document.write(
			"<div id=\"ie_alert\">"+
			"	A long time ago, in a galaxy far, far way, IE sucked. Now, in our galaxy, it still sucks."+
			"	Read why <a href=\""+ie_url+"\">here</a>."+
			"	For an alternative internet browser, try <a href=\"http://www.mozilla.com/firefox/\">Firefox</a></div>" );
	}
}

