document.write('');
document.write('
');
function tnNav2Evt11(ankObj, cityRestrict)
{ var eventName = ankObj.innerText;
if(eventName == undefined)
eventName = ankObj.textContent;
var urlStr ='ResultsEvent.php?event=' + escape(eventName)+unescape(cityRestrict)+ '&pcatid=1&ccatid=67';
document.location.href = urlStr;
return false;
}
document.write('');