/*
WR123 - Master Script File: admin version



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/t9/layout.css" type="text\/css" media="screen" />';
	t+='<link rel="stylesheet" href="/js/t9/color.css" type="text\/css" media="screen" />';

	
//	t+='<link rel="stylesheet" href="css\/print.css" type="text\/css" media="print">';
	
	// do IE only stuff
	
	t+=a+'<link rel="stylesheet" href="/js/t9/ie.css" type="text\/css" media="screen" />'+b;
	
	
	document.write(t);