function get_random()
{
    var ranNum= Math.floor(Math.random()*1);
    return ranNum;
}


function getadd250()
{
    var whichQuote=get_random();
    var quote=new Array(1)
    
    quote[0]="add728x01.gif";
  
    return quote[whichQuote];
}

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

