// 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 += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-02A TN_Widget.CreateTable([['Hocus Pocus - FIilm','Paramount Theater Of Charlottesville','Charlottesville, VA','Sunday','10/19/2025','2:00 PM','7408761','Hocus-Pocus---FIilm-10-19-2025'],['Víkingur Olafsson','Paramount Theater Of Charlottesville','Charlottesville, VA','Tuesday','10/28/2025','7:30 PM','7405378','V-kingur-Olafsson-10-28-2025'],['Michael Che','Paramount Theater Of Charlottesville','Charlottesville, VA','Wednesday','10/29/2025','8:00 PM','7467600','Michael-Che-10-29-2025'],['Robert Plant','Paramount Theater Of Charlottesville','Charlottesville, VA','Sunday','11/2/2025','7:30 PM','7273199','Robert-Plant-11-2-2025'],['Home Free','Paramount Theater Of Charlottesville','Charlottesville, VA','Thursday','11/6/2025','7:30 PM','7233305','Home-Free-11-6-2025'],['Marc Cohn & Shawn Colvin','Paramount Theater Of Charlottesville','Charlottesville, VA','Tuesday','11/11/2025','7:30 PM','7278035','Marc-Cohn---Shawn-Colvin-11-11-2025'],['Cirque Kalabante - Afrique en Cirque','Paramount Theater Of Charlottesville','Charlottesville, VA','Saturday','11/15/2025','7:30 PM','7409195','Cirque-Kalabante---Afrique-en-Cirque-11-15-2025'],['Matt Lewis','Paramount Theater Of Charlottesville','Charlottesville, VA','Thursday','12/4/2025','7:00 PM','7176856','Matt-Lewis-12-4-2025'],['Nutcracker! Magical Christmas Ballet','Paramount Theater Of Charlottesville','Charlottesville, VA','Monday','12/8/2025','7:00 PM','7066702','Nutcracker--Magical-Christmas-Ballet-12-8-2025'],['Blippi Live','Paramount Theater Of Charlottesville','Charlottesville, VA','Thursday','12/11/2025','6:00 PM','7406716','Blippi-Live-12-11-2025'],['Vienna Boys Choir','Paramount Theater Of Charlottesville','Charlottesville, VA','Saturday','12/13/2025','7:30 PM','7405377','Vienna-Boys-Choir-12-13-2025'],['Jim Brickman','Paramount Theater Of Charlottesville','Charlottesville, VA','Wednesday','12/17/2025','7:30 PM','7147638','Jim-Brickman-12-17-2025'],['The Magic Flute','Paramount Theater Of Charlottesville','Charlottesville, VA','Tuesday','12/23/2025','2:00 PM','7405391','The-Magic-Flute-12-23-2025'],['Grand Kyiv Ballet: Snow White','Paramount Theater Of Charlottesville','Charlottesville, VA','Sunday','1/4/2026','4:00 PM','7405392','Grand-Kyiv-Ballet--Snow-White-1-4-2026'],['Neko Case','Paramount Theater Of Charlottesville','Charlottesville, VA','Sunday','1/18/2026','7:30 PM','7320468','Neko-Case-1-18-2026'],['David Foster & Katharine McPhee','Paramount Theater Of Charlottesville','Charlottesville, VA','Saturday','2/7/2026','8:00 PM','7419189','David-Foster---Katharine-McPhee-2-7-2026'],['Keb Mo','Paramount Theater Of Charlottesville','Charlottesville, VA','Sunday','2/22/2026','7:00 PM','7428258','Keb-Mo-2-22-2026'],['Charlottesville Ballet: A Fairy Tale Gathering','Paramount Theater Of Charlottesville','Charlottesville, VA','Saturday','3/14/2026','10:30 AM','7408757','Charlottesville-Ballet--A-Fairy-Tale-Gathering-3-14-2026'],['Charlottesville Ballet: A Fairy Tale Gathering','Paramount Theater Of Charlottesville','Charlottesville, VA','Saturday','3/14/2026','1:00 PM','7408758','Charlottesville-Ballet--A-Fairy-Tale-Gathering-3-14-2026'],['Charlottesville Ballet: America250 - Voices of Virginia','Paramount Theater Of Charlottesville','Charlottesville, VA','Saturday','3/14/2026','4:00 PM','7408759','Charlottesville-Ballet--America250---Voices-of-Virginia-3-14-2026'],['Diana Krall','Paramount Theater Of Charlottesville','Charlottesville, VA','Sunday','3/22/2026','7:30 PM','7490454','Diana-Krall-3-22-2026'],['Sherri Shepherd','Paramount Theater Of Charlottesville','Charlottesville, VA','Saturday','4/25/2026','7:00 PM','7472105','Sherri-Shepherd-4-25-2026']],'Paramount Theater Charlottesville','https://www.ticketnetwork.com/ticket/Paramount-Theater-Charlottesville-events.aspx');