//Author: Steve Tomlin
//date: 30/7/2009
//v:1

//works with global.js but will not break without it
//writing in style guarantees javascript is working
	var strStyle = '<style type="text/css">';
		strStyle+='#content{display:none}';
	strStyle+='</style>';
	document.write(strStyle);
