// 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", "YotaPort.XyZ", "yotaport xyz header home contact Вход Приложения Блог Чистая стр Хостинг footer ", "");
this[database_length++] = new SearchPage("login.html", "YotaPort.XyZ", "yotaport xyz header home contact user name password remember me footer ", "");
this[database_length++] = new SearchPage("os.html", "YotaPort.XyZ", "yotaport xyz header home contact nbsp ios Включена поддержка android Все для стабильной системы удобства управления windows Что лучше может быть кроме окна? html5 Шаблон формате footer ", "");
this[database_length++] = new SearchPage("name.html", "YotaPort.XyZ", "yotaport xyz header home contact Первый блог thursday may Кароче этот храниться xml Для rss новостей footer ", "");
this[database_length++] = new SearchPage("blankpage.html", "YotaPort.XyZ", "yotaport xyz header home contact footer ", "");
return this;
}