// 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 "
" + row[3].substring(0,3) + "
" + date + "" + row[5] + "
" + row[0] + "" + row[1] + ", " + row[2] + "
"; } }, 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 += '
See all events for '+ kwds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kwds + " on TicketNetwork.com
"); } } } }; }(); //BPW-TNSERV-04A 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([['The Alarm','Emo's East','Austin, TX','Thursday','5/2/2024','7:00 PM','6220327','The-Alarm-5-2-2024'],['The Alarm','House Of Blues - Houston','Houston, TX','Friday','5/3/2024','7:00 PM','6220328','The-Alarm-5-3-2024'],['The Alarm','Delmar Hall','St. Louis, MO','Monday','5/6/2024','8:00 PM','6260106','The-Alarm-5-6-2024'],['The Alarm','Knuckleheads Saloon Indoor Stage','Kansas City, MO','Tuesday','5/7/2024','7:30 PM','6251474','The-Alarm-5-7-2024'],['The Alarm','Des Plaines Theatre','Des Plaines, IL','Thursday','5/9/2024','7:30 PM','6377490','The-Alarm-5-9-2024'],['The Alarm','Asbury Hall at Babeville','Buffalo, NY','Tuesday','5/14/2024','8:00 PM','6219947','The-Alarm-5-14-2024'],['The Alarm','The Asylum at Masonic Temple','Cleveland, OH','Wednesday','5/15/2024','8:00 PM','6220334','The-Alarm-5-15-2024'],['The Alarm','Asbury Lanes','Asbury Park, NJ','Thursday','5/16/2024','8:00 PM','6221062','The-Alarm-5-16-2024'],['The Alarm','The Colonial Theatre - Phoenixville','Phoenixville, PA','Friday','5/17/2024','8:00 PM','6278716','The-Alarm-5-17-2024'],['The Alarm','The National - VA','Richmond, VA','Sunday','5/19/2024','7:30 PM','6221063','The-Alarm-5-19-2024'],['The Alarm','Irving Plaza','New York, NY','Friday','5/24/2024','7:00 PM','6220337','The-Alarm-5-24-2024'],['The Alarm','Blue Ocean Music Hall','Salisbury, MA','Saturday','5/25/2024','8:00 PM','6220338','The-Alarm-5-25-2024'],['The Alarm, The Blow Monkeys & Belouis Some','Toads Place CT','New Haven, CT','Sunday','5/26/2024','7:00 PM','6220077','The-Alarm--The-Blow-Monkeys---Belouis-Some-5-26-2024'],['The Alarm','Brighton Music Hall - MA','Allston, MA','Wednesday','5/29/2024','8:00 PM','6220339','The-Alarm-5-29-2024'],['The Alarm','Live at the Ludlow Garage','Cincinnati, OH','Friday','5/31/2024','7:30 PM','6258862','The-Alarm-5-31-2024'],['The Alarm','Kings Hall at Apex Art and Culture Center','Everett, WA','Tuesday','6/18/2024','7:00 PM','6322642','The-Alarm-6-18-2024'],['The Alarm','Bimbos 365 Club','San Francisco, CA','Thursday','6/20/2024','8:00 PM','6346732','The-Alarm-6-20-2024'],['The Alarm','Ace of Spades','Sacramento, CA','Friday','6/21/2024','7:00 PM','6322539','The-Alarm-6-21-2024'],['The Alarm','Nancy and David Bilheimer Capitol Theatre','Clearwater, FL','Saturday','7/6/2024','7:30 PM','6376753','The-Alarm-7-6-2024'],['The Alarm','Tannahill's Tavern and Music Hall','Fort Worth, TX','Friday','5/4/2074','7:00 PM','6220331','The-Alarm-5-4-2074'],['The Alarm','Jergel's Rhythm Grille','Warrendale, PA','Saturday','5/12/2074','6:30 PM','6219948','The-Alarm-5-12-2074'],['The Alarm','Paramount Theatre - Huntington','Huntington, NY','Tuesday','5/22/2074','8:00 PM','6220336','The-Alarm-5-22-2074'],['The Alarm','Daryl's House','Pawling, NY','Wednesday','5/23/2074','8:00 PM','6238255','The-Alarm-5-23-2074'],['The Alarm','Mercury Ballroom','Louisville, KY','Thursday','6/28/2074','8:00 PM','6346627','The-Alarm-6-28-2074']],'The Alarm','http://www.ticketnetwork.com/en/search/?text=The Alarm');