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_cnt2 = 10;
var ad2 = rand(ad_cnt2);
var link2;
var adBanner2;
var width2;
var height2;
if (ad2==1) {
link2="http://www.pokercheck.org/click.php?pid=pokerstars.com&bonus=600dollar";
adBanner2="http://www.pokerstars.com/euro_bnrs/euro_current/german/468x60.gif";
width2="468";
height2="60";
alt2="Pokerstars";
}
if (ad2==2) {
link2="http://www.pokercheck.org/click.php?pid=titanpoker.com&bonus=500dollar";
adBanner2="http://online.titanpoker.com/promoLoadDisplay?key=em9uZUlkPTMzNjI2MzE0JmxhbmRpbmdQYWdlSWQ9MzM2MjYwNzUmcHJvZmlsZUlkPTQ4MjIyNA%3D%3D==";
width2="468";
height2="60";
alt2="Titan Poker";
}
if (ad2==3) {
link2="http://www.pokercheck.org/click.php?pid=everestpoker.com&bonus=200dollar";
adBanner2="http://sev4ifmxa.com/image/WEE6U2FsdGVkX1@iTZr5Lehd7TGXyyYJOHpnCwl8XsJ4b44VnZQo0QxEqglrzv0GS5DI5kUczhoCWxY=/bonuscd";
width2="468";
height2="60";
alt2="Everest Poker";
}
if (ad2==4) {
link2="http://www.pokercheck.org/click.php?pid=888.com&bonus=400dollar";
adBanner2="https://marketing.888.com//PacificPoker/DE/Banners/40921-0-468x60_PCPjeut_$400_DE_joe.gif";
width2="468";
height2="60";
alt2="888 Pacific Poker";
}
if (ad2==5) {
link2="http://www.pokercheck.org/click.php?pid=fulltiltpoker.com&bonus=600dollar";
adBanner2="http://www.fulltiltpoker.com/images/com/de/content/affiliates/banners-sizes/100-deposit-bonus/468x60.gif";
width2="468";
height2="60";
alt2="Full TilT Poker";
}
if (ad2==6) {
link2="http://www.pokercheck.org/click.php?pid=mansionpoker.com&bonus=500dollar";
adBanner2="http://banner.mansionpoker.com/bannerfiles/MP_WBonus500Cards_468x60_de.gif";
width2="468";
height2="60";
alt2="Mansion Poker";
}
if (ad2==7) {
link2="http://www.pokercheck.org/click.php?pid=pkr.com&bonus=800dollar";
adBanner2="http://www.pokercheck.org/img/pkr-banner.png";
width2="468";
height2="60";
alt2="PKR Poker";
}
if (ad2==8) {
link2="http://www.pokercheck.org/click.php?pid=cdpoker.com&bonus=600dollar";
adBanner2="http://serve.cdpoker.com/promoLoadDisplay?member=pcheck&campaign=DEFAULT&channel=DEFAULT&zone=240796077&lp=14151210";
width2="468";
height2="60";
alt2="CD Poker";
}
if (ad2==9) {
link2="http://www.pokercheck.org/click.php?pid=pokerocean.com&bonus=600dollar";
adBanner2="http://www.pokercheck.org/img/poker-ocean.gif";
width2="468";
height2="60";
alt2="Poker Ocean";
}
if (ad2==10) {
link2="http://www.pokercheck.org/click.php?pid=casinoclub-poker.com&bonus=600dollar";
adBanner2="http://ads.affiliateclub.com/renderImage.aspx?pid=61621&bid=2715";
width2="468";
height2="60";
alt2="Casino Club Poker";
}
document.write('<div align="center"><a rel="nofollow" href="' + link2 + '" target="_blank">');
document.write('<img src="' + adBanner2 + '" width=' + width2 + ' height=' + height2 + ' border=0 alt="' + alt2 + '" /></a>');
document.write('</div>');
