//Check Browser and Run appropriate CSS

if (navigator.appName == "Netscape") 
	document.write("<link rel='StyleSheet' type='text/css' href='http://66.241.210.162/stylesheets/bb_netscape.css'>")
else
	document.write("<link rel='StyleSheet' type='text/css' href='http://66.241.210.162/stylesheets/bb_explorer.css'>")
