// 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("index.html", "Altru.Info, Altruism Network Information, Grand Forks ND", "altru info altruism network information grand forks nd copyright nbsp doug west all rights reserved networking crime stories amp criminal details with fundamentals of on the world wide web guestbook custom search videos channels youtube for other tutorial you ve been printed about simple design and navigation this website was developed an easy to use viewer experience bar at top every page takes each individual section has its own tabbed menu searchbox easily browse through pages within that in set up viewers sign using can content google works both contact or tell friends go wysiwyg builder selected build unlike programs it isn html editor but true generator building professional looking websites is where place object exactly browser click icon below watch video learn more wb8 ", "Networking Crime Stories   Criminal Details with Fundamentals of Altruism on the World Wide Web");
   this[database_length++] = new SearchPage("Guestbook.html", "Altru.Info, Guestbook, Grand Forks ND", "altru info guestbook grand forks nd copyright nbsp doug west all rights reserved networking crime stories amp criminal details with fundamentals of altruism on the world wide web information custom search sign network and share your thoughts viewers in only characters or less this website section ", "Networking Crime Stories   Criminal Details with Fundamentals of Altruism on the World Wide Web");
   this[database_length++] = new SearchPage("CustomSearch.html", "Altru.Info, Custom Search, Grand Forks ND", "altru info custom search grand forks nd copyright nbsp doug west all rights reserved networking crime stories amp criminal details with fundamentals of altruism on the world wide web information guestbook videos channels youtube for both and network google loading this website section ", "Networking Crime Stories   Criminal Details with Fundamentals of Altruism on the World Wide Web");
   return this;
}

