// 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("default.asp", "Bon Bagay Corp.", "bon bagay corp home music video savoir photo board news contact donation cancer nbsp community church of christ copyright by quot inc all rights reserved mail info bonbagay com click to listen live radio ralph pierre louis rev past you are not logged in log or sign up search on information from haiti with delvasensation here read more joke funny stuff romeo talk show start laughing now avwe la verite kreyol vice epi pabon tanpri souple djakout pwofite sexy friday pictures at ellen night club west palm beach fl beldjaz we have call hollywood today about join zenglen bal pics rumbas part artrium ", "");
   this[database_length++] = new SearchPage("Radio.html", "Untitled Page", "untitled page ", "");
   this[database_length++] = new SearchPage("Juke_Box_Zouk.asp", "Bon Bagay Corp.", "bon bagay corp home music video savoir photo board news contact donation copyright by quot inc nbsp all rights reserved mail info bonbagay com you are not logged in log or sign up search on share ", "");
   this[database_length++] = new SearchPage("Juke_Box_Kompa.asp", "Bon Bagay Corp.", "bon bagay corp home music video savoir photo board news contact donation copyright by quot inc nbsp all rights reserved mail info bonbagay com you are not logged in log or sign up search on share ", "");
   this[database_length++] = new SearchPage("page1.asp", "Bon Bagay Corp.", "bon bagay corp home music video savoir photo board news contact donation copyright by quot inc nbsp all rights reserved mail info bonbagay com you are not logged in log or sign up search on share ", "");
   this[database_length++] = new SearchPage("page2.asp", "Bon Bagay Corp.", "bon bagay corp home music video savoir photo board news contact donation copyright by quot inc nbsp all rights reserved mail info bonbagay com you are not logged in log or sign up search on share musi ", "");
   return this;
}

