// var TN_Widget = function() { return { CreateEventRow : function(row, isAlt) { return "" + row[3] + "
" + row[4] + "
" + row[5] + "" + row[0] + "" + row[1] + "
" + row[2] + "Tickets"; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kwds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kwds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kwds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kwds + " on TicketNetwork.com
"); } } } }; }(); //BPW-TNSERV-02A TN_Widget.CreateTable([['The Red Clay Strays','The Tivoli','Fortitude Valley, Australia','Saturday','5/17/2025','7:30 PM','6841021','The-Red-Clay-Strays-5-17-2025'],['The Red Clay Strays','Enmore Theatre ','Newtown, Australia','Tuesday','5/20/2025','8:00 PM','6841020','The-Red-Clay-Strays-5-20-2025'],['The Book Of Mormon','Capitol Theatre - Sydney','Sydney, Australia','Tuesday','7/15/2025','7:00 PM','6825802','The-Book-Of-Mormon-7-15-2025'],['The Book Of Mormon','Capitol Theatre - Sydney','Sydney, Australia','Thursday','7/17/2025','7:00 PM','6825804','The-Book-Of-Mormon-7-17-2025'],['The Book Of Mormon','Capitol Theatre - Sydney','Sydney, Australia','Friday','7/18/2025','7:30 PM','6825805','The-Book-Of-Mormon-7-18-2025'],['The Book Of Mormon','Capitol Theatre - Sydney','Sydney, Australia','Saturday','7/19/2025','2:00 PM','6825807','The-Book-Of-Mormon-7-19-2025'],['The Book Of Mormon','Capitol Theatre - Sydney','Sydney, Australia','Sunday','7/20/2025','1:00 PM','6825808','The-Book-Of-Mormon-7-20-2025'],['The Book Of Mormon','Capitol Theatre - Sydney','Sydney, Australia','Tuesday','7/22/2025','7:00 PM','6825810','The-Book-Of-Mormon-7-22-2025'],['The Book Of Mormon','Capitol Theatre - Sydney','Sydney, Australia','Saturday','7/26/2025','2:00 PM','6825814','The-Book-Of-Mormon-7-26-2025'],['10cc','Anita's Theatre','Thirroul, Australia','Saturday','7/26/2025','7:00 PM','6673122','10cc-7-26-2025']],'Australia','http://www.ticketnetwork.com/ticket/Australia-events.aspx');