// 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.php", "Radio Maranatha", "radio maranatha welcome to our website at fm we specialise in the best of yesterday and today gospel music as well word lord nations world more you see hear with us will be blessed social stream gt nbsp deejays ", "");
   this[database_length++] = new SearchPage("master_frame.php", "Radio Maranatha", "radio maranatha copyright saulica all rights reserved up coming nbsp events st martin official gospel station fm no scheduled event your browser does not support inline frames or is currently configured to display search this website schedule home submit song photos about us contact our blog donate ", "");
   this[database_length++] = new SearchPage("radio/radio_schedule.php", "Radio Maranatha", "radio maranatha our schedule ", "");
   this[database_length++] = new SearchPage("radio/radio_player.php", "Radio Maranatha", "radio maranatha will start in few seconds view shoutbox ", "");
   this[database_length++] = new SearchPage("radio/shows.php", "Radio Maranatha", "radio maranatha ", "");
   this[database_length++] = new SearchPage("radio/sunday.php", "Radio Maranatha", "radio maranatha ", "");
   this[database_length++] = new SearchPage("radio/monday.php", "Radio Maranatha", "radio maranatha ", "");
   this[database_length++] = new SearchPage("radio/tuesday.php", "Radio Maranatha", "radio maranatha ", "");
   this[database_length++] = new SearchPage("radio/wednesday.php", "Radio Maranatha", "radio maranatha ", "");
   this[database_length++] = new SearchPage("radio/thursday.php", "Radio Maranatha", "radio maranatha ", "");
   this[database_length++] = new SearchPage("radio/friday.php", "Radio Maranatha", "radio maranatha ", "");
   this[database_length++] = new SearchPage("radio/saturday.php", "Radio Maranatha", "radio maranatha ", "");
   this[database_length++] = new SearchPage("dj/profile1.php", "Radio Maranatha", "radio maranatha dj baray ", "");
   this[database_length++] = new SearchPage("dj/profile2.php", "Radio Maranatha", "radio maranatha selecter drj ", "");
   this[database_length++] = new SearchPage("events/events.php", "Radio Maranatha", "radio maranatha dj name ", "");
   this[database_length++] = new SearchPage("events/quiz_competition.php", "Radio Maranatha", "radio maranatha ", "");
   this[database_length++] = new SearchPage("photogallery/photo_gallery.php", "Radio Maranatha", "radio maranatha photo gallery ", "");
   this[database_length++] = new SearchPage("contact_us.php", "Radio Maranatha", "radio maranatha subject general feedback contact request price quote employment information name email address city state zip home phone work fax number when is the best time to you? morning afternoon evening what way mail us ", "");
   this[database_length++] = new SearchPage("about_us.php", "Radio Maranatha", "radio maranatha about us welcome to our website at fm we specialise in the best of yesterday and today gospel music as well word lord nations world more you see hear with will be blessed have now obtained permanent licence after year absence from airwaves know listeners missed want go quot tell tom dick harry use words beloved station manager mrs rose gordon that is back on air keeping preaching hours day days week means pay communications fees electricity etc it all comes price but support efforts nonprofit association rely generous listening audience so many lives been touched since began broadcasting look forward getting out message throughout islands eastern caribbean region eventually live streaming across internet please take some time browse site listen programing or read blog do thank for your any way during stay ", "");
   this[database_length++] = new SearchPage("submitinfo.php", "Radio Maranatha", "radio maranatha submit your song promo packages containing properly labeled mp3 or cd biography and photograph include english translation if songs are in other languages we do not accept cassettes analog tape format information included should contain the following name of artiste band phone number contact mailing address email website any finally this letter must be signed dated by representative at bit rate higher to maranatha100 gmail com with subject line air play submission attach labled file send join on experience voiced promos liners drops id sing jingle for our dj choice style lyrical content guidelines nbsp station’s fm official tag st martin gospel station offical freq www ", "");
   this[database_length++] = new SearchPage("success.php", "Radio Maranatha", "radio maranatha contact us your message has been successfully sent ", "");
   this[database_length++] = new SearchPage("donate/donate.php", "Radio Maranatha", "radio maranatha give to this powerful ministry ", "");
   this[database_length++] = new SearchPage("donate/complete.php", "Radio Maranatha", "radio maranatha give to this powerful ministry thank you for sowing your seed into the minstry nbsp gift enables us continue god has called preaching gospel across north eastern caribbean and very soon internet every corner of earth in volatile economy we know it takes committment but just watch bless will receive an email confirming details records his service ", "");
   this[database_length++] = new SearchPage("donate/cancel.php", "Radio Maranatha", "radio maranatha give to this powerful ministry did you press cancel by mistake? can start again clicking here if are not yet ready make your comittment we ask consider support prayerfully gift enables us continue the god has called preaching gospel across north eastern caribbean in volatile economy know it takes committment but remember lord for is he who gives ability produce wealth deuteronomy hope will reconsider standing behind that unashamedly preached on airwaves sine his service ", "");
   return this;
}

