//
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-01A
TN_Widget.CreateTable([['Jamey Johnson','Capitol Theatre - Wheeling','Wheeling, WV','Wednesday','6/3/2026','8:00 PM','7880457','Jamey-Johnson-6-3-2026'],['Sesame Street Live: Elmo's Got the Moves','Capitol Theatre - Wheeling','Wheeling, WV','Thursday','6/4/2026','6:00 PM','7699987','Sesame-Street-Live--Elmo-s-Got-the-Moves-6-4-2026'],['Wilco','Capitol Theatre - Wheeling','Wheeling, WV','Wednesday','7/15/2026','8:00 PM','7775501','Wilco-7-15-2026'],['Muscadine Bloodline','Capitol Theatre - Wheeling','Wheeling, WV','Saturday','7/18/2026','7:30 PM','7941052','Muscadine-Bloodline-7-18-2026'],['A1A - Jimmy Buffett Tribute','Capitol Theatre - Wheeling','Wheeling, WV','Saturday','7/25/2026','8:00 PM','7758060','A1A---Jimmy-Buffett-Tribute-7-25-2026'],['Brit Floyd','Capitol Theatre - Wheeling','Wheeling, WV','Thursday','7/30/2026','7:30 PM','7717852','Brit-Floyd-7-30-2026'],['Alison Krauss And Union Station','Capitol Theatre - Wheeling','Wheeling, WV','Friday','7/31/2026','7:30 PM','7612781','Alison-Krauss-And-Union-Station-7-31-2026'],['Tommy Emmanuel','Capitol Theatre - Wheeling','Wheeling, WV','Friday','8/14/2026','7:00 PM','7941446','Tommy-Emmanuel-8-14-2026'],['Dwight Yoakam','Capitol Theatre - Wheeling','Wheeling, WV','Thursday','8/27/2026','7:30 PM','7846586','Dwight-Yoakam-8-27-2026'],['Jay Leno','Capitol Theatre - Wheeling','Wheeling, WV','Saturday','9/26/2026','7:30 PM','7803696','Jay-Leno-9-26-2026'],['Rock, Roll & Doo Wop','Capitol Theatre - Wheeling','Wheeling, WV','Saturday','10/10/2026','7:00 PM','7887378','Rock--Roll---Doo-Wop-10-10-2026'],['Nutcracker! Magical Christmas Ballet','Capitol Theatre - Wheeling','Wheeling, WV','Friday','11/6/2026','7:00 PM','7887377','Nutcracker--Magical-Christmas-Ballet-11-6-2026'],['Colin Mochrie & Brad Sherwood','Capitol Theatre - Wheeling','Wheeling, WV','Friday','1/8/2027','7:30 PM','7413779','Colin-Mochrie---Brad-Sherwood-1-8-2027']],'Capitol Theatre Wheeling','http://www.ticketnetwork.com/ticket/Capitol-Theatre-Wheeling-events.aspx');