// 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.CC, Altruism Network Contact, Grand Forks ND", "altru cc altruism network contact grand forks nd copyright nbsp doug west all rights reserved networking crime stories amp criminal details with fundamentals of on the world wide web section message form tell your friends online for secure via carbon copy using search this website is designed security method spam free way to write recommend simple significant and harassing junk mail will eliminate permanently one can in through rather than email receives securely objects below display information about system ip address practice from box ip2location com ip2location™ displays informationsuch aslocationyour addressinternet service provider examplemessageformcontact exampletellyourfriendsonline ", "Networking Crime Stories   Criminal Details with Fundamentals of Altruism on the World Wide Web");
   this[database_length++] = new SearchPage("MessageFormContact.php", "Altru.CC, Message Form Contact, Grand Forks ND", "altru cc message form contact 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 section tell your friends online to write network name email subject enter code fields are required please above into field next it and press submit button letters case sensitive thank you for contacting is secure spam free way one can using eliminating harassing junk mail permanently when messages received they ip address attached arrive in carbon copy method authenticating origination from this only include addresses inappropriate or threatening content deterred right here at source objects below display information about system practice search box website ip2location com ip2location™ displays informationsuch aslocationyour addressinternet service provider ", "Networking Crime Stories   Criminal Details with Fundamentals of Altruism on the World Wide Web");
   this[database_length++] = new SearchPage("TellYourFriendsOnline.php", "Altru.CC, Tell Your Friends Online, Grand Forks ND", "altru cc tell your friends online 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 contact section message form about network name email friend enter code fields are required please above into field next to it and press send button letters case sensitive thank you for telling using is fast easy way fill in simple any website recommendation receives polite from link provided when used receive an but only one at time cannot be spam received by includes ip address sender their quot full or headers objects below display information system practice search box this ip2location com ip2location™ displays informationsuch aslocationyour addressinternet service provider ", "Networking Crime Stories   Criminal Details with Fundamentals of Altruism on the World Wide Web");
   return this;
}

