// 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 += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-02A TN_Widget.CreateTable([['All American Rock Show - Tribute to Foo Fighters, Soundgarden and TPotUSoA','Garden Amphitheatre','Garden Grove, CA','Friday','11/14/2025','5:00 PM','7462704','All-American-Rock-Show---Tribute-to-Foo-Fighters--Soundgarden-and-TPotUSoA-11-14-2025'],['Monkey Wrench - Foo Fighters Tribute','Stone Pony','Asbury Park, NJ','Saturday','11/22/2025','6:00 PM','7505449','Monkey-Wrench---Foo-Fighters-Tribute-11-22-2025'],['Back and Forth - Foo Fighters Tribute','Jergel's Rhythm Grille','Warrendale, PA','Thursday','1/1/2026','7:00 PM','7395639','Back-and-Forth---Foo-Fighters-Tribute-1-1-2026'],['Foo Fighters, Queens of the Stone Age & Mannequin Pussy','Rogers Stadium At Downsview Airport','Toronto, Canada','Tuesday','8/4/2026','5:30 PM','7511933','Foo-Fighters--Queens-of-the-Stone-Age---Mannequin-Pussy-8-4-2026'],['Foo Fighters, Queens of the Stone Age & Mannequin Pussy','Ford Field','Detroit, MI','Thursday','8/6/2026','5:30 PM','7511936','Foo-Fighters--Queens-of-the-Stone-Age---Mannequin-Pussy-8-6-2026'],['Foo Fighters, Queens of the Stone Age & Mannequin Pussy','Soldier Field','Chicago, IL','Saturday','8/8/2026','5:30 PM','7511937','Foo-Fighters--Queens-of-the-Stone-Age---Mannequin-Pussy-8-8-2026'],['Foo Fighters, Queens of the Stone Age & Mannequin Pussy','Huntington Bank Field','Cleveland, OH','Monday','8/10/2026','5:30 PM','7511938','Foo-Fighters--Queens-of-the-Stone-Age---Mannequin-Pussy-8-10-2026'],['Foo Fighters, Queens of the Stone Age & Mannequin Pussy','Lincoln Financial Field','Philadelphia, PA','Thursday','8/13/2026','5:30 PM','7511931','Foo-Fighters--Queens-of-the-Stone-Age---Mannequin-Pussy-8-13-2026'],['Foo Fighters, Queens of the Stone Age & Mannequin Pussy','Nissan Stadium - Nashville','Nashville, TN','Saturday','8/15/2026','5:30 PM','7511939','Foo-Fighters--Queens-of-the-Stone-Age---Mannequin-Pussy-8-15-2026'],['Foo Fighters, Queens of the Stone Age & Mannequin Pussy','Nationals Park','Washington, DC','Monday','8/17/2026','5:30 PM','7511932','Foo-Fighters--Queens-of-the-Stone-Age---Mannequin-Pussy-8-17-2026'],['Foo Fighters, Queens of the Stone Age & Mannequin Pussy','Fargodome','Fargo, ND','Saturday','9/12/2026','7:30 PM','7511940','Foo-Fighters--Queens-of-the-Stone-Age---Mannequin-Pussy-9-12-2026'],['Foo Fighters, Queens of the Stone Age & Mannequin Pussy','Mosaic Stadium','Regina, Canada','Tuesday','9/15/2026','5:30 PM','7511941','Foo-Fighters--Queens-of-the-Stone-Age---Mannequin-Pussy-9-15-2026'],['Foo Fighters, Queens of the Stone Age & Mannequin Pussy','Commonwealth Stadium - Edmonton','Edmonton, Canada','Thursday','9/17/2026','5:30 PM','7511934','Foo-Fighters--Queens-of-the-Stone-Age---Mannequin-Pussy-9-17-2026'],['Foo Fighters, Queens of the Stone Age & Gouge Away','BC Place Stadium','Vancouver, Canada','Sunday','9/20/2026','5:30 PM','7511935','Foo-Fighters--Queens-of-the-Stone-Age---Gouge-Away-9-20-2026'],['Foo Fighters, Queens of the Stone Age & Gouge Away','Allegiant Stadium','Las Vegas, NV','Saturday','9/26/2026','5:30 PM','7511942','Foo-Fighters--Queens-of-the-Stone-Age---Gouge-Away-9-26-2026'],['Back and Forth - Foo Fighters Tribute','The Westcott Theatre','Syracuse, NY','Saturday','10/24/2026','8:00 PM','7066014','Back-and-Forth---Foo-Fighters-Tribute-10-24-2026']],'Foo Fighters','http://www.ticketnetwork.com/ticket/Foo-Fighters-events.aspx');