//
// Author: http://webstandards.org/act/campaign/buc/tips.html
// Release: 1.0
// Date: 2002/07/14
//
// checks for W3C DOM support and includes a appropriately supported CSS
//
if(!document.getElementById)
		document.write('<link rel="stylesheet" type="text/css" href="../css/non_std.css">\n');
	else document.write('<link rel="stylesheet" type="text/css" href="../css/gstd.css">\n');