//
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-03A
TN_Widget.CreateTable([['Loud & Queer','Majestic Ventura Theatre','Ventura, CA','Saturday','7/19/2025','7:30 PM','7197221','Loud---Queer-7-19-2025'],['The Psychedelic Furs','Majestic Ventura Theatre','Ventura, CA','Wednesday','7/23/2025','8:00 PM','6970846','The-Psychedelic-Furs-7-23-2025'],['Billy Vera And The Beaters','Majestic Ventura Theatre','Ventura, CA','Saturday','7/26/2025','7:00 PM','7077851','Billy-Vera-And-The-Beaters-7-26-2025'],['SadGirl','Majestic Ventura Theatre','Ventura, CA','Friday','8/8/2025','8:00 PM','7126660','SadGirl-8-8-2025'],['Jessica Pratt','Majestic Ventura Theatre','Ventura, CA','Saturday','8/9/2025','8:00 PM','7214246','Jessica-Pratt-8-9-2025'],['The Gaslight Anthem','Majestic Ventura Theatre','Ventura, CA','Thursday','8/14/2025','8:00 PM','7121853','The-Gaslight-Anthem-8-14-2025'],['El Tri','Majestic Ventura Theatre','Ventura, CA','Saturday','8/16/2025','8:00 PM','7125579','El-Tri-8-16-2025'],['The Buena Vista Social Orchestra','Majestic Ventura Theatre','Ventura, CA','Thursday','8/21/2025','8:00 PM','7048262','The-Buena-Vista-Social-Orchestra-8-21-2025'],['The Motet','Majestic Ventura Theatre','Ventura, CA','Friday','9/19/2025','8:00 PM','7239812','The-Motet-9-19-2025'],['Drake White','Majestic Ventura Theatre','Ventura, CA','Saturday','9/20/2025','8:00 PM','7239816','Drake-White-9-20-2025'],['Poppy','Majestic Ventura Theatre','Ventura, CA','Sunday','9/28/2025','8:00 PM','7221510','Poppy-9-28-2025'],['Cannibal Corpse','Majestic Ventura Theatre','Ventura, CA','Friday','10/3/2025','6:55 PM','7141401','Cannibal-Corpse-10-3-2025'],['DJ Pauly D','Majestic Ventura Theatre','Ventura, CA','Thursday','10/23/2025','8:00 PM','7238458','DJ-Pauly-D-10-23-2025'],['Pink Talking Fish - A Tribute to Pink Floyd, The Talking Heads & Phish','Majestic Ventura Theatre','Ventura, CA','Wednesday','10/29/2025','8:00 PM','7206659','Pink-Talking-Fish---A-Tribute-to-Pink-Floyd--The-Talking-Heads---Phish-10-29-2025']],'Ventura Theatre','https://www.ticketnetwork.com/ticket/Ventura-Theatre-events.aspx');