<!-- Beginning of JavaScript -

if (document.images) {
ads = new Array(3);
ads[0] = "http://www.SchoolmatesPA.com/images/banners/hotelreservations.jpg";
ads[1] = "http://www.SchoolmatesPA.com/images/banners/advertise.jpg";
ads[2] = "http://www.SchoolmatesPA.com/images/banners/hotelreservations.jpg";
ads[3] = "http://www.SchoolmatesPA.com/images/banners/hotelreservations.jpg";
ads[4] = "http://www.SchoolmatesPA.com/images/banners/advertise.jpg";
ads[5] = "http://www.SchoolmatesPA.com/images/banners/hotelreservations.jpg";
ads[6] = "http://www.SchoolmatesPA.com/images/banners/hotelreservations.jpg";
ads[7] = "http://www.SchoolmatesPA.com/images/banners/advertise.jpg";
ads[8] = "http://www.SchoolmatesPA.com/images/banners/hotelreservations.jpg";
}

newplace = new Array(3);
newplace[0] = "http://www.ihsadvantage.com/h/state/pa/?geoMiles=15&arrivalMonth=5&showAvailWithList=false&adults=2&pfs=5789&arrivalDay=1&isGeoSearch=true&trafficID=378861539&nights=2#trafficLogID=378861539&visited=true"
newplace[1] = "http://www.SchoolmatesPA.com/images/banners/advertise.jpg"
newplace[2] = "http://www.ihsadvantage.com/h/state/pa/?geoMiles=15&arrivalMonth=5&showAvailWithList=false&adults=2&pfs=5789&arrivalDay=1&isGeoSearch=true&trafficID=378861539&nights=2#trafficLogID=378861539&visited=true"
newplace[3] = "http://www.ihsadvantage.com/h/state/pa/?geoMiles=15&arrivalMonth=5&showAvailWithList=false&adults=2&pfs=5789&arrivalDay=1&isGeoSearch=true&trafficID=378861539&nights=2#trafficLogID=378861539&visited=true"
newplace[4] = "http://www.SchoolmatesPA.com/images/banners/advertise.jpg"
newplace[5] = "http://www.ihsadvantage.com/h/state/pa/?geoMiles=15&arrivalMonth=5&showAvailWithList=false&adults=2&pfs=5789&arrivalDay=1&isGeoSearch=true&trafficID=378861539&nights=2#trafficLogID=378861539&visited=true"
newplace[6] = "http://www.ihsadvantage.com/h/state/pa/?geoMiles=15&arrivalMonth=5&showAvailWithList=false&adults=2&pfs=5789&arrivalDay=1&isGeoSearch=true&trafficID=378861539&nights=2#trafficLogID=378861539&visited=true"
newplace[7] = "http://www.SchoolmatesPA.com/images/banners/advertise.jpg"
newplace[8] = "http://www.ihsadvantage.com/h/state/pa/?geoMiles=15&arrivalMonth=5&showAvailWithList=false&adults=2&pfs=5789&arrivalDay=1&isGeoSearch=true&trafficID=378861539&nights=2#trafficLogID=378861539&visited=true"

var timer = null
var  counter = 0

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

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

// - End of JavaScript - -->
