
<!--
src = ["picts/slide1.gif", "picts/slide2.gif", "picts/slide3.gif", "picts/slide4.gif"]
url = ["http://www.thegpsdepot.com/spilot2610_gps.htm","http://www.thegpsdepot.com/tpmeridiancolor_gps.htm","http://www.thegpsdepot.com/pin_gps.htm", "http://www.thegpsdepot.com/icn510_cargps.htm"]
duration = 2;
	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();
						}
//-->

