//
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 "
";
}
},
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 += '';
} else {
document.write("");
}
}
}
};
}();
//BPW-TNSERV-03A
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([['Lips - The Rolling Stones Experience','Kelowna Community Theatre','Kelowna, Canada','Wednesday','3/19/2025','7:30 PM','6995926','Lips---The-Rolling-Stones-Experience-3-19-2025'],['Oregon Symphony: Brent Havens - The Music of the Rolling Stones','Arlene Schnitzer Concert Hall','Portland, OR','Thursday','3/20/2025','7:30 PM','6893524','Oregon-Symphony--Brent-Havens---The-Music-of-the-Rolling-Stones-3-20-2025'],['Mother's Little Helper - Tribute to The Rolling Stones','State Theatre - VA','Falls Church, VA','Friday','3/28/2025','8:30 PM','6973896','Mother-s-Little-Helper---Tribute-to-The-Rolling-Stones-3-28-2025'],['Satisfaction - Rolling Stones Tribute','Lincoln Square Theatre','Decatur, IL','Sunday','4/6/2025','7:00 PM','7031519','Satisfaction---Rolling-Stones-Tribute-4-6-2025'],['Emotional Rescue - Tribute to The Rolling Stones','Mesa Theater & Club','Grand Junction, CO','Friday','4/18/2025','7:00 PM','7029142','Emotional-Rescue---Tribute-to-The-Rolling-Stones-4-18-2025'],['The Main Street Exiles - Rolling Stones Tribute','Park Theatre - Winnipeg','Winnipeg, Canada','Saturday','4/19/2025','8:00 PM','6979571','The-Main-Street-Exiles---Rolling-Stones-Tribute-4-19-2025'],['Rolling Stones Mania','Palace Theatre - PA','Greensburg, PA','Thursday','4/24/2025','7:30 PM','6601427','Rolling-Stones-Mania-4-24-2025'],['Music Of The Rolling Stones','Southern Kentucky Performing Arts Center','Bowling Green, KY','Saturday','4/26/2025','7:30 PM','6675238','Music-Of-The-Rolling-Stones-4-26-2025'],['Brown Sugar & Newspaper Taxi: Rolling Stones vs. The Beatles Tribute','The Ardmore Music Hall','Ardmore, PA','Sunday','4/27/2025','7:00 PM','7005818','Brown-Sugar---Newspaper-Taxi---Rolling-Stones-vs--The-Beatles-Tribute-4-27-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'],['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'],['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'],['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'],['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'],['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/en/search/?text=The%20Rolling%20Stones');