ns=(document.layers)?true:false;
ns6=(document.getElementById&&!document.all)?true:false;
ie=(document.all)?true:false;

if (ie) type="ie"
if (ns6) {
	type="ns6"
	alert("You must view this page using the 'Display like Internet Explorer' (click on the lower left icon in the status bar), sorry for any inconvenience")
}
if (ns) type="ns"
document.write("<link type='text/css' rel='stylesheet' href='../includes/contestStyles_"+type+".css'>")
