//
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-03A
TN_Widget.CreateTable([['Dave - Rapper','UBC - Doug Mitchell Thunderbird Sports Centre','Vancouver, Canada','Saturday','3/28/2026','7:00 PM','7614549','Dave---Rapper-3-28-2026'],['Oklahoma Sooners vs. Alabama Crimson Tide','Kimrey Family Stadium','Norman, OK','Thursday','4/2/2026','6:30 PM','7403482','Oklahoma-Sooners-vs--Alabama-Crimson-Tide-4-2-2026'],['Raye','UBC - Doug Mitchell Thunderbird Sports Centre','Vancouver, Canada','Thursday','4/2/2026','8:00 PM','7419295','Raye-4-2-2026'],['Oklahoma Sooners vs. Alabama Crimson Tide','Kimrey Family Stadium','Norman, OK','Friday','4/3/2026','6:30 PM','7403483','Oklahoma-Sooners-vs--Alabama-Crimson-Tide-4-3-2026'],['FKA Twigs','UBC - Doug Mitchell Thunderbird Sports Centre','Vancouver, Canada','Friday','4/3/2026','8:00 PM','7594493','FKA-Twigs-4-3-2026'],['Oklahoma Sooners vs. Alabama Crimson Tide','Kimrey Family Stadium','Norman, OK','Saturday','4/4/2026','2:00 PM','7403484','Oklahoma-Sooners-vs--Alabama-Crimson-Tide-4-4-2026'],['Jackson Wang','UBC - Doug Mitchell Thunderbird Sports Centre','Vancouver, Canada','Sunday','4/5/2026','8:00 PM','7612915','Jackson-Wang-4-5-2026'],['Yelawolf, Prof & That Mexican OT','UBC - Doug Mitchell Thunderbird Sports Centre','Vancouver, Canada','Thursday','4/9/2026','7:00 PM','7681794','Yelawolf--Prof---That-Mexican-OT-4-9-2026'],['Oklahoma Sooners vs. Missouri Tigers','Kimrey Family Stadium','Norman, OK','Friday','4/17/2026','6:30 PM','7403485','Oklahoma-Sooners-vs--Missouri-Tigers-4-17-2026'],['Oklahoma Sooners vs. Missouri Tigers','Kimrey Family Stadium','Norman, OK','Saturday','4/18/2026','4:00 PM','7403486','Oklahoma-Sooners-vs--Missouri-Tigers-4-18-2026'],['Hatsune Miku','UBC - Doug Mitchell Thunderbird Sports Centre','Vancouver, Canada','Saturday','4/18/2026','8:00 PM','7514138','Hatsune-Miku-4-18-2026'],['Oklahoma Sooners vs. Missouri Tigers','Kimrey Family Stadium','Norman, OK','Sunday','4/19/2026','2:00 PM','7403487','Oklahoma-Sooners-vs--Missouri-Tigers-4-19-2026'],['Oklahoma Sooners vs. Oral Roberts Golden Eagles','Kimrey Family Stadium','Norman, OK','Tuesday','4/21/2026','6:30 PM','7552613','Oklahoma-Sooners-vs--Oral-Roberts-Golden-Eagles-4-21-2026'],['Oklahoma Sooners vs. Florida Gators','Kimrey Family Stadium','Norman, OK','Friday','5/1/2026','7:00 PM','7403488','Oklahoma-Sooners-vs--Florida-Gators-5-1-2026'],['Oklahoma Sooners vs. Florida Gators','Kimrey Family Stadium','Norman, OK','Saturday','5/2/2026','6:00 PM','7403489','Oklahoma-Sooners-vs--Florida-Gators-5-2-2026'],['Oklahoma Sooners vs. Florida Gators','Kimrey Family Stadium','Norman, OK','Sunday','5/3/2026','2:00 PM','7403490','Oklahoma-Sooners-vs--Florida-Gators-5-3-2026'],['Charlie Puth, Daniel Seavey & Ally Salort','UBC - Doug Mitchell Thunderbird Sports Centre','Vancouver, Canada','Tuesday','5/5/2026','7:30 PM','7673739','Charlie-Puth--Daniel-Seavey---Ally-Salort-5-5-2026'],['Madison Beer','UBC - Doug Mitchell Thunderbird Sports Centre','Vancouver, Canada','Monday','6/15/2026','8:00 PM','7676968','Madison-Beer-6-15-2026'],['Jimmy Eat World, Motion City Soundtrack & Illuminati Hotties','UBC - Doug Mitchell Thunderbird Sports Centre','Vancouver, Canada','Sunday','7/19/2026','7:00 PM','7731298','Jimmy-Eat-World--Motion-City-Soundtrack---Illuminati-Hotties-7-19-2026'],['Young The Giant, Cold War Kids & KennyHoopla','UBC - Doug Mitchell Thunderbird Sports Centre','Vancouver, Canada','Friday','7/24/2026','6:30 PM','7741932','Young-The-Giant--Cold-War-Kids---KennyHoopla-7-24-2026']],'Mitchell Stadium','http://www.ticketnetwork.com/ticket/Mitchell-Stadium-events.aspx');