//
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-04A
TN_Widget.CreateTable([['Collective Soul','Steelhouse Omaha','Omaha, NE','Tuesday','2/11/2025','8:00 PM','6317249','Collective-Soul-2-11-2025'],['Collective Soul','Walker's Bluff','Carterville, IL','Thursday','2/13/2025','7:00 PM','6736741','Collective-Soul-2-13-2025'],['Collective Soul','Scheels Arena','Fargo, ND','Monday','2/17/2025','7:00 PM','6437200','Collective-Soul-2-17-2025'],['Our Lady Peace & Collective Soul','Rogers Place','Edmonton, Canada','Thursday','2/20/2025','7:00 PM','6729598','Our-Lady-Peace---Collective-Soul-2-20-2025'],['Our Lady Peace & Collective Soul','Abbotsford Centre','Abbotsford, Canada','Sunday','2/23/2025','7:00 PM','6729625','Our-Lady-Peace---Collective-Soul-2-23-2025'],['Our Lady Peace & Collective Soul','Save On Foods Memorial Centre','Victoria, Canada','Monday','2/24/2025','7:00 PM','6729626','Our-Lady-Peace---Collective-Soul-2-24-2025'],['Our Lady Peace & Collective Soul','SaskTel Centre','Saskatoon, Canada','Thursday','2/27/2025','7:00 PM','6729632','Our-Lady-Peace---Collective-Soul-2-27-2025'],['Our Lady Peace & Collective Soul','Canada Life Centre','Winnipeg, Canada','Friday','2/28/2025','7:00 PM','6729633','Our-Lady-Peace---Collective-Soul-2-28-2025'],['Our Lady Peace, Collective Soul & Wintersleep','Meridian Centre','St Catharines, Canada','Tuesday','3/4/2025','7:00 PM','6729634','Our-Lady-Peace--Collective-Soul---Wintersleep-3-4-2025'],['Our Lady Peace, Collective Soul & Wintersleep','Tribute Communities Centre','Oshawa, Canada','Wednesday','3/5/2025','7:00 PM','6729638','Our-Lady-Peace--Collective-Soul---Wintersleep-3-5-2025'],['Our Lady Peace, Collective Soul & Wintersleep','Canadian Tire Centre','Ottawa, Canada','Friday','3/7/2025','7:00 PM','6729640','Our-Lady-Peace--Collective-Soul---Wintersleep-3-7-2025'],['Our Lady Peace, Collective Soul & Wintersleep','Canada Life Place','London, Canada','Saturday','3/8/2025','7:00 PM','6729641','Our-Lady-Peace--Collective-Soul---Wintersleep-3-8-2025'],['Our Lady Peace, Collective Soul & Wintersleep','Place Bell','Laval, Canada','Monday','3/10/2025','7:00 PM','6729643','Our-Lady-Peace--Collective-Soul---Wintersleep-3-10-2025'],['Our Lady Peace, Collective Soul & Wintersleep','Avenir Centre','Moncton, Canada','Wednesday','3/12/2025','7:00 PM','6729645','Our-Lady-Peace--Collective-Soul---Wintersleep-3-12-2025'],['Our Lady Peace, Collective Soul & Ash Molloy','Scotiabank Centre','Halifax, Canada','Thursday','3/13/2025','7:00 PM','6729646','Our-Lady-Peace--Collective-Soul---Ash-Molloy-3-13-2025'],['Collective Soul','Grand Event Center at Golden Nugget - Lake Charles','Lake Charles, LA','Saturday','4/5/2025','8:00 PM','6914515','Collective-Soul-4-5-2025'],['Collective Soul','Brown County Fairgrounds - SD','Aberdeen, SD','Friday','8/15/2025','TBD','6887510','Collective-Soul-8-15-2025'],['Collective Soul','MGM Northfield Park - Center Stage','Northfield, OH','Saturday','11/17/2074','7:30 PM','6645740','Collective-Soul-11-17-2074']],'Collective Soul','http://www.ticketnetwork.com/ticket/Collective-Soul-events.aspx');