var slideshow_width='468px';
var slideshow_height='60px';
var pause=6000;

var dropimages=new Array()
//SET IMAGE PATHS.
  

dropimages[0]="http://affiliates.pokercs.com/banners/468x60/468x60-bonus.gif?53c6e17f250e787fa0e666289657dec3.";
dropimages[1]="http://banner.titanpoker.com/cgi-bin/banner.cgi?id=N&member=nikofato&profile=468x60";
dropimages[2]="http://www.paradiseaffiliates.com/processing/imp.asp?btag=a_2781b_12";
dropimages[3]="http://www.poker-black-jack.com/banner/en/468x60/partypoker.gif";
dropimages[4]="http://www.myaffiliateprogram.com/u/pokersch/showban.asp?id=1600&img=468pokerschool1-4.gif";
dropimages[5]="http://www.poker-black-jack.com/banner/en/468x60/fairpoker.gif";
dropimages[6]="http://affiliate.casinorewards.com/members/affiliate/banner_site/images/pr/pr_46860_140605.gif";
dropimages[7]="http://affiliate.casinorewards.com/members/affiliate/banner_site/images/gt_poker/gtp_46860_150105.gif";
dropimages[8]="http://affiliate.casinorewards.com/members/affiliate/banner_site/images/vcp/vcp_46860_110105.gif";
dropimages[9]="http://affiliate.casinorewards.com/members/affiliate/banner_site/images/ccp/ccp_46860_060605.gif";

var droplinks=new Array()

//SET IMAGE URLs.
droplinks[0]="http://www.pokercs.com/_53c6e17f250e787fa0e666289657dec3/";
droplinks[1]="http://banner.titanpoker.com/cgi-bin/redir.cgi?id=N&member=nikofato&profile=468x60";
droplinks[2]="http://www.paradisepoker.com/?adv_id=a_2781b_12";
droplinks[3]="http://www.partypoker.com/index.htm?wm=2022476";
droplinks[4]="http://www.myaffiliateprogram.com/u/pokersch/b.asp?id=1600";
droplinks[5]="http://banner.fairpoker.com/cgi-bin/redir.cgi?id=N&member=nikofato&profile=tocasino";
droplinks[6]="http://www.pokerrewards.com/referral.asp?aff_id=aff24355";
droplinks[7]="http://www.goldentigerpoker.com/referral.asp?aff_id=aff24355";
droplinks[8]="http://www.virtualcitypoker.com/referral.asp?aff_id=aff24355";
droplinks[9]="http://www.captaincookspoker.com/referral.asp?aff_id=aff24355";

////NO need to edit beyond here/////////////

var preloadedimages=new Array()
for (p=0;p<dropimages.length;p++){
preloadedimages[p]=new Image()
preloadedimages[p].src=dropimages[p]
}

var ie4=document.all
var dom=document.getElementById

if (ie4||dom)
document.write('<div style="position:relative;width:'+slideshow_width+';height:'+slideshow_height+';overflow:hidden"><div id="canvas0" style="position:absolute;width:'+slideshow_width+';height:'+slideshow_height+';top:-'+slideshow_height+'"></div><div id="canvas1" style="position:absolute;width:'+slideshow_width+';height:'+slideshow_height+';top:-'+slideshow_height+'"></div></div>')
else
document.write('<a href="javascript:rotatelink()"><img name="defaultslide" src="'+dropimages[0]+'" border=0></a>')

var curpos=parseInt(slideshow_height)*(-1)
var degree=10
var curcanvas="canvas0"
var curimageindex=0
var nextimageindex=1


function movepic(){
if (curpos<0){
curpos=Math.min(curpos+degree,0)
tempobj.style.top=curpos+"px"
}
else{
clearInterval(dropslide)
nextcanvas=(curcanvas=="canvas0")? "canvas0" : "canvas1"
tempobj=ie4? eval("document.all."+nextcanvas) : document.getElementById(nextcanvas)
tempobj.innerHTML='<a href="'+droplinks[curimageindex]+'" target="_blank"><img src="'+dropimages[curimageindex]+'" border=0></a>'
nextimageindex=(nextimageindex<dropimages.length-1)? nextimageindex+1 : 0
setTimeout("rotateimage()",pause)
}
}

function rotateimage(){
if (ie4||dom){
resetit(curcanvas)
var crossobj=tempobj=ie4? eval("document.all."+curcanvas) : document.getElementById(curcanvas)
crossobj.style.zIndex++
var temp='setInterval("movepic()",50)'
dropslide=eval(temp)
curcanvas=(curcanvas=="canvas0")? "canvas1" : "canvas0"
}
else
document.images.defaultslide.src=dropimages[curimageindex]
linkindex=curimageindex
curimageindex=(curimageindex<dropimages.length-1)? curimageindex+1 : 0
}

function rotatelink(){
window.location=droplinks[linkindex]
}

function resetit(what){
curpos=parseInt(slideshow_height)*(-1)
var crossobj=ie4? eval("document.all."+what) : document.getElementById(what)
crossobj.style.top=curpos+"px"
}

function startit(){
var crossobj=ie4? eval("document.all."+curcanvas) : document.getElementById(curcanvas)
crossobj.innerHTML='<a href="'+droplinks[curimageindex]+'"><img src="'+dropimages[curimageindex]+'" border=0></a>'
rotateimage()
}

if (ie4||dom)
window.onload=startit
else
setInterval("rotateimage()",pause)
