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) {
	var result = Math.ceil(rnd()*number);
	if (!result)result++;
        return result
};
var ad_cnt1 = 8;
var ad1 = rand(ad_cnt1);
var link1;
var adBanner1;
var width1
var height1
if (ad1==1) {
link1="http://easttech.andreaskir.hop.clickbank.net";
adBanner1="http://www.forex-killer.com/Forex1_468.gif";
width1="468";
height1="60";
alt1="Forex Killer Forex Signal Trading Software";
}
if (ad1==2) {
link1="http://7be862dr6gm8oof2ie5qzx0k5j.hop.clickbank.net/";
adBanner1="http://fapturbo.com/testoid/forex_fapturbo_468z60.gif";
width1="468";
height1="60";
alt1="FAP Turbo - Automated Forex Trading Robot";
}
if (ad1==3) {
link1="http://www.forexboost.com/programs/forexraptor.html";
adBanner1="http://www.forexboost.com/images/forexraptor_banner.gif";
width1="468";
height1="60";
alt1="Forex Raptor Forex Trading Software";
}
if (ad1==4) {
link1="http://forexboost.com/programs/supraforex.html";
adBanner1="http://forexboost.com/images/supra-forex-468x60banner2.gif";
width1="478";
height1="60";
alt1="Supra Forex Trading Strategy";
}
if (ad1==5) {
link1="http://7be862dr6gm8oof2ie5qzx0k5j.hop.clickbank.net/";
adBanner1="http://fapturbo.com/testoid/forex_fapturbo_468z60.gif";
width1="468";
height1="60";
alt1="FAP Turbo - Automated Forex Trading Robot";
}
if (ad1==6) {
link1="http://7be862dr6gm8oof2ie5qzx0k5j.hop.clickbank.net/";
adBanner1="http://fapturbo.com/testoid/fap4-468z60.gif";
width1="468";
height1="60";
alt1="FAP Turbo - Automated Forex Trading Robot";
}
if (ad1==7) {
link1="http://www.forexboost.com/programs/5emas_forex_trading_system.html";
adBanner1="http://www.forexboost.com/images/banners/5emas_forex.jpg";
width1="478";
height1="60";
alt1="5 EMAs Forex Trading Strategy - Automated Trading Signals";
}
if (ad1==8) {
link1="http://forexboost.com/programs/supraforex.html";
adBanner1="http://forexboost.com/images/supra-forex-468x60banner2.gif";
width1="468";
height1="60";
alt1="Supra Forex";
}
document.write('<br><center><a href="' + link1 + '" target="_blank">');
document.write('<img src="' + adBanner1 + '" width=' + width1 + ' height=' + height1 + ' border=0 alt="' + alt1 + '"></a>');
document.write('</center>');
