if (document.images) {
ads = new Array(2);
ads[0] = "/custom/images/advert/advertise_here225x125.jpg";
ads[1] = "/custom/images/advert/advertise_here225x125.jpg";
}

newplace = new Array(2);
newplace[0] = "http://www.loveandmusicevents.com/"
newplace[1] = "http://www.ampprod.com/marketing"

var timer = null
var	 counter = 0

function advertiser() {
	    timer=setTimeout("advertiser()", 14000);
		counter++;
		if (counter >= 2)
		counter = 0;
		document.advertiserad.src = ads[counter];
}

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