// Detect Netscape 4.x
NS4 = (document.layers) ? true : false;

	if (NS4) {
		document.write('<link rel="stylesheet" href="/css/default.css" type="text/css">');
		document.write('<link rel="stylesheet" href="/css/template.css" type="text/css">');
		document.write('<link rel="stylesheet" href="/css/box.css" type="text/css">');
	}	else {
		document.write('<link rel="stylesheet" href="/css/default.css" type="text/css">');
		document.write('<link rel="stylesheet" href="/css/template.css" type="text/css">');
		document.write('<link rel="stylesheet" href="/css/box.css" type="text/css">');	
	}
		
	
