function get_random()
{
    var ranNum= Math.floor(Math.random()*1);
    return ranNum;
}


function getait()
{
    var whichQuote=get_random();
    var quote=new Array(1)
    
    quote[0]="160x01.jpg";
  
    return quote[whichQuote];
}

document.write("<a href='http://www.evoarcade.com/out.php?link="+getait()+"' target='_blank'>");
document.write("<img width='160' height='600' border='0' src='http://www.evoarcade.com/rotator/"+getait()+"'></a>");

