// Advanced Random Images Start

  var j,d="",l="",m="",p="",q="",z="",hot_pj= new Array()
  hot_pj[hot_pj.length]='images/arina.jpg';
  hot_pj[hot_pj.length]='images/bev.jpg';
  hot_pj[hot_pj.length]='images/tim.jpg';
  hot_pj[hot_pj.length]='images/wendy.jpg';
  j=parseInt(Math.random()*hot_pj.length);
  j=(isNaN(j))?0:j;
    document.write("<img src='"+hot_pj[j]+"'>");



// Advanced Random Images End