/*
WR123 - Master Script File: admin version

	this is the bluerobot left menu 2 collumn layout master script file: 
	
	NOTE: this script should be referenced as "master_t4a.js"
	t4 ( template 4 )

Created: 27 Dec 2006 By John Hembling. 

Copyright  2006 AustereSoft. All rights reserved. 



*/

function addExtras(){



return true;

}




	var a='<!--[if IE]>';
	var b='<![endif]-->';
	


	var e='<scr' + 'ipt  type="text\/javascr'+'ipt" src="';
	var f='"><\/scr' + 'ipt>';
	
	// do the javascripts 
	
	var t='';
	
	t+= e+'\/js\/util.js'+f;



	// do the stylesheets
	

	t+='<link rel="stylesheet" href="\/js\/t4/\layout.css" type="text\/css" media="screen" />';
	t+='<link rel="stylesheet" href="\/js\/t4/\color.css" type="text\/css" media="screen" />';

	
//	t+='<link rel="stylesheet" href="css\/print.css" type="text\/css" media="print">';
	// do IE only stuff
	

	
	
	document.write(t);