if(navigator.appVersion.indexOf('MSIE 6')!=-1)
{
	document.write('<link href="/tpl/ie6.css" rel="stylesheet" type="text/css">');
}
else document.write('<link href="/tpl/ff.css" rel="stylesheet" type="text/css">');
//firefox specific
/*if(navigator.appName.indexOf('Netscape')!=-1)
{
			document.write('<link href="/templates/default/edustyleaddon_ff.css" rel="stylesheet" type="text/css">');
}*/
