//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "Tickets",
tixUrl : "https://www.ticketnetwork.com/tix/",
trackingParams : "",
custLink : true,
//depricated
kbid : "",
//Overwrittable functions
trackingLink :"",
CreateCustomUrl : function(row) {
return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx";
},
CreateEventRow : function(row, isAlt) {
return "
" +
row[3] +" "+"" +
row[4] + " "+"" +
row[5] + " | "+"" +
row[0] +" | " +
row[1] +" " +
row[2] +" | "+""+ this.linkText+ " |
";
},
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,kywrds,url) {
if(typeof(TN_SetWidgetOptions) == "function")
TN_SetWidgetOptions();
//for backwards compatability
if(this.kbid != "")
this.trackingParams = "?img=249&kbid="+this.kbid;
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 && kywrds != undefined) {
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML += '';
} else {
document.write("");
}
}
if(eventData.length > 0) {
document.getElementById("previewNote").style.display = "none";
}
}
};
}();
//BPW-TNSERV-03A
TN_Widget.CreateTable([['Ron White','Palace Theatre Columbus','Columbus, OH','Friday','2/14/2025','7:00 PM','6767182','Ron-White-2-14-2025'],['Ron White','Murat Theatre at Old National Centre','Indianapolis, IN','Saturday','2/15/2025','3:00 PM','6837970','Ron-White-2-15-2025'],['Ron White','Murat Theatre at Old National Centre','Indianapolis, IN','Saturday','2/15/2025','7:00 PM','6764513','Ron-White-2-15-2025'],['Ron White','Grand Event Center at Golden Nugget - Lake Charles','Lake Charles, LA','Friday','2/28/2025','8:30 PM','6764370','Ron-White-2-28-2025'],['Ron White','Beau Rivage Theatre','Biloxi, MS','Saturday','3/1/2025','7:00 PM','6764366','Ron-White-3-1-2025'],['Ron White','Beau Rivage Theatre','Biloxi, MS','Saturday','3/1/2025','10:00 PM','6764367','Ron-White-3-1-2025'],['Ron White','Harrah's Southern California Casino & Resort','Valley Center, CA','Friday','3/7/2025','8:00 PM','6764414','Ron-White-3-7-2025'],['Ron White','The Salt River Grand Ballroom at Talking Stick Resort','Scottsdale, AZ','Saturday','3/8/2025','7:00 PM','6765055','Ron-White-3-8-2025'],['Ron White','The Salt River Grand Ballroom at Talking Stick Resort','Scottsdale, AZ','Saturday','3/8/2025','10:00 PM','6849650','Ron-White-3-8-2025'],['Ron White','Xcite Center At Parx Casino and Racing','Bensalem, PA','Thursday','3/20/2025','8:00 PM','6884818','Ron-White-3-20-2025'],['Ron White','Xcite Center At Parx Casino and Racing','Bensalem, PA','Friday','3/21/2025','8:00 PM','6764340','Ron-White-3-21-2025'],['Ron White','The Hall at Maryland Live','Hanover, MD','Saturday','3/22/2025','8:00 PM','6764411','Ron-White-3-22-2025'],['Ron White','The Chelsea - The Cosmopolitan of Las Vegas','Las Vegas, NV','Saturday','3/29/2025','8:00 PM','6872941','Ron-White-3-29-2025'],['Ron White','The Venue At Thunder Valley Casino','Lincoln, CA','Friday','4/11/2025','8:00 PM','6764586','Ron-White-4-11-2025'],['Ron White','The Show - Agua Caliente Casino','Rancho Mirage, CA','Saturday','4/12/2025','8:00 PM','6764416','Ron-White-4-12-2025'],['Ron White','Entertainment Hall At Soaring Eagle Casino & Resort','Mount Pleasant, MI','Friday','4/18/2025','8:00 PM','6923209','Ron-White-4-18-2025'],['Ron White','Treasure Island Event Center - MN','Welch, MN','Saturday','4/19/2025','7:00 PM','6764605','Ron-White-4-19-2025'],['Ron White','Treasure Island Event Center - MN','Welch, MN','Sunday','4/20/2025','7:00 PM','6848013','Ron-White-4-20-2025'],['Ron White','Seminole Hard Rock Tampa Event Center','Tampa, FL','Wednesday','5/21/2025','6:30 PM','6872987','Ron-White-5-21-2025'],['Ron White','Seminole Hard Rock Tampa Event Center','Tampa, FL','Wednesday','5/21/2025','9:30 PM','6872988','Ron-White-5-21-2025'],['Ron White','Hard Rock Live At The Seminole Hard Rock Hotel & Casino - Hollywood','Fort Lauderdale, FL','Thursday','5/22/2025','8:00 PM','6820463','Ron-White-5-22-2025'],['Ron White','Barbara B Mann Performing Arts Hall','Fort Myers, FL','Friday','5/23/2025','8:00 PM','6874795','Ron-White-5-23-2025'],['Ron White','King Center For The Performing Arts','Melbourne, FL','Saturday','5/24/2025','8:00 PM','6881738','Ron-White-5-24-2025'],['Ron White','Bellco Theatre','Denver, CO','Saturday','9/20/2025','8:00 PM','6959169','Ron-White-9-20-2025']],'Ron White','https://www.ticketnetwork.com/ticket/Ron-White-events.aspx');