nav=navigator.appName;
BASE = 'http://www.hostx.ro/';
if(nav.substring(0,9)=="Microsoft")
	{nav="MSIE";}
if(nav=='MSIE') {
	document.writeln('<link rel="stylesheet" href="' + BASE + '/css/ie/home.css" type="text/css">');
	document.writeln('<link rel="stylesheet" href="' + BASE + '/css/ie/layout.css" type="text/css">');
	document.writeln('<link rel="stylesheet" href="' + BASE + '/css/ie/style.css" type="text/css">');
} else {
	document.writeln('<link rel="stylesheet" href="' + BASE + '/css/ff/home.css" type="text/css">');
	document.writeln('<link rel="stylesheet" href="' + BASE + '/css/ff/layout.css" type="text/css">');
	document.writeln('<link rel="stylesheet" href="' + BASE + '/css/ff/style.css" type="text/css">');
}