// 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", "index", "index ibf indústria brasileira de filmes líder em chapas gráficos no brasil na américa latina empresa está entre os quatro maiores produtores offset do mundo nbsp exporta seus produtos para mais países nos cinco continentes ainda segunda colocada mercado radiologia médica search busca ", "");
   return this;
}

