function writeCSS(css2write)
{ 
	// IE 4 and up but not IE 6!
	if (is_ie4up && !is_ie6up ) {
	  document.write('<link rel="stylesheet" href="'+css2write+'" type="text/css">');
	}
}

