
rnd.today=new Date();
rnd.seed=rnd.today.getTime();
function rnd() { rnd.seed = (rnd.seed*9301+49297) % 233280; 
return rnd.seed/(233280.0);}; 

function rand(number) { 
return Math.ceil(rnd()*number);
};


phrase = new Array

phrase[0] = "<a href=\"http://click.linksynergy.com/fs-bin/click?id=Anr/RVfNpEM&offerid=115000.10000010&type=4&subid=0\" target=\"_blank\"><img border=\"0\" alt=\"button\" width=\"125\" height=\"125\" src=\"http://ad.linksynergy.com/fs-bin/show?id=Anr/RVfNpEM&bids=115000.10000010&type=4&subid=0\" vspace=\"2\" hspace=\"20\"></a><br>";

phrase[1] = "<a href=\"http://click.linksynergy.com/fs-bin/click?id=Anr/RVfNpEM&offerid=115000.10000010&type=4&subid=0\" target=\"_blank\"><img border=\"0\" alt=\"button\" width=\"125\" height=\"125\" src=\"http://ad.linksynergy.com/fs-bin/show?id=Anr/RVfNpEM&bids=115000.10000010&type=4&subid=0\" vspace=\"2\" hspace=\"20\"></a><br>";


var quote = phrase[rand(1)]
document.write(quote);

//  End -->


