// search index for WYSIWYG Web Builder
var database_length = 0;

function SearchPage(url, title, keywords, description)
{
   this.url = url;
   this.title = title;
   this.keywords = keywords;
   this.description = description;
   return this;
}

function SearchDatabase()
{
   database_length = 0;
   this[database_length++] = new SearchPage("Isaac_s_Car_Company.html", "Isaac's Slot Car Company", "isaac slot car company custom built chassis and bodies use the feedback form to ask questions get information order your next new full cars depends on motor nbsp drag street bodys wing le mands nascar retro regular group if its not costom mine ", "");
   this[database_length++] = new SearchPage("fnr_online_store.html", "FNR online store", "fnr online store slot car nascar nbsp go to feedback form order only in existance one left sell ", "");
   this[database_length++] = new SearchPage("New_Photos.html", "Slot Car Photos", "slot car photos new carerra1937autounion carerra1937mercedes carerraf250 f250gt crop nascar24 wchassis wlargetires yellow5 nr done ", "");
   this[database_length++] = new SearchPage("RaceResults/FridayNightResultsFall2010.html", "Friday Night Race Results", "friday night race results races are for novice and amateur racers under years old s16d or expert up to group cars nbsp there four minute heats each racer points assigned places in finish flexi type chassis parma motor any body most of us use wing bodies see rules the track is very difficult as all but one turns completely flat other bank it not fastest car best driver that wins junior class name michael isaac christopher james gtp christian karl richie alfred matt sal thomas rallye team least afterburn concors wynn mccready roadkill lockedup skull tomahawk dnf deathstar speed arban hudson jared ", "");
   this[database_length++] = new SearchPage("SiteIndex.html", "Friday Night Racer Site Index", "friday night racer site index about page birthday current projects event photos fnrandroidblog fnr online store fan home isaac car company new page1 race news raceway antics siteindex trick or treat rally fridaynightracer com ", "");
   this[database_length++] = new SearchPage("index.html", "Friday Night Racer Home", "friday night racer home ok this is the new fridaynightracer com all slot car news from northern york suburbs look tools editors content nbsp complete old site october still available search website isaac company latest with headlights use feedback form to ask questions get support and let us know what you think of about scale slotracing only size popular in austrulia we report on races at famous elmsford raceway some other traveling sponsored by race results photos fnr android index antique page just completed three week trick or treat rally well it was not planned being weeks here are pictures had another great birthday party past thanks for visiting come back soon fan favorite links online store event current projects webring inc racing web ring lt prev hub join rate next gt international sites powered ", "");
   this[database_length++] = new SearchPage("Android/FNRAndroidBlog.html", "Untitled Page", "untitled page historical blog of my android work fnr ", "");
   this[database_length++] = new SearchPage("fan_page.html", "Untitled Page", "untitled page nbsp vote for your favorite driver in order of placed welcome all fans we you to the fan where can hangout and blog with friends or even some racers jonior seiries gtp bull get starter kit practace make sure friday nights are cleared come elmsford raceway around pm on track were hang out fellow race agian go up pizza have fun wana become an fnr racer heres how follow these steps ll be if android network look new rpm calculator made by night ", "");
   this[database_length++] = new SearchPage("RACEWAY_ANTICS.html", "Untitled Page", "untitled page ", "");
   this[database_length++] = new SearchPage("RACE_NEWS.html", "Untitled Page", "untitled page for the first time in years isaac has won place nbsp frist heat lost to arban new racer by end of second looked like he was gonna lose race but mirrical acured when got and forth at that point had points next round giving him total endin with now no handy cap recived somthing gtp class its bird plane wing car james is using didn thathe keeped crashing into on every singal lap daytona great american week andthe racers might do nascar hawtorn hopefuly can win once more this ether jimmy however should get some season chatch back up th twins where not track so be able pass michal nd check results far name christopher micheal you ", "");
   this[database_length++] = new SearchPage("ABOUT_PAGE.html", "Untitled Page", "untitled page fnr com is web site for all ages nbsp its also to help someone see the latest results of friday night races at elmsford raceway ", "");
   this[database_length++] = new SearchPage("RACE_NEWS.html", "RACE NEWS", "race news ", "");
   this[database_length++] = new SearchPage("FNR_Online_Store.html", "FNR Online Store", "fnr online store ", "");
   this[database_length++] = new SearchPage("Event_Photos.html", "Special Event Photos", "special event photos birthday item ", "");
   this[database_length++] = new SearchPage("Birthday_2010.html", "Birthday at Elmsford Raceway", "birthday at elmsford raceway ", "");
   this[database_length++] = new SearchPage("Trick_or_Treat_Rally_2010.html", "2010 Trick or Treat Rally", "trick or treat rally we just completed three week race well it was not planned on being weeks nbsp here are some pictures ", "");
   this[database_length++] = new SearchPage("Current_Projects.html", "Current Slot Car Projects", "current slot car projects these are some of the we have in works ", "");
   return this;
}

