
function casino() 
{ 
var how_many_ads = 19;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;

ad +=1;
//ad=0;
//ad=7;


// JACKPOTCITY - JACKPOTCITY - JACKPOTCITY - 

if (ad==1) {
head="Free $500 to hit the jackpot!";
txt="97.4 % payouts - Home of the biggest jackpots!";
url="http://www.jackpotcity.com/index.asp?s=aff54546";

}



// SPIN PALACE- SPIN PALACE - SPIN PALACE - 

if (ad==2) {
head="$1000 Slot Free Play";
txt="Win over $100,000 - over 100 Free casino games!";
url="http://www.spinpalace.com/index_slots_flash.asp?s=wgs10076&a=wgsaffad15792";

}






// RIVER BELLE -RIVER BELLE - RIVER BELLE -


if (ad==3) {
head="Hot Casino Action here!";
txt="All new 64 bit-viper software win over $100,000!";
url="http://www.riverbelle.com/index.asp?s=aff54546";

}



// GAMING CLUB - GAMING CLUB - GAMING CLUB - 

if (ad==4) {
head="$100 Sign Up Bonus";
txt="Over 170 amazing casino games ,Slots, Video Poker, Blackjack, Roulette...";
url="http://www.gamingclub.com/index.asp?s=aff54546";

}





// - Fourtune room - Fourtune room


if (ad==5) {
head="1000% FACE-LIFT";
txt="Over 100 games plus 4 progressives and 8 videopoker variation";
url="http://www.fortuneaffiliates.com/tagservlet/tagservlet?btag=ad_177930";

}





// challange- challange- challange-

if (ad==6) {
head="$1000 Free Casino Cash"; 
txt="Play with a Triple deposit Bonus... up $1000 Free.";
url="http://adservercentral.com/bannerserver/casinolink.asp?btag=BanAff2155.chc_banpwc468x60_02&cid=chc";

}



// LUCKY NUGGET - LUCKY NUGGET - LUCKY NUGGET -


if (ad==7) {
head="$1000 Free Play Bonus";
txt="Register now and get $1000 free bonus to play";
url="http://www.luckynugget.com/index.asp?s=aff54546";

}







// allslots - allslots - allslots 


if (ad==8) {
head="$200 Sign Up Bonus";
txt="All Slots Casino gives players a 100% Sign Up Bonus to try the newest Real Series Slots";
url="http://www.allslots.com/index.php?bTag=aslr";

}




// goldenreef- goldenreef- goldenreef

if (ad==9) {
head="Collect up to $100 FREE BONUS";
txt="If you're a slots player, Golden Reef Casino is for you! With slots starting at only ONE penny,";
url="http://adservercentral.com/creatives/casinolink.aspx?btag=BanAff2155.grc_txt_USD04&cid=grc";

}





// ROXY- ROXY- ROXY

if (ad==10) {
head="Best Slots Site 2005";
txt="Roxy Palace has won the Gambling Online Magazine Award for Best Slots Site 2005!";
url="http://www.roxyaffiliates.com/mc.aspx?textlinkid=1&skin=2&affid=287&btag=rpaff287_gp";

}





// musichall musichall

if (ad==11) {
head="$500 Sign Up Bonus"; 
txt="Play with a Triple deposit Bonus... up $500 Free.";
url="http://adservercentral.com/bannerserver/casinolink.asp?btag=BanAff2155.mhc_ban468x60_14&cid=mhc";

}





// AZR AZR

if (ad==12) {
head="$850 Sign Up Bonus"; 
txt="Play with a Triple deposit Bonus... up $850 Free.";
url="http://www.AztecRichesCasino.com/referral.asp?aff_id=aff10249";

}




// platuim platuim 

if (ad==13) {
head="FREE PLAY WORTH $200"; 
txt="We’re giving you $200 (£/€) to spend on a variety of games, without having to make a first purchase.";
url="http://www.fortuneaffiliates.com/tagservlet/tagservlet?btag=ad_191680";

}



// golden golden 

if (ad==14) {
head="Vegas Style Slots"; 
txt="Play at this reputable casino and stand your chance on winning big!";
url="http://www.goldenrivieracasino.com/index.asp?BTag=graff223&startPage=grcslots.asp";

}


// Intercasino Intercasino

if (ad==15) {
head="Voted Top Online Casino / fastest payouts!"; 
txt="Over 100 amazing games and tournaments + Tournaments";
url="http://www.intercasino.com/index.php3?1209636";

}



// piggs

if (ad==16) {
head="Piggs casino"; 
txt="Play any game at Piggs Casino and get $400 free!!";
url="http:/www.piggscasino.com/index.asp?s=wgs10076&a=wgsaffad15788";


}



// kingneptune

if (ad==17) {
head="Vegas Style Slots"; 
txt="KingNeptune uses Vegas Technology to deliver Vegas style slots.";
url="http://www.kingneptunescasino.com/index.php?bTag=knlr";

}



// Fortune room

if (ad==18) {
head="1000% BONUS MAKEOVER"; 
txt="Give your $50 a Face-lift and turn it into $500 at the Fortune Room!";
url="http://www.fortuneaffiliates.com/tagservlet/tagservlet?btag=ad_191355";

}




// Cool cat

if (ad==19) {
head="300% Sign Up Bonus"; 
txt="Cool Cat Casino gives players a 300% Sign Up Bonus to try the newest Real Series Slots";
url="http://www.gamblingwages.com/lndpag.aspx?usrid=108&lndId=20";

}


// Cool cat

if (ad==19) {
head="300% Sign Up Bonus"; 
txt="Cool Cat Casino gives players a 300% Sign Up Bonus to try the newest Real Series Slots";
url="http://www.gamblingwages.com/lndpag.aspx?usrid=108&lndId=20";

}





document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_blank\">');
document.write('<font face="Arial,sans-serif" size="2" color="#0000ff"><b>' + head + '</font></b></a><br>');
document.write('<font face="Arial,sans-serif" size="2" color="#000000">' + txt + '</font><br>');
document.write('</center></font>');
} 