// JavaScript Document

if (document.images) {
ads = new Array(3);
ads[0] = "http://www.worldwidetravelspecialists.com/lastminutedeals/7nights.jpg";
ads[1] = "http://www.worldwidetravelspecialists.com/lastminutedeals/savenow.jpg";
ads[2] = "http://www.worldwidetravelspecialists.com/lastminutedeals/lastmin.jpg";
}

newplace = new Array(3);
newplace[0] = "http://www.applevacations.com/showStatic.do?command=showStaticPage&targetPage=/static/promotions/00446sp_yoursummervacation_dl/index.jsp&agentId=6712871"
newplace[1] = "http://www.applevacations.com/showStatic.do?command=showStaticPage&targetPage=/static/promotions/00447sp_savenowtravellater_dl/index.jsp&agentId=6712871"
newplace[2] = "http://www.applevacations.com/static/promotions/lastminute/index.html#agencyName=Worldwide Travel Specialists&agencyPhone=877-366-0486&agencyId=06712871&CSSName=lm&LeavingFrom=PHL"

var timer = null
var	 counter = 0

function banner() {
	    timer=setTimeout("banner()", 4000);
		counter++;
		if (counter >= 3)
		counter = 0;
		document.bannerad.src = ads[counter];
}

function gothere() {
		counter2 = counter;
		window.location.href = newplace[counter2];
}
