//
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-04A
TN_Widget.CreateTable([['Patti LuPone','Paramount Theater Of Charlottesville','Charlottesville, VA','Tuesday','2/4/2025','8:00 PM','6805908','Patti-LuPone-2-4-2025'],['Billy F. Gibbons','Paramount Theater Of Charlottesville','Charlottesville, VA','Friday','2/7/2025','7:30 PM','6805909','Billy-F--Gibbons-2-7-2025'],['Jay and Silent Bob: Aural Sects Tour','Paramount Theater Of Charlottesville','Charlottesville, VA','Tuesday','2/11/2025','7:30 PM','6876492','Jay-and-Silent-Bob--Aural-Sects-Tour-2-11-2025'],['Almost Queen - A Tribute To Queen','Paramount Theater Of Charlottesville','Charlottesville, VA','Saturday','2/15/2025','8:00 PM','6805910','Almost-Queen---A-Tribute-To-Queen-2-15-2025'],['Kathleen Madigan','Paramount Theater Of Charlottesville','Charlottesville, VA','Saturday','3/1/2025','7:30 PM','6687727','Kathleen-Madigan-3-1-2025'],['The Met Live In HD: Fidelio','Paramount Theater Of Charlottesville','Charlottesville, VA','Saturday','3/15/2025','1:00 PM','6582387','The-Met-Live-In-HD--Fidelio-3-15-2025'],['Jose Gonzalez','Paramount Theater Of Charlottesville','Charlottesville, VA','Friday','3/21/2025','8:00 PM','6754749','Jose-Gonzalez-3-21-2025'],['Golden Girls: The Laughs Continue','Paramount Theater Of Charlottesville','Charlottesville, VA','Sunday','3/23/2025','3:00 PM','6883617','Golden-Girls--The-Laughs-Continue-3-23-2025'],['A Year With Frog And Toad','Paramount Theater Of Charlottesville','Charlottesville, VA','Thursday','3/27/2025','6:00 PM','6849317','A-Year-With-Frog-And-Toad-3-27-2025'],['Momix: Alice','Paramount Theater Of Charlottesville','Charlottesville, VA','Wednesday','4/9/2025','7:30 PM','6876494','Momix--Alice-4-9-2025'],['Dweezil Zappa','Paramount Theater Of Charlottesville','Charlottesville, VA','Friday','4/11/2025','8:00 PM','6792307','Dweezil-Zappa-4-11-2025'],['Melissa Etheridge','Paramount Theater Of Charlottesville','Charlottesville, VA','Tuesday','4/15/2025','7:30 PM','6767766','Melissa-Etheridge-4-15-2025'],['The Met Live In HD: Le Nozze di Figaro','Paramount Theater Of Charlottesville','Charlottesville, VA','Saturday','4/26/2025','1:00 PM','6582389','The-Met-Live-In-HD--Le-Nozze-di-Figaro-4-26-2025'],['World Ballet Company: The Great Gatsby','Paramount Theater Of Charlottesville','Charlottesville, VA','Thursday','5/1/2025','7:00 PM','6805911','World-Ballet-Company--The-Great-Gatsby-5-1-2025'],['Gillian Welch & David Rawlings','Paramount Theater Of Charlottesville','Charlottesville, VA','Tuesday','5/13/2025','8:00 PM','6817977','Gillian-Welch---David-Rawlings-5-13-2025'],['The Fab Four - The Ultimate Tribute','Paramount Theater Of Charlottesville','Charlottesville, VA','Friday','5/16/2025','8:00 PM','6941374','The-Fab-Four---The-Ultimate-Tribute-5-16-2025'],['Napoleon Dynamite Live!','Paramount Theater Of Charlottesville','Charlottesville, VA','Thursday','5/22/2025','7:00 PM','6941372','Napoleon-Dynamite-Live--5-22-2025'],['The Met Live In HD: Salome','Paramount Theater Of Charlottesville','Charlottesville, VA','Saturday','5/24/2025','1:00 PM','6582390','The-Met-Live-In-HD--Salome-5-24-2025'],['Colin Mochrie & Brad Sherwood','Paramount Theater Of Charlottesville','Charlottesville, VA','Sunday','6/1/2025','7:30 PM','6876496','Colin-Mochrie---Brad-Sherwood-6-1-2025'],['The Met Live In HD: Il Barbiere Di Siviglia','Paramount Theater Of Charlottesville','Charlottesville, VA','Saturday','6/7/2025','1:00 PM','6582391','The-Met-Live-In-HD--Il-Barbiere-Di-Siviglia-6-7-2025'],['Ryan Adams','Paramount Theater Of Charlottesville','Charlottesville, VA','Tuesday','9/16/2025','8:00 PM','6959726','Ryan-Adams-9-16-2025']],'Paramount Theater Charlottesville','https://www.ticketnetwork.com/ticket/Paramount-Theater-Charlottesville-events.aspx');