// 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("gallery.html", "Mysite Web design", "mysite web design search this website compliance implementation copyright ie nbsp call customer site previews have look through the gallery of some our most recent creations and maybe it might give you an idea what would like to your hopefully work is liking feel free contact customers for reference if wish all sites are part partner group so get listing on as well facebook blog active partners send us email we love hear think click images larger view about prices happy ", "Mysite is a web design company that are specialists in the design and development of web sites  Based in Cavan Ireland");
   this[database_length++] = new SearchPage("index.html", "Mysite Web design", "mysite web design search this website compliance implementation copyright ie nbsp at we try listen to your needs and address on line site strategy entails seeing what you the customer designing that is crisp easily navigated most of all found major engines provide following services seo optimisation logo print ready branding w3c compliant websites commerce corporate startup business sites personal mobile optimised will make sure email setup implement in timely manner love do yes can build but without input cant get it way want as insight product not be effective could call about prices happy customers contact us ", "Mysite is a web design company that are specialists in the design and development of web sites  Based in Cavan Ireland");
   this[database_length++] = new SearchPage("price.html", "Mysite Web design", "mysite web design search this website compliance implementation copyright ie nbsp call pricing websites are mainly custom built to order and as result also come with however general package prices follows basic advanced domain name com org net all of the plan plus mb hosting corporate logo branding print optimised email addresses webmail business choice logos commerce seo optimisation sql php amp online emailing price €400 inc vat €600 for quotation about happy customers contact us ", "Mysite is a web design company that are specialists in the design and development of web sites  Based in Cavan Ireland");
   this[database_length++] = new SearchPage("contact.html", "Mysite Web design", "mysite web design compliance implementation website copyright ie nbsp call request form any other information? human verification check email us enquiries info sales accounts at main line fax mobile postal address elm drive oldcastle road ballyjamesduff co cavan ireland about prices happy customers contact ", "Mysite is a web design company that are specialists in the design and development of web sites  Based in Cavan Ireland");
   this[database_length++] = new SearchPage("feedback.php", "Mysite Web design", "mysite web design website copyright ie nbsp thank you for your submission ", "Mysite is a web design company that are specialists in the design and development of web sites  Based in Cavan Ireland");
   return this;
}

