//all modifications to the code of the original script contained herein copyright KulaDesign 2007
<!--
//set image paths
src = ["/cgi.bin/Web_store/Html/Images/designer/jrat101.jpg",
	"/cgi.bin/Web_store/Html/Images/sets/jral1b1.jpg", 
	"/cgi.bin/Web_store/Html/Images/watches/s951731.jpg",
	"/cgi.bin/Web_store/Html/Images/sets/jrat506a1.jpg", 
	"/cgi.bin/Web_store/Html/Images/designer/nn6791.jpg", 
	"/cgi.bin/Web_store/Html/Images/compacts/373261.jpg",
	"/cgi.bin/Web_store/Html/Images/earrings/sk24261.jpg",
	"/cgi.bin/Web_store/Html/Images/cufflinks/gf10101.jpg",
	"/cgi.bin/Web_store/Html/Images/xmas/380861.jpg",
	"/cgi.bin/Web_store/Html/Images/xmas/373271.jpg"]
//set corresponding urls
url = ["/cgi.bin/Web_store/web_store.cgi?product=costpage2&cart_id=",
	"/cgi.bin/Web_store/web_store.cgi?product=sets&cart_id=",
	"/cgi.bin/Web_store/web_store.cgi?product=watches&cart_id=",
	"/cgi.bin/Web_store/web_store.cgi?product=sets&product_id=jrat506&cart_id=",
	"/cgi.bin/Web_store/web_store.cgi?product=costume&product_id=nn679&cart_id=",
	"/cgi.bin/Web_store/web_store.cgi?product=bracelets&cart_id=",
	"/cgi.bin/Web_store/web_store.cgi?product=ears2&product_id=sk2426&cart_id=",
	"/cgi.bin/Web_store/web_store.cgi?product=cufflinks&cart_id=",
	"/cgi.bin/Web_store/web_store.cgi?product=xmas&product_id=38086&cart_id=",
	"/cgi.bin/Web_store/web_store.cgi?product=xmas&product_id=37327&cart_id="]
//set duration for each image
duration = 3.5;
//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();
}
//-->
