_uacct = "UA-162214-1";
urchinTracker();
var model=new Image()
window.onload=function(){
  var model_number=Math.round(Math.random()*6+1)
  model.src='images/model_'+model_number+'.gif'
  model.id='model'
  timer=setInterval("model.check()", 10);
  model.check=function(){
    if(model&&model.complete){
      document.getElementById('bground').appendChild(model)
      clearInterval(timer)
    }
  }
}