//
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-04A
TN_Widget.CreateTable([['Whitey Morgan & The 78s','Majestic Ventura Theatre','Ventura, CA','Thursday','5/14/2026','8:00 PM','7831660','Whitey-Morgan---The-78s-5-14-2026'],['Circle Jerks','Majestic Ventura Theatre','Ventura, CA','Friday','5/22/2026','7:15 PM','7711722','Circle-Jerks-5-22-2026'],['Circle Jerks','Majestic Ventura Theatre','Ventura, CA','Saturday','5/23/2026','7:15 PM','7732278','Circle-Jerks-5-23-2026'],['The Crane Wives','Majestic Ventura Theatre','Ventura, CA','Thursday','6/11/2026','8:00 PM','7703767','The-Crane-Wives-6-11-2026'],['Stephen Marley','Majestic Ventura Theatre','Ventura, CA','Friday','6/12/2026','8:00 PM','7863652','Stephen-Marley-6-12-2026'],['Patton Oswalt','Majestic Ventura Theatre','Ventura, CA','Sunday','6/14/2026','7:00 PM','7881287','Patton-Oswalt-6-14-2026'],['Buckethead','Majestic Ventura Theatre','Ventura, CA','Friday','6/26/2026','8:00 PM','7812048','Buckethead-6-26-2026'],['Jerry Garcia & Concrete','Majestic Ventura Theatre','Ventura, CA','Saturday','7/11/2026','8:00 PM','7713535','Jerry-Garcia---Concrete-7-11-2026'],['George Lopez','Majestic Ventura Theatre','Ventura, CA','Friday','7/17/2026','8:00 PM','7812073','George-Lopez-7-17-2026'],['Aries Spears','Majestic Ventura Theatre','Ventura, CA','Friday','7/31/2026','8:00 PM','7893909','Aries-Spears-7-31-2026'],['Steel Pulse','Majestic Ventura Theatre','Ventura, CA','Friday','8/14/2026','8:00 PM','7813079','Steel-Pulse-8-14-2026'],['El Tri','Majestic Ventura Theatre','Ventura, CA','Saturday','8/15/2026','8:00 PM','7943173','El-Tri-8-15-2026'],['Molchat Doma','Majestic Ventura Theatre','Ventura, CA','Friday','8/28/2026','8:00 PM','7897204','Molchat-Doma-8-28-2026'],['The Mars Volta','Majestic Ventura Theatre','Ventura, CA','Tuesday','9/8/2026','8:00 PM','7862890','The-Mars-Volta-9-8-2026'],['Tribal Seeds','Majestic Ventura Theatre','Ventura, CA','Tuesday','9/29/2026','8:00 PM','7893911','Tribal-Seeds-9-29-2026'],['Toadies & Local H','Majestic Ventura Theatre','Ventura, CA','Saturday','10/3/2026','8:00 PM','7914065','Toadies---Local-H-10-3-2026'],['Ventura Boulevard: A Tom Petty Celebration','Bourbon Theatre - NE','Lincoln, NE','Friday','11/6/2026','8:00 PM','7926999','Ventura-Boulevard--A-Tom-Petty-Celebration-11-6-2026'],['Scott Bradlee's Postmodern Jukebox','Majestic Ventura Theatre','Ventura, CA','Thursday','12/3/2026','8:00 PM','7940936','Scott-Bradlee-s-Postmodern-Jukebox-12-3-2026']],'Ventura Theatre','http://www.ticketnetwork.com/ticket/Ventura-Theatre-events.aspx');