﻿// JScript File

var xmlcontent1;
var contentid=1;
//var times=0;


function loadcontentXML(url)
{
//load xml file
// code for IE


if (window.ActiveXObject)
{
	
	xmlcontent1 = new ActiveXObject("Microsoft.XMLDOM");
	xmlcontent1.async=false;
	xmlcontent1.load(url);
	getcontmessage();
}
// code for Mozilla, etc.
else if (document.implementation && document.implementation.createDocument)
{
	
	xmlcontent1= document.implementation.createDocument("","",null);
	xmlcontent1.load(url);
	xmlcontent1.onload=getcontmessage;
}
else
{
	alert('Your browser cannot handle this script');
}
}

function getcontmessage()
{


if(contentid==1)
{
 
document.getElementById('cell4').innerHTML="<iframe id='content1frame' scrolling='no' height='850px' width='700px' src='mainnews.htm' frameborder='0' style='background:black;'></iframe>";
}

if(contentid==2)
{
document.getElementById('cell4').innerHTML="<span style='color: #ffffff'><strong></strong><span><strong><span style='text-decoration: underline'>Facility Features<!--EZCODE BOLD END--></span><!--EZCODE UNDERLINE END--><br /></strong></span><span style='color: #000000'><br /><span style='color: #00ff00'>- Offroad track 200x125x200x75<br /></span></span><span style='color: #00ff00'>- Onroad track 220x75x220x125<br />- Indoor Offroad Track 125x65<br />- Seperate heated and air conditioned pit room<br />- Hobby shop<br /> - Frequently changed layout<br />- Electric for outdoor racing<br />- Lights for night racing<br />- 50' Covered driver stand </span></span><br/>";
}

if(contentid==3)
{

//window.location="http://phpbb.leisurehobby.net/index.php"
window.location="http://bbraceway.leisurehobby.net/index.php"
}


if(contentid==5)
{

document.getElementById('cell4').innerHTML="<iframe id='content1frame' scrolling='no' height='800px' width='700px' src='partservice.htm' frameborder='0' style='background:black;'></iframe>";
}


if(contentid==9)
{

document.getElementById('cell4').innerHTML="<span style='color: #ffffff'>Direction<br /><span><span><span style='color: #66ff33'>Please do not attempt to use on-line direction search engines <br/>IE: (Map-Quest)<br/> They will direct into the river.</span><br /><br /><span style='color: #ffff66'>Follow the directions listed below<br /></span><span style='color: #ccff99'>-------------------------------------------------<br /></span>From North or South<br />I-55 to I-80 East<br />I-80 to IL 53 South<br />2 Miles to Laraway Rd. (Turn Right)<br />2 Miles to Patterson (Turn Left)<br />1 Mile to Schweitzer Rd. (Turn Right)<br />2 Miles to Raceway<br /><span style='color: #99ff00'>-------------------------------------------------<br /></span>From East or West<br />I-80 to Joliet IL 53 South<br />2 Miles to Laraway Rd. (Turn Right)<br />2 Miles to Patterson (Turn Left)<br />1 Mile to Schweitzer Rd. (Turn Right)<br />2 Miles to Raceway <br />Follow the Challenge Park Signs<br /></span></span></span>";

}

if(contentid==7)
{

document.getElementById('cell4').innerHTML="<iframe id='content1frame'   scrolling='no' src='links.htm' width='775' height='775' frameborder='0' style='background-color:black;'></iframe>";

}

if(contentid==8)
{

document.getElementById('cell4').innerHTML="<iframe id='content1frame' scrolling='no'height='300px' src='racing.htm' frameborder='0' style='background:black;'></iframe>";

}
if(contentid==10)
{

document.getElementById('cell4').innerHTML="<iframe width='auto' scrolling='yes'   frameborder='0' bordercolor='yellow' src='raceresults.htm' frameborder='0' style='background:black; text-align:left;width: 700px; height: 500px;'></iframe>";

}


if(contentid==100)
{

document.getElementById('cell4').innerHTML="<iframe id='content1frame'    src='chitown.htm'  scrolling='no' frameborder='0' style='background:black; text-align:center; width: 700px; height:1000px;' ></iframe>";

}

if(contentid==200)
{

document.getElementById('cell4').innerHTML="<iframe id='content1frame'    src='raceforthecause.htm'  scrolling='no' frameborder='0' style='background:black; text-align:center; width: 700px; height:1000px;' ></iframe>";

}

if(contentid==300)
{
window.location="http://p220.ezboard.com/fleisurehoursracewayfrm16"

}
if(contentid==88)
{

document.getElementById('cell4').innerHTML="<iframe width='auto' scrolling='no'   frameborder='0' bordercolor='yellow' src='directions.htm' frameborder='0' style='background:black; text-align:left;width: 700px; height: 900px;'></iframe>";

}


}
