var slide_dat=[
	{ title:"Welcome to West Coast Dollars",
	  desc:"A revolution in the adult industry has started. Best conversion rates you've ever experienced. Customized promo solutions to best fit your business. It's the good times once again! Join us!",
	  url:"http://tour.westcoastmilfs.com/tour.php/free:indexsticky.html/16026"},
	{ title:"XXX Mandingo",
	  desc:"Mandingo has got more than enough to convince your traffic. He'll make your surfers tremble. 14 real inches of hard flesh.",
	  url:"http://tour.xxxmandingo.com/tour.php/free:indexsticky.html/16026"},
	{ title:"Chocolate Trunks",
	  desc:"No room for cuties, guys. If your visitors are looking for real huge black asses being banged hardly, this is what they're looking for.",
	  url:"http://tour.chocolatetrunks.com/tour.php/free:indexsticky.html/16026"},
	{ title:"Butt Party",
	  desc:"White, black, yellow, pink. It doesn't matter as long as it's BIG and ROUND. We've gathered the nicest asses and put them together in the most amazing big butt tour you've ever seen!",
	  url:"http://tour.buttparty.com/tour.php/free:indexsticky.html/16026"},
	{ title:"West Coast MILFs",
	  desc:"Where the concept of Milfs was born and perfected to an art, promote the hottest natural West Coast Milfs exclusively at WestCoastMilfs.com. Boys beware, these Milfs are hungry for young thick cock and have a lust that can't be satisfied with a mere few tastings, give your surfers the raw Milf fantasies they have always dreamed of. ",
	  url:"http://tour.westcoastmilfs.com/tour.php/free:indexsticky.html/16026"},
	{ title:"Vanilla Trunks",
	  desc:"Do your surfers crave hot white chicks with a lot of junk in the trunk? Look no further, give your visitors what they want, VanillaTrunks.com  brings you the biggest white booties home grown here on the West Coast. ",
	  url:"http://tour.vanillatrunks.com/tour.php/free:indexsticky.html/16026"},
	{ title:"Teen Uncensored",
	  desc:"We hate to be stereotyped, there is more to West Coast than just big butts and hot ethnic content, let your surfers sample the rawest of raw Teens with our all new TeenUncensored.com. Entice your surfers with the freshest teens handpicked and produced in the center of porn valley of California.",
	  url:"http://tour.teenuncensored.com/tour.php/free:indexsticky.html/16026"}
	];
var slides=slide_dat.length,sl_no=slides,old=0;
function visit(lnk){ lnk.href=slide_dat[old%slides].url; }
function setOpac(id,v){
	var o=document.getElementById(id);
	o.style.opacity=v/100;
	o.style.filter = "alpha(opacity="+v+")";
}
function plot_slide(){
	var sl=slide_dat[sl_no%slides];
	document.getElementById('slide_desc').innerHTML="<h1>"+sl.title+"</h1>"+sl.desc;
	setOpac('slide_desc',0);
	for(i=30,j=1;i<101;i+=10,j++) setTimeout("setOpac('slide_desc',"+i+")",500+j*45);
	document.getElementById('sl_links').style.display='none'
	if (old) {
		document.images['sl_img'].src='slides/pic'+(old%slides + 1)+'.jpg';
		setOpac('sl_img',100);
		for(i=70,j=1;i>-1;i-=5,j++) setTimeout("setOpac('sl_img',"+i+");",j*40);
		document.getElementById('slide_img').style.backgroundImage="url(slides/pic"+(sl_no%slides + 1)+".jpg)";
	} 
	setTimeout('plot_slide()',7000);
	old=sl_no;
	sl_no++;
}
onload=plot_slide;
