function setupSIFR()
{
  if(typeof sIFR == "function")
  {
    sIFR.bHideBrowserText = true;
    sIFR.setup();
    
    sIFR.replaceElement(named({sSelector:".sitename", sFlashSrc:"http://sites2.b-lex.com/makemyday/design/sifr/sitename.swf", sColor:"#000000", sWmode:"transparent"}));
  };
}

function getFaceImage()
{
  var i = Math.round((allfaces.length-1)* Math.random());
  return allfaces[i];
}

function getTexts()
{
  var i = Math.round((texts.length-1)* Math.random());
  return unescape(texts[i]);
}