//
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-03A
TN_Widget.CreateTable([['Unauthorized Rolling Stones','The Guild Theatre - Menlo Park','Menlo Park, CA','Saturday','7/5/2025','8:00 PM','7201758','Unauthorized-Rolling-Stones-7-5-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'],['Tattoo You - Rolling Stones Tribute','Madlife Stage & Studios','Woodstock, GA','Sunday','7/13/2025','4:00 PM','7202276','Tattoo-You---Rolling-Stones-Tribute-7-13-2025'],['Unauthorized Rolling Stones','Sweetwater Music Hall','Mill Valley, CA','Thursday','8/7/2025','8:00 PM','7181272','Unauthorized-Rolling-Stones-8-7-2025'],['Zeppelin Revisited & Start Me Up','Gaslamp Restaurant & Bar','Long Beach, CA','Saturday','8/9/2025','8:00 PM','7173473','Zeppelin-Revisited---Start-Me-Up-8-9-2025'],['Tattoo You - Rolling Stones Tribute','Tybee Post Theater','Tybee Island, GA','Thursday','8/14/2025','7:30 PM','7246026','Tattoo-You---Rolling-Stones-Tribute-8-14-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'],['Jumping Jack Flash - Rolling Stones Tribute','Campus Jax','Newport Beach, CA','Saturday','8/30/2025','8:30 PM','7252253','Jumping-Jack-Flash---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'],['Satisfaction - Rolling Stones Tribute','Infinity Hall - Norfolk','Norfolk, CT','Saturday','9/13/2025','8:00 PM','7237491','Satisfaction---Rolling-Stones-Tribute-9-13-2025'],['Classic Albums Live Tribute Show: The Rolling Stones - Sticky Fingers','Ordway Concert Hall at Ordway Center For Performing Arts','Saint Paul, MN','Saturday','10/11/2025','7:30 PM','7063944','Classic-Albums-Live-Tribute-Show--The-Rolling-Stones---Sticky-Fingers-10-11-2025'],['Brown Sugar - Rolling Stones Tribute','Daryl's House','Pawling, NY','Friday','10/31/2025','8:00 PM','7211879','Brown-Sugar---Rolling-Stones-Tribute-10-31-2025'],['Classic Albums Live: The Rolling Stones - Some Girls','Lone Tree Arts Center','Littleton, CO','Saturday','11/1/2025','7:30 PM','7224543','Classic-Albums-Live--The-Rolling-Stones---Some-Girls-11-1-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'],['Wilder Horses - Rolling Stones Tribute','American Theatre - Hampton','Hampton, VA','Wednesday','12/31/2025','7:00 PM','7250207','Wilder-Horses---Rolling-Stones-Tribute-12-31-2025'],['Satisfaction - Rolling Stones Tribute','Riviera Theatre - NY','North Tonawanda, NY','Friday','2/6/2026','7:30 PM','7246538','Satisfaction---Rolling-Stones-Tribute-2-6-2026']],'The Rolling Stones','http://www.ticketnetwork.com/ticket/The-Rolling-Stones-events.aspx');