
<!--
function blank(){window.status=""; return true}
//-->
<!-- Hide from old browsers

var i = 1;
banner1= new Image();
banner1.src = "specials/special_images/panel1.gif";
banner2 = new Image();
banner2.src = "specials/special_images/panel2.gif";
banner3 = new Image();
banner3.src = "specials/special_images/panel3.gif";
banner4 = new Image();
banner4.src = "specials/special_images/panel4.gif";

links = new Array
links[1] = "wholesale_specials.htm"
links[2] = "wholesale_specials.htm"
links[3] = "wholesale_specials.htm"
links[4] = "wholesale_specials.htm"

describe = new Array
describe[1] = "View Our Monthly Specials"
describe[2] = "View Our Monthly Specials"
describe[3] = "View Our Monthly Specials"
describe[4] = "View Our Monthly Specials"

function startTime(){

        var time= new Date();
        hours= time.getHours();
        mins= time.getMinutes();
        secs= time.getSeconds();
        closeTime=hours*3600+mins*60+secs;
        closeTime+=5;	// How many seconds til the next rotation
        Timer();

}

function Timer(){
        var time= new Date();
        hours= time.getHours();
        mins= time.getMinutes();
        secs= time.getSeconds();
        curTime=hours*3600+mins*60+secs
        if (curTime>=closeTime){
		if (i < 4){	// The number 4 is the amount of banners that you have
			i++;
			document.banner.src = eval("banner" + i + ".src");
		}
		else{
			i = 1;
			document.banner.src = eval("banner" + i + ".src");
		}
		startTime();
	}
        else{
                window.setTimeout("Timer()",2000)}

}

function clickLink(){
	top.location = links[i]
}

function descript(){
	window.status = describe[i]
}

// -->
<!-- 
function coupon_popup(URL) { window.open(URL,'','height=410,width=540,left=10,top=60,toolbar=no,scrollbars=yes,menubar=no');
} //-->
<!-- 
function map_popup(URL) { window.open(URL,'','height=600,width=510,left=10,top=10,toolbar=no,scrollbars=yes,menubar=no');
} //-->
<!-- 
function appl_popup(URL) { window.open(URL,'','height=780,width=620,left=5,top=5,toolbar=no,scrollbars=yes,menubar=no');
} //-->

