<!--

/*
Script by FPMC at http://jsarchive.8m.com
Submitted to JavaScript Kit (http://javascriptkit.com)
For this and 400+ free scripts, visit http://javascriptkit.com
*/

//set image paths
src = ["http://surfwearz.com/images/Slide Fan/60__s Rainbow Dream.jpg", "http://surfwearz.com/images/Deep Blue Sea Tile wb.jpg","http://surfwearz.com/images/Slide Fan/The Golden Planet sm.jpg", "http://surfwearz.com/images/Slide Fan/World on a String sm.jpg", "http://surfwearz.com/images/Slide Fan/Heart Rainbow.jpg", "http://surfwearz.com/images/Slide Fan/Modern Love.jpg", "http://surfwearz.com/images/Slide Fan/Space Pools.jpg", "http://surfwearz.com/images/Slide Fan/Sting Ray Poster Web Full Size.jpg", "http://surfwearz.com/images/Slide Fan/Rainbow Fantasy Sun.jpg", "http://surfwearz.com/images/Slide Fan/Heart To Heart.jpg", "http://surfwearz.com/images/Slide Fan/Fire Crackers.jpg"]
//set corresponding urls
url = ["http://www.zazzle.com/Surfwearzcom*/product/228863080873395535?size=small&width=15&height=19.2029&unit=in&print_width=15&print_height=19.2029&media=basic_poster_dye",
"http://www.cafepress.com/artisland.21252157#", 
"http://www.zazzle.com/Surfwearzcom*/product/228766524184898820?size=small&width=17.4173&height=15&unit=in&print_width=17.4173&print_height=15&media=basic_poster_dye", 
"http://www.zazzle.com/Surfwearzcom*/product/228563163252530375?size=small&width=15&height=22.5&unit=in&print_width=15&print_height=22.5&media=basic_poster_dye", 
"http://www.zazzle.com/Surfwearzcom*/product/228523000773327731?size=small&width=15&height=19.2029&unit=in&print_width=15&print_height=19.2029&media=basic_poster_dye", 
"http://www.zazzle.com/Surfwearzcom*/product/228209801131989914?size=small&width=15&height=19.999&unit=in&print_width=15&print_height=19.999&media=basic_poster_dye", 
"http://www.zazzle.com/Surfwearzcom*/product/228320968178933086?size=small&width=15&height=19.2029&unit=in&print_width=15&print_height=19.2029&media=basic_poster_dye", 
"http://www.zazzle.com/Surfwearzcom*/product/228055796784006961?size=small&width=15&height=19.2029&unit=in&print_width=15&print_height=19.2029&media=basic_poster_dye", 
"http://www.zazzle.com/Surfwearzcom*/product/228708248347721855?size=small&width=19.999&height=15&unit=in&print_width=19.999&print_height=15&media=basic_poster_dye", 
"http://www.zazzle.com/Surfwearzcom*/product/228242210653227403?size=small&width=19.2029&height=15&unit=in&print_width=19.2029&print_height=15&media=basic_poster_dye", 
"http://www.zazzle.com/Surfwearzcom*/product/228388680640957567?size=small&width=15&height=22.5&unit=in&print_width=15&print_height=22.5&media=basic_poster_dye",
"http://www.zazzle.com/Surfwearzcom*/product/228880638336085787?size=small&width=15&height=21.2337&unit=in&print_width=15&print_height=21.2337&media=basic_poster_dye"]

duration = 4;

//Please do not edit below
ads=[]; ct=0;
function switchAd() {
var n=(ct+1)%src.length;
if (ads[n] && (ads[n].complete || ads[n].complete==null)) {
document["Ad_Image"].src = ads[ct=n].src;
}
ads[n=(ct+1)%src.length] = new Image;
ads[n].src = src[n];
setTimeout("switchAd()",duration*1000);
}
function doLink(){
location.href = url[ct];
} onload = function(){
if (document.images)
switchAd();
}
//-->
