//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "Tickets",
tixUrl : "https://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[3] +" "+"" +
row[4] + " "+"" +
row[5] + " | "+"" +
row[0] +" | " +
row[1] +" " +
row[2] +" | "+""+ 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-02A
TN_Widget.CreateTable([['Pitbull & Lil Jon','Shoreline Amphitheatre - CA','Mountain View, CA','Sunday','6/7/2026','8:00 PM','7680966','Pitbull---Lil-Jon-6-7-2026'],['Kid Cudi','Shoreline Amphitheatre - CA','Mountain View, CA','Tuesday','6/23/2026','6:30 PM','7703384','Kid-Cudi-6-23-2026'],['Chris Stapleton's All-American Road Show: Chris Stapleton & Molly Tuttle','Shoreline Amphitheatre - CA','Mountain View, CA','Wednesday','7/8/2026','7:30 PM','7668714','Chris-Stapleton-s-All-American-Road-Show--Chris-Stapleton---Molly-Tuttle-7-8-2026'],['Hilary Duff, La Roux & Jade LeMac','Shoreline Amphitheatre - CA','Mountain View, CA','Saturday','7/11/2026','7:00 PM','7734963','Hilary-Duff--La-Roux---Jade-LeMac-7-11-2026'],['Evanescence, Spiritbox & Nova Twins','Shoreline Amphitheatre - CA','Mountain View, CA','Monday','7/20/2026','6:30 PM','7594379','Evanescence--Spiritbox---Nova-Twins-7-20-2026'],['Santana & The Doobie Brothers','Shoreline Amphitheatre - CA','Mountain View, CA','Sunday','8/9/2026','7:00 PM','7741466','Santana---The-Doobie-Brothers-8-9-2026'],['John Mellencamp','Shoreline Amphitheatre - CA','Mountain View, CA','Wednesday','8/12/2026','8:00 PM','7678748','John-Mellencamp-8-12-2026'],['Luke Bryan','Shoreline Amphitheatre - CA','Mountain View, CA','Friday','8/14/2026','7:00 PM','7697605','Luke-Bryan-8-14-2026'],['Toto, Christopher Cross & The Romantics','Shoreline Amphitheatre - CA','Mountain View, CA','Saturday','8/15/2026','6:45 PM','7612955','Toto--Christopher-Cross---The-Romantics-8-15-2026'],['Ne-Yo & Akon','Shoreline Amphitheatre - CA','Mountain View, CA','Wednesday','8/19/2026','8:00 PM','7705653','Ne-Yo---Akon-8-19-2026'],['The Black Crowes, Whiskey Myers & Southall','Shoreline Amphitheatre - CA','Mountain View, CA','Thursday','8/20/2026','6:30 PM','7708987','The-Black-Crowes--Whiskey-Myers---Southall-8-20-2026'],['Train, Barenaked Ladies & Matt Nathanson','Shoreline Amphitheatre - CA','Mountain View, CA','Wednesday','8/26/2026','6:45 PM','7551810','Train--Barenaked-Ladies---Matt-Nathanson-8-26-2026'],['5 Seconds of Summer','Shoreline Amphitheatre - CA','Mountain View, CA','Friday','8/28/2026','8:00 PM','7511859','5-Seconds-of-Summer-8-28-2026'],['Five Finger Death Punch, Cody Jinks & Eva Under Fire','Shoreline Amphitheatre - CA','Mountain View, CA','Wednesday','9/16/2026','6:45 PM','7676468','Five-Finger-Death-Punch--Cody-Jinks---Eva-Under-Fire-9-16-2026'],['Godsmack, Stone Temple Pilots & Dorothy','Shoreline Amphitheatre - CA','Mountain View, CA','Saturday','9/19/2026','7:00 PM','7715626','Godsmack--Stone-Temple-Pilots---Dorothy-9-19-2026'],['Motley Crue & Tesla','Shoreline Amphitheatre - CA','Mountain View, CA','Thursday','9/24/2026','6:30 PM','7569882','Motley-Crue---Tesla-9-24-2026'],['Mumford and Sons & Sierra Ferrell','Shoreline Amphitheatre - CA','Mountain View, CA','Thursday','10/8/2026','7:30 PM','7761503','Mumford-and-Sons---Sierra-Ferrell-10-8-2026']],'Shoreline Amphitheatre','https://www.ticketnetwork.com/ticket/Shoreline-Amphitheatre-events.aspx');