// :::::::::::::::::::::::::::::::::::::::::::::::
//	Title:		sheet.js 
//	Author:		Justin Ribeiro		
//	Purpose:	Return correct stylesheet for  
//				browsers
//
//	Browsers:	NN 4.x, IE 4.x and 5.x, 
//				NN 6.x, Mozilla 0.x and 1.x,
//				or 4.01 Complient Browser
// :::::::::::::::::::::::::::::::::::::::::::::::


if (document.layers){
	document.write('<link rel="stylesheet" href="inc/css/main_nn.css">')
}
else {
	document.write('<link rel="stylesheet" href="inc/css/main.css">')
}
