|
All Concerts (Alphabetical Order)
Please be patient. This page may take a few seconds to load.
function tnNav2Evt256(ankObj, cityRestrict)
{ var eventName = ankObj.innerText;
if(eventName == undefined)
eventName = ankObj.textContent;
var urlStr ='ResultsEvent.php?event=' + escape(eventName)+unescape(cityRestrict)+ '&pcatid=2';
document.location.href = urlStr;
return false;
}
|