// 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", "MCE", "mce nbsp magadh college of education dubahl gaya is co educational instituition established in jul under trust and having campus at plot no dubhal chand chaura it recognized by govt india new delhi affiliated to university bodh from academic session welcome all copy reserved website best view google crome amp mozila firefox news events ncte bodhgaya the most powerful weapon which you can use change world gt know more transportation facility available for students modern lecture halls with latest equipments admission open ed an iso certified institution search this homeabout usncte lettermandatory disclosurepress releaseaudit report certificationsprincipal’s deskaffidavitimportant listadmissionsresultdownloadsuseful linkscontact us ", "");
   return this;
}

