//
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([['AJR & Valley - Band','Shoreline Amphitheatre - CA','Mountain View, CA','Sunday','7/20/2025','6:20 PM','7040616','AJR---Valley---Band-7-20-2025'],['AJR & Valley - Band','Utah First Credit Union Amphitheatre','Salt Lake City, UT','Tuesday','7/22/2025','6:40 PM','7040617','AJR---Valley---Band-7-22-2025'],['AJR & Valley - Band','Fiddlers Green Amphitheatre','Englewood, CO','Thursday','7/24/2025','6:00 PM','7040761','AJR---Valley---Band-7-24-2025'],['AJR & Valley - Band','Hollywood Casino Amphitheatre - MO','Maryland Heights, MO','Saturday','7/26/2025','6:20 PM','7040618','AJR---Valley---Band-7-26-2025'],['AJR & Valley - Band','Credit Union 1 Amphitheatre','Tinley Park, IL','Sunday','7/27/2025','6:20 PM','7040619','AJR---Valley---Band-7-27-2025'],['AJR & Valley - Band','Pine Knob Music Theatre','Clarkston, MI','Tuesday','7/29/2025','6:20 PM','7040620','AJR---Valley---Band-7-29-2025'],['AJR & Valley - Band','Ruoff Music Center','Noblesville, IN','Thursday','7/31/2025','6:20 PM','7040621','AJR---Valley---Band-7-31-2025'],['AJR & Valley - Band','Ohio Expo Center Coliseum','Columbus, OH','Friday','8/1/2025','7:30 PM','6983650','AJR---Valley---Band-8-1-2025'],['AJR & Valley - Band','PNC Music Pavilion - Charlotte','Charlotte, NC','Saturday','8/2/2025','6:20 PM','7040622','AJR---Valley---Band-8-2-2025'],['AJR & Valley - Band','Ameris Bank Amphitheatre','Alpharetta, GA','Monday','8/4/2025','6:20 PM','7040623','AJR---Valley---Band-8-4-2025'],['AJR & Valley - Band','Freedom Mortgage Pavilion','Camden, NJ','Wednesday','8/6/2025','6:20 PM','7040624','AJR---Valley---Band-8-6-2025'],['AJR & Valley - Band','Northwell at Jones Beach Theater','Wantagh, NY','Friday','8/8/2025','6:20 PM','7040625','AJR---Valley---Band-8-8-2025'],['AJR & Valley - Band','Xfinity Center - MA','Mansfield, MA','Saturday','8/9/2025','6:20 PM','7040615','AJR---Valley---Band-8-9-2025'],['AJR & Valley - Band','Merriweather Post Pavilion','Columbia, MD','Sunday','8/10/2025','6:20 PM','7040626','AJR---Valley---Band-8-10-2025'],['AJR','Puyallup Fairgrounds At Washington State Fair Events Center','Puyallup, WA','Thursday','9/18/2025','7:30 PM','6994609','AJR-9-18-2025'],['AJR & Valley - Band','Hollywood Bowl','Los Angeles, CA','Saturday','10/4/2025','6:15 PM','7040627','AJR---Valley---Band-10-4-2025']],'AJR','http://www.ticketnetwork.com/ticket/AJR-events.aspx');