// 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("April_28th.html", "Videogamez.org News Site", "videogamez org news site gaming hours days week nbsp playstation network still down millions without service follow on twitter sony has lost the trust of gamers public relations disaster fable release date for pc may th portal first review battlefield in game footage leaked youtube minutes time end an era? nintendo wii is completing it lifespan said to be very pleased with results xbox sees record growth quarter year world warcraft patch released brings return ragnarus psn hacked credit card info and personal data exposed starwars old republic preview diablo almost complete blizzard could shelves holidays planning releasing console versions ps3 deux ex human revolution quot blame executives breach says hacker involving law enforcement officers assist tracking source intrusion mortal kombat reviews fatalities are back wont go buttonless copyright links www ign com up gamespot digg google search this website loading archives april ", "PS3 Game News  XBox 360 News  PC News  Wii News");
   this[database_length++] = new SearchPage("page1.html", "Untitled Page", "untitled page videogamez org is created and run by colin stover nbsp all links that are provided as up to date current can make if you have any problems or concerns feel free email me colinstover gmail com ", "PS3  Xbox 360  Nintendo Wii  PC Gaming News ");
   this[database_length++] = new SearchPage("index.html", "Videogamez.org Online Gaming News Site", "videogamez org online gaming news site nbsp archives week april copyright search this website loading links www ign com up gamespot digg google video game sales on rise for sony under pressure from world governments million credit cards exposed according to hackers patch brings the return of ragnarus deux ex human revolution preview mortal kombat released reviews fatalities are back fable release date pc may th call duty modern warfare first details zelda oscarina time trailer by nintendo youtube link diablo near completion could be shelves in xmas warcraft working wii2 starwars old republic industry soar ps3 down ", "PS3  Xbox 360  Nintendo Wii  PC Gaming News ");
   return this;
}

