var home_page = false;
  
if((location.host=="127.0.0.1") || (location.host=="192.168.1.99")){
  base = "<base href='http://"+location.host+"/~gtadmin/ian/'>";
}
else if((location.host=="www.gtdesktop.com") || (location.host=="gtdesktop.com")){
  base = "<base href='http://"+location.host+"/ian/'>";
}
else{
  base = "<base href='http://www.undeadmonkey.org/'>";
}
document.write(base);
  
stylesheet = '<link href="mainstyle.php" rel="stylesheet" type="text/css">';
  
document.write(stylesheet);

var pagecurl=false;
