// 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-04B 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([['Outlaw Music Festival: Willie Nelson, Bob Dylan & John Mellencamp','North Island Credit Union Amphitheatre','Chula Vista, CA','Monday','7/29/2024','5:00 PM','6291277','Outlaw-Music-Festival--Willie-Nelson--Bob-Dylan---John-Mellencamp-7-29-2024'],['Outlaw Music Festival: Willie Nelson, Bob Dylan & John Mellencamp','Hollywood Bowl','Los Angeles, CA','Wednesday','7/31/2024','5:00 PM','6290998','Outlaw-Music-Festival--Willie-Nelson--Bob-Dylan---John-Mellencamp-7-31-2024'],['Outlaw Music Festival: Willie Nelson, Bob Dylan & John Mellencamp','Shoreline Amphitheatre - CA','Mountain View, CA','Saturday','8/3/2024','5:30 PM','6291278','Outlaw-Music-Festival--Willie-Nelson--Bob-Dylan---John-Mellencamp-8-3-2024'],['Outlaw Music Festival: Willie Nelson, Bob Dylan & John Mellencamp','Toyota Amphitheatre','Wheatland, CA','Sunday','8/4/2024','5:30 PM','6291279','Outlaw-Music-Festival--Willie-Nelson--Bob-Dylan---John-Mellencamp-8-4-2024'],['Outlaw Music Festival: Willie Nelson, Bob Dylan & John Mellencamp','Outdoor Amphitheater At Ford Idaho Center ','Nampa, ID','Wednesday','8/7/2024','5:00 PM','6291280','Outlaw-Music-Festival--Willie-Nelson--Bob-Dylan---John-Mellencamp-8-7-2024'],['Outlaw Music Festival: Willie Nelson, Bob Dylan & John Mellencamp','ONE Spokane Stadium','Spokane, WA','Friday','8/9/2024','5:30 PM','6291281','Outlaw-Music-Festival--Willie-Nelson--Bob-Dylan---John-Mellencamp-8-9-2024'],['Outlaw Music Festival: Willie Nelson, Bob Dylan & John Mellencamp','Gorge Amphitheatre','Quincy, WA','Saturday','8/10/2024','5:00 PM','6291282','Outlaw-Music-Festival--Willie-Nelson--Bob-Dylan---John-Mellencamp-8-10-2024'],['Cougar Town - John Mellencamp Tribute','Madlife Stage & Studios','Woodstock, GA','Saturday','8/10/2024','7:00 PM','6342718','Cougar-Town---John-Mellencamp-Tribute-8-10-2024'],['Outlaw Music Festival: Willie Nelson, Bob Dylan & John Mellencamp','Somerset Amphitheater','Somerset, WI','Friday','9/6/2024','5:45 PM','6290999','Outlaw-Music-Festival--Willie-Nelson--Bob-Dylan---John-Mellencamp-9-6-2024'],['Outlaw Music Festival: Willie Nelson, Bob Dylan & John Mellencamp','Credit Union 1 Amphitheatre','Tinley Park, IL','Saturday','9/7/2024','5:30 PM','6291000','Outlaw-Music-Festival--Willie-Nelson--Bob-Dylan---John-Mellencamp-9-7-2024'],['Outlaw Music Festival: Willie Nelson, Bob Dylan & John Mellencamp','Hollywood Casino Amphitheatre - MO','Maryland Heights, MO','Sunday','9/8/2024','3:30 PM','6291001','Outlaw-Music-Festival--Willie-Nelson--Bob-Dylan---John-Mellencamp-9-8-2024'],['Outlaw Music Festival: Willie Nelson, Bob Dylan & John Mellencamp','Riverbend Music Center','Cincinnati, OH','Wednesday','9/11/2024','5:00 PM','6291002','Outlaw-Music-Festival--Willie-Nelson--Bob-Dylan---John-Mellencamp-9-11-2024'],['Outlaw Music Festival: Willie Nelson, Bob Dylan & John Mellencamp','Blossom Music Center','Cuyahoga Falls, OH','Thursday','9/12/2024','5:30 PM','6291003','Outlaw-Music-Festival--Willie-Nelson--Bob-Dylan---John-Mellencamp-9-12-2024'],['Outlaw Music Festival: Willie Nelson, Bob Dylan & John Mellencamp','The Pavilion At Star Lake','Burgettstown, PA','Saturday','9/14/2024','5:30 PM','6291004','Outlaw-Music-Festival--Willie-Nelson--Bob-Dylan---John-Mellencamp-9-14-2024'],['Outlaw Music Festival: Willie Nelson, Bob Dylan & John Mellencamp','Pine Knob Music Theatre','Clarkston, MI','Sunday','9/15/2024','5:00 PM','6291005','Outlaw-Music-Festival--Willie-Nelson--Bob-Dylan---John-Mellencamp-9-15-2024'],['Outlaw Music Festival: Willie Nelson, Bob Dylan & John Mellencamp','Darien Lake Amphitheater','Darien Center, NY','Tuesday','9/17/2024','3:30 PM','6291006','Outlaw-Music-Festival--Willie-Nelson--Bob-Dylan---John-Mellencamp-9-17-2024'],['Outlaw Music Festival: Willie Nelson, Bob Dylan & John Mellencamp','Bank of New Hampshire Pavilion','Gilford, NH','Friday','9/20/2024','5:00 PM','6370351','Outlaw-Music-Festival--Willie-Nelson--Bob-Dylan---John-Mellencamp-9-20-2024']],'john mellencamp','http://www.ticketnetwork.com/en/search/?text=john%20mellencamp');