//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "view
tickets",
tixUrl : "http://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[0] +" | " +
row[1] +" " +
row[2] +" | " +
row[3] +" " +
row[4] + " " +
row[5] + " | "+ 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-01A
TN_Widget.CreateTable([['The Sunrise Jones & Gimme Sugar','Lorain Palace Theatre','Lorain, OH','Friday','5/9/2025','7:00 PM','7096910','The-Sunrise-Jones---Gimme-Sugar-5-9-2025'],['Loving Cup - Rolling Stones Tribute','High Noon Saloon','Madison, WI','Saturday','5/10/2025','8:00 PM','7084499','Loving-Cup---Rolling-Stones-Tribute-5-10-2025'],['Got Stones - Rolling Stones Tribute','The Port Theatre','Nanaimo, Canada','Friday','5/16/2025','7:30 PM','7021722','Got-Stones---Rolling-Stones-Tribute-5-16-2025'],['Jumping Jack Flash - Rolling Stones Tribute','Events Center at Pala Casino Spa and Resort','Pala, CA','Saturday','5/17/2025','8:00 PM','7070719','Jumping-Jack-Flash---Rolling-Stones-Tribute-5-17-2025'],['Mother's Little Helper - Tribute to The Rolling Stones','Beacon Theatre - VA','Hopewell, VA','Friday','5/30/2025','7:30 PM','6982555','Mother-s-Little-Helper---Tribute-to-The-Rolling-Stones-5-30-2025'],['Rod Stewart, Rolling Stones, Bryan Adams & Bob Dylan Tributes','Garden Amphitheatre','Garden Grove, CA','Friday','6/6/2025','5:00 PM','6993666','Rod-Stewart--Rolling-Stones--Bryan-Adams---Bob-Dylan-Tributes-6-6-2025'],['Satisfaction - Rolling Stones Tribute','Hill Performance Hall at Eisemann Center','Richardson, TX','Saturday','6/7/2025','7:30 PM','7082333','Satisfaction---Rolling-Stones-Tribute-6-7-2025'],['Classic Albums Live Tribute Show: The Rolling Stones - Exile on Main St','Nancy and David Bilheimer Capitol Theatre','Clearwater, FL','Friday','6/13/2025','8:00 PM','6732586','Classic-Albums-Live-Tribute-Show--The-Rolling-Stones---Exile-on-Main-St-6-13-2025'],['The Strolling Clones - Tribute to The Rolling Stones','The Cedar Cultural Center','Minneapolis, MN','Saturday','6/14/2025','8:00 PM','7093349','The-Strolling-Clones---Tribute-to-The-Rolling-Stones-6-14-2025'],['Jumping Jack Flash - Rolling Stones Tribute','Meadow Brook Theatre','Rochester Hills, MI','Friday','7/11/2025','6:00 PM','6756000','Jumping-Jack-Flash---Rolling-Stones-Tribute-7-11-2025'],['Satisfaction - Rolling Stones Tribute','Lexington Village Theatre','Lexington, MI','Saturday','7/12/2025','8:00 PM','6928533','Satisfaction---Rolling-Stones-Tribute-7-12-2025'],['Satisfaction - Rolling Stones Tribute','Warner Vineyards','Paw Paw, MI','Sunday','7/13/2025','6:30 PM','7019349','Satisfaction---Rolling-Stones-Tribute-7-13-2025'],['Satisfaction - Rolling Stones Tribute','Jergel's Rhythm Grille','Warrendale, PA','Sunday','8/24/2025','8:00 PM','7092202','Satisfaction---Rolling-Stones-Tribute-8-24-2025'],['Tattoo You - Rolling Stones Tribute','Blue Ridge Community Theater - Main Stage','Blue Ridge, GA','Saturday','8/30/2025','7:30 PM','7031731','Tattoo-You---Rolling-Stones-Tribute-8-30-2025'],['Crossfire Hurricane - Rolling Stones Tribute','The Westcott Theatre','Syracuse, NY','Saturday','9/6/2025','7:00 PM','7126741','Crossfire-Hurricane---Rolling-Stones-Tribute-9-6-2025'],['The Last Of The Duke Street Kings - Bruce Springsteen Tribute & 19th Nervous Breakdown - Rolling Stones Tribute','Photo City Music Hall','Rochester, NY','Saturday','12/6/2025','6:00 PM','7029128','The-Last-Of-The-Duke-Street-Kings---Bruce-Springsteen-Tribute---19th-Nervous-Breakdown---Rolling-Stones-Tribute-12-6-2025']],'The Rolling Stones','http://www.ticketnetwork.com/ticket/The-Rolling-Stones-events.aspx');