<!--
                    
                    /*
                    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
					for (i = 0; i <= 10; i++)
					{
                    src = ["slideshow/01.jpg", "slideshow/02.jpg", "slideshow/03.jpg", "slideshow/04.jpg", "slideshow/05.jpg", "slideshow/06.jpg", "slideshow/07.jpg", "slideshow/08.jpg"]
                    
                    
                    //set corresponding urls
                    url = ["print-design.html", "print-design.html", "print-design.html", "print-design.html", "print-design.html", "print-design.html", "print-design.html", "#"]
                    
                    //set duration for each image
                    duration = 6;
                    
                    //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();
                    }
					}
                    //-->