// var TN_Widget = function() { var months = ["", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"]; return { newWindow : true, CreateEventRow : function(row, isAlt) { var dateArray = row[4].split('/'); var date = months[dateArray[0]] + " " + dateArray[1]; var parking = row[0].split(':')[0] if (parking !== "PARKING") { return "
" + row[3].substring(0,3) + "
" + date + "" + row[5] + "
" + row[0] + "" + row[1] + ", " + row[2] + "
"; } }, 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 newResults = []; for(var cntr = 0; cntr < eventData.length; cntr++) newResults.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '
' + newResults.join('') + '
'; } else document.write('
' + newResults.join('') + '
'); if(eventData.length >= 101 && 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-03B TN_Widget.AddCss('//tn-widget.seatics.com/widget2Css/results-style-1.css'); TN_Widget.AddCss('//s3.amazonaws.com/ticketnetwork/fonts/TTNorms/TTNorms.css'); 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'],['IIHF Ice Hockey World Championship: Latvia vs. Australia','Avicii Arena','Stockholm, Sweden','Tuesday','5/20/2025','12:20 PM','7063592','IIHF-Ice-Hockey-World-Championship--Latvia-vs--Australia-5-20-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 Ten Tenors','Entertainment Centre At Wrest Point Hobart Hotel & Casino','Hobart, Australia','Tuesday','5/27/2025','7:00 PM','6783368','The-Ten-Tenors-5-27-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','Wednesday','7/16/2025','7:00 PM','6825803','The-Book-Of-Mormon-7-16-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','Saturday','7/19/2025','7:30 PM','6825806','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','Wednesday','7/23/2025','7:00 PM','6825811','The-Book-Of-Mormon-7-23-2025'],['The Book Of Mormon','Capitol Theatre - Sydney','Sydney, Australia','Friday','7/25/2025','7:30 PM','6825812','The-Book-Of-Mormon-7-25-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'],['The Book Of Mormon','Capitol Theatre - Sydney','Sydney, Australia','Saturday','7/26/2025','7:30 PM','6825813','The-Book-Of-Mormon-7-26-2025'],['The Book Of Mormon','Capitol Theatre - Sydney','Sydney, Australia','Sunday','7/27/2025','1:00 PM','6825815','The-Book-Of-Mormon-7-27-2025'],['The Book Of Mormon','Capitol Theatre - Sydney','Sydney, Australia','Sunday','7/27/2025','6:30 PM','6825816','The-Book-Of-Mormon-7-27-2025'],['The Book Of Mormon','Capitol Theatre - Sydney','Sydney, Australia','Tuesday','7/29/2025','7:00 PM','6825817','The-Book-Of-Mormon-7-29-2025'],['The Book Of Mormon','Capitol Theatre - Sydney','Sydney, Australia','Wednesday','7/30/2025','7:00 PM','6825818','The-Book-Of-Mormon-7-30-2025'],['The Book Of Mormon','Capitol Theatre - Sydney','Sydney, Australia','Thursday','7/31/2025','7:00 PM','6825819','The-Book-Of-Mormon-7-31-2025'],['10cc','Palais Theatre','St. Kilda, Australia','Friday','8/1/2025','7:00 PM','6655635','10cc-8-1-2025'],['The Book Of Mormon','Capitol Theatre - Sydney','Sydney, Australia','Friday','8/1/2025','7:30 PM','6825833','The-Book-Of-Mormon-8-1-2025'],['The Book Of Mormon','Capitol Theatre - Sydney','Sydney, Australia','Saturday','8/2/2025','2:00 PM','6825843','The-Book-Of-Mormon-8-2-2025']],'australia','http://www.ticketnetwork.com/en/search/?text=australia');