if(navigator.userAgent.indexOf("MSIE 4.5") != -1){	document.write('<link rel="stylesheet" href="css/stylesheet-n4.css" type="text/css" media="screen" />');}else if(navigator.userAgent.indexOf("IE") != -1){	document.write('<style type="text/css" media="all">@import url("css/stylesheet.css");</style>');}else if(navigator.userAgent.indexOf("Mozilla/5") != -1){	document.write('<style type="text/css" media="all">@import url("css/stylesheet.css");</style>');}else if(navigator.userAgent.indexOf("Opera/6") != -1){	document.write('<style type="text/css" media="all">@import url("css/stylesheet.css");</style>');}else if(navigator.userAgent.indexOf("Mac") != -1 && navigator.appName.indexOf("Netscape") != -1){	document.write('<link rel="stylesheet" href="css/stylesheet-n4.css" type="text/css" media="screen" />');}else if(navigator.userAgent.indexOf("Mac") != -1){	document.write('<style type="text/css" media="all">@import url("css/stylesheet.css");</style>');}else{	document.write('<link rel="stylesheet" href="css/stylesheet-n4.css" type="text/css" media="screen" />')}function MM_reloadPage(init) {  //Updated by PVII. Reloads the window if Nav4 resized  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();}MM_reloadPage(true);function MM_openBrWindow(theURL,winName,features) { //v2.0  window.open(theURL,winName,features);}//This code has been provided by Hal Pawluk at www.pawluk.com who despises thieves. :)//Thank you for the FrameJammer and your help, Hal!if (self != top)    top.location.replace(self.location)