//
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([['DIIV','Majestic Ventura Theatre','Ventura, CA','Monday','2/24/2025','8:00 PM','6938853','DIIV-2-24-2025'],['Jerry Cantrell','Majestic Ventura Theatre','Ventura, CA','Wednesday','3/5/2025','7:00 PM','6764539','Jerry-Cantrell-3-5-2025'],['Palaye Royale','Majestic Ventura Theatre','Ventura, CA','Friday','3/7/2025','8:00 PM','6876620','Palaye-Royale-3-7-2025'],['Skegss','Majestic Ventura Theatre','Ventura, CA','Saturday','3/8/2025','8:00 PM','6766076','Skegss-3-8-2025'],['John Oates','Majestic Ventura Theatre','Ventura, CA','Thursday','3/13/2025','8:00 PM','6895118','John-Oates-3-13-2025'],['Steel Panther','Majestic Ventura Theatre','Ventura, CA','Wednesday','3/19/2025','8:00 PM','6874703','Steel-Panther-3-19-2025'],['Yacht Rock Revue','Majestic Ventura Theatre','Ventura, CA','Friday','3/21/2025','8:00 PM','6820858','Yacht-Rock-Revue-3-21-2025'],['Todd Rundgren & Rob Shirakbari: What The World Needs Now - The Burt Bacharach Songbook In Concert','Majestic Ventura Theatre','Ventura, CA','Saturday','3/22/2025','8:00 PM','6931532','Todd-Rundgren---Rob-Shirakbari--What-The-World-Needs-Now---The-Burt-Bacharach-Songbook-In-Concert-3-22-2025'],['Johnny Ventura Vive','United Palace Theatre','New York, NY','Saturday','4/5/2025','8:00 PM','6994270','Johnny-Ventura-Vive-4-5-2025'],['Ozzmania - Tribute Band','Majestic Ventura Theatre','Ventura, CA','Saturday','4/12/2025','7:30 PM','6962905','Ozzmania---Tribute-Band-4-12-2025'],['Tom Green','Majestic Ventura Theatre','Ventura, CA','Sunday','4/27/2025','7:00 PM','6754411','Tom-Green-4-27-2025'],['Warren Haynes Band','Majestic Ventura Theatre','Ventura, CA','Saturday','5/10/2025','8:00 PM','6957035','Warren-Haynes-Band-5-10-2025'],['Yelawolf','Majestic Ventura Theatre','Ventura, CA','Sunday','5/11/2025','8:00 PM','6971681','Yelawolf-5-11-2025'],['Victor Wooten and The Wooten Brothers','Majestic Ventura Theatre','Ventura, CA','Friday','5/16/2025','8:00 PM','6987877','Victor-Wooten-and-The-Wooten-Brothers-5-16-2025'],['Matt Fraser','Majestic Ventura Theatre','Ventura, CA','Friday','5/23/2025','8:00 PM','6978957','Matt-Fraser-5-23-2025'],['2nd Undressed - Erotic Art Expo','Majestic Ventura Theatre','Ventura, CA','Saturday','5/24/2025','5:00 PM','6934066','2nd-Undressed---Erotic-Art-Expo-5-24-2025'],['Rhiannon Giddens','Majestic Ventura Theatre','Ventura, CA','Monday','6/16/2025','8:00 PM','6974362','Rhiannon-Giddens-6-16-2025'],['The Psychedelic Furs','Majestic Ventura Theatre','Ventura, CA','Wednesday','7/23/2025','8:00 PM','6970846','The-Psychedelic-Furs-7-23-2025']],'Ventura Theatre','https://www.ticketnetwork.com/ticket/Ventura-Theatre-events.aspx');