// 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("legal.html", "SIRCO Website LEGAL Disclaimer", "sirco website legal disclaimer federal services inc nbsp web site user agreement and disclaimers please review the terms conditions below before using any of sirco’s sites including this one http www sircofederal com by accessing you agree to all following amp these regularly as we may change at time our sole discretion apply equally in respect “content” which refers materials images documents graphics design logo audio video or other type format information that is used provided on are for your informational convenience only there no charge purposes nothing presented warranted represented implied said content accurate complete nor kept up date will update see fit not liable has typographical errors technically inaccurate plus responsible changes caused third parties fashion interruptions service computer viruses anything else harm components words use own risk peril damages occur those include negligence direct indirect incidental consequential loss data profit arising from inability liability assumed even if representatives advised possible creates need repair equipment solely associated costs regardless particular jurisdiction allow “as is” warranties expressed party content—sirco links provide owned maintained edited under control such additional follow entirely must be precautions ensure visited free harmful effects worms trojan horses could cause can link without making endorsements remove add event do action does mean authorize endorse sponsor it indicate affiliated with sponsors owners when indicative an endorsement sponsorship affiliation joint venture partnership us aware but replicate should advocate its products relationship none they post present false about company shall contains distasteful offensive adult appropriate ages contact form send online confidential urge proprietary through submitted categorized non purpose authorized transmit unlawful threatening libelous defamatory obscene scandalous inflammatory pornographic profane material give rise civil criminal law ", "");
   this[database_length++] = new SearchPage("master1.html", "SIRCO Federal Services, Incorporated", "sirco federal services incorporated search this website links to companies sfs global llc exigent solutions fuels acorn government cardinal directions1st energy med correctional ", "");
   this[database_length++] = new SearchPage("index.html", "SIRCO Federal Services, Incorporated", "sirco federal services incorporated sfs global exigent solutions fuels cardinal dfe primary naics terra acorn ges2 it about nbsp sfsi search this website links to companies llc government directions1st energy med correctional news copyright all rights reserved directions first alternative forms of production sales and service related industries fuel state local tribal governments commerical outlets is the parent corporation involved in contracting under full open competition sba program we meet needs entities mission statement quot superior clients at inc our distinguishing strengths are quality work people who commit themselves company success will achieve these high standards by attracting training most talented industry servicing employees team highly motivated individuals dedicated that nothing less than best devoted providing workplace where challenged secure rewarded shared goals foundation reputation vision allow us prosper david comer ceo built on principles supplying products reliable valued customers amp diversified range continue grow following trends improving client base listening customer pride ourselves doing each assignment right time while meeting or surpassing requirements unique establishing place allows make distinctive substantial impact for attention detail contract stipulations go those requiring top notch support management acquisition facilities advance digital electronic security medical staffing human resources consulting advanced visit four tribes construction certified east coast ", "");
   this[database_length++] = new SearchPage("jobs.html", "SFSI JOBS", "sfsi jobs there currently are no open positions at employment opportunities ", "");
   this[database_length++] = new SearchPage("links.html", "SFSI Links", "sfsi links http sircorporation com sir nsn gov diamondmountaincasino sirco susanville indian rancheria corporation diamond mountain casino ", "");
   this[database_length++] = new SearchPage("contact_sfsi.php", "Untitled Page", "untitled page contact sfsi subject general feedback request business proposition employment information name email comments city state zip home phone work fax number when is the best time to you? morning afternoon evening what way mail sirco federal services inc ", "");
   this[database_length++] = new SearchPage("success.html", "SFSI JOBS", "sfsi jobs you contact submission was received successfully we will respond as soon possible nbsp thank sirco success federal services inc ", "");
   return this;
}

