
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\"  hspace=\"20\"></a><br>";

phrase[1] = "<a href=\"http://gan.doubleclick.net/gan_click?lid=41000000027898629&pubid=21000000000341749\" target=\"_blank\"><img src=\"http://gan.doubleclick.net/gan_impression?lid=41000000027898629&pubid=21000000000341749\" border=\"0\" alt=\"[*Samsonite - Shop Sale Now*]\" hspace=\"20\"></a><br>";

phrase[2] = "<a href=\"http://gan.doubleclick.net/gan_click?lid=41000000033095889&pubid=21000000000341749\" target=\"_blank\"><img src=\"http://gan.doubleclick.net/gan_impression?lid=41000000033095889&pubid=21000000000341749\" border=\"1\" alt=\"Book in advance and save 10%\" hspace=\"10\"></a><br>";

var quote = phrase[rand(2)]
document.write(quote);

//  End -->


