<!-- ©webmasta [www.TangCanada.com] we take no prizionerz!

var imgArr =new Array(''
,'mid_506_310.jpg|webtix|1319256000|http://www.ticketgateway.com/ticketing/events.php?shareid=506'
,'pid_41979_310_brunoMars.jpg|pretix|1330059600|http://premiumtix.ticketgateway.com/ResultsEvent.aspx?pid=41979'
,'pid_45451_jackoweb.jpg|pretix|1324184400|http://premiumtix.ticketgateway.com/ResultsEvent.aspx?pid=45451'
,'pid_1077_jaysweb.jpg|pretix|1317787200|http://premiumtix.ticketgateway.com/ResultsEvent.aspx?pid=1077'
,'mid_487_stars-poster-310.jpg|webtix|1325394000|http://www.ticketgateway.com/ticketing/events.php?shareid=487'
,'mid_445_310_All-Black-Affair.jpg|webtix|1319860800|http://www.ticketgateway.com/ticketing/events.php?shareid=445'
,'pid_49055_euphoria310.jpg|pretix|1322629200|http://premiumtix.ticketgateway.com/ResultsEvent.aspx?pid=49055'
,'pid_3833_kings-of-leon.jpg|pretix|1322629200|http://premiumtix.ticketgateway.com/ResultsEvent.aspx?pid=3383'
,'pid_46482_tb_moon_web_310.jpg|pretix|1322629200|http://premiumtix.ticketgateway.com/ResultsEvent.aspx?pid=46482'
,'pid_49733_watchthethrone310.jpg|pretix|1322629200|http://premiumtix.ticketgateway.com/ResultsEvent.aspx?pid=49733'
,'mid_489_310_kesVSkarma.jpg|webtix|1316145600|http://www.ticketgateway.com/ticketing/events.php?shareid=489'
,'mid_503_BlockoFront-310.jpg|webtix|1317960000|http://www.ticketgateway.com/ticketing/events.php?shareid=503'
,'pid_49266_iHeart-310.jpg|pretix|1316836800|http://premiumtix.ticketgateway.com/ResultsEvent.aspx?pid=49266'
,'mid_511_310_miamidayfete.jpg|webtix|1318132800|http://www.ticketgateway.com/ticketing/events.php?shareid=511'
,'mid_424_310_WIAFD.jpg|webtix|1318132800|http://www.ticketgateway.com/ticketing/events.php?shareid=524'
,'mid_500_310_BIDP.jpg|webtix|1318046400|http://www.ticketgateway.com/ticketing/events.php?shareid=500'
,'mid_539_310_DJV2012.jpg|webtix|1330146000|http://www.ticketgateway.com/ticketing/events.php?shareid=539'
,'pid_26943_The-Backyardigans310.jpg|pretix|1319515200|http://premiumtix.ticketgateway.com/ResultsEvent.aspx?pid=26943'
,'pid_1875_310_Disneyonice.jpg|pretix|1325307600|http://premiumtix.ticketgateway.com/ResultsEvent.aspx?pid=1875'
,'pid_7943_310_SYTYCD2011.jpg|pretix|1325307600|http://premiumtix.ticketgateway.com/ResultsEvent.aspx?pid=7943'
,'pid_79_310_AvrilLavigne.jpg|pretix|1320033600|http://premiumtix.ticketgateway.com/ResultsEvent.aspx?pid=79'
);

var imgAmt =6;
var selStr ='';
var iNum,imgSrc,imgHref,expDat;
var arrLen =imgArr.length-1;
var nDate  =new Date();
var ePoch  =Math.round(nDate.getTime()/1000);
var webtix ='http://www.TicketGateway.com/ticketing/events.php';
var pretix ='http://premiumtix.TicketGateway.com/';
function getRandom() {
	 var r =parseInt(Math.random()*(arrLen)); //alert(r+'|'+selStr.indexOf('|'+r)!= -1)
	 if(selStr.indexOf('|'+r)!= -1) { return getRandom(); }
	 expDat =imgArr[r].split('|')[2]; //alert(expDat+'='+r)
	 if(expDat< ePoch) { return getRandom(); }
	 selStr +=('|'+r);
	 return r;
};
function getTicketAd() {
	selStr ='|0';
	for(var i=1; i<= imgAmt; ++i) {
		iNum =getRandom();
		str =imgArr[iNum].split('|');
		document.getElementById('img'+i).src ='_homePageAds_ticket/'+str[0];

		for(var j=0; j< document.links.length; ++j) {
			if(document.links[j].name =='link'+i) {
				if(str[3] =='') {									
					document.links[j].setAttribute('href',eval(str[1]));		//if no livelink use default to prem or web
				} else {
					document.links[j].setAttribute('href',str[3]);
				}
				//alert(document.links[j].name +'\n'+ document.links[j].href)
				break;
			}
		}
	} //alert(selStr)
//alert(arrLen);
setTimeout('getTicketAd()', 10000);
};
getTicketAd();
//-->

