// Detect Netscape 4.x
NS4 = (document.layers) ? true : false;

	if (NS4) {
			document.write('<link rel="stylesheet" href="includes/ns4/default.css" type="text/css">');
			document.write('<link rel="stylesheet" href="includes/ns4/template.css" type="text/css">');
			document.write('<link rel="stylesheet" href="includes/ns4/box.css" type="text/css">');
	}	else {
		document.write('<link rel="stylesheet" href="includes/default.css" type="text/css">');
		document.write('<link rel="stylesheet" href="includes/template.css" type="text/css">');
		document.write('<link rel="stylesheet" href="includes/box.css" type="text/css">');
		document.write('<link rel="stylesheet" href="includes/font.css" type="text/css">');
	}
			
			
		
	

