//
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([['Florida State Seminoles vs. Southern Methodist (SMU) Mustangs','Doak Campbell Stadium','Tallahassee, FL','Monday','9/7/2026','TBD','7704589','Florida-State-Seminoles-vs--Southern-Methodist--SMU--Mustangs-9-7-2026'],['Southern Methodist (SMU) Mustangs vs. UC Davis Aggies','Gerald J. Ford Stadium','Dallas, TX','Saturday','9/12/2026','TBD','7648013','Southern-Methodist--SMU--Mustangs-vs--UC-Davis-Aggies-9-12-2026'],['Louisville Cardinals vs. Southern Methodist (SMU) Mustangs','L&N Federal Credit Union Stadium','Louisville, KY','Saturday','9/19/2026','TBD','7704643','Louisville-Cardinals-vs--Southern-Methodist--SMU--Mustangs-9-19-2026'],['Southern Methodist (SMU) Mustangs vs. Missouri State Bears','Gerald J. Ford Stadium','Dallas, TX','Saturday','9/26/2026','TBD','7648016','Southern-Methodist--SMU--Mustangs-vs--Missouri-State-Bears-9-26-2026'],['Southern Methodist (SMU) Mustangs vs. Boston College Eagles','Gerald J. Ford Stadium','Dallas, TX','Saturday','10/3/2026','TBD','7704510','Southern-Methodist--SMU--Mustangs-vs--Boston-College-Eagles-10-3-2026'],['Southern Methodist (SMU) Mustangs vs. Virginia Cavaliers','Gerald J. Ford Stadium','Dallas, TX','Saturday','10/17/2026','TBD','7704513','Southern-Methodist--SMU--Mustangs-vs--Virginia-Cavaliers-10-17-2026'],['Southern Methodist (SMU) Mustangs vs. California Golden Bears (Date: TBD)','Gerald J. Ford Stadium','Dallas, TX','Friday','10/23/2026','TBD','7704515','Southern-Methodist--SMU--Mustangs-vs--California-Golden-Bears--Date--TBD--10-23-2026'],['Syracuse Orange vs. Southern Methodist (SMU) Mustangs ','JMA Wireless Dome','Syracuse, NY','Friday','10/30/2026','TBD','7704550','Syracuse-Orange-vs--Southern-Methodist--SMU--Mustangs--10-30-2026'],['Southern Methodist (SMU) Mustangs vs. Virginia Tech Hokies (Date: TBD)','Gerald J. Ford Stadium','Dallas, TX','Friday','11/6/2026','TBD','7704519','Southern-Methodist--SMU--Mustangs-vs--Virginia-Tech-Hokies--Date--TBD--11-6-2026'],['Southern Methodist (SMU) Mustangs vs. Wake Forest Demon Deacons','Gerald J. Ford Stadium','Dallas, TX','Saturday','11/14/2026','TBD','7704522','Southern-Methodist--SMU--Mustangs-vs--Wake-Forest-Demon-Deacons-11-14-2026'],['Notre Dame Fighting Irish vs. Southern Methodist (SMU) Mustangs','Notre Dame Stadium','Notre Dame, IN','Saturday','11/21/2026','TBD','7697933','Notre-Dame-Fighting-Irish-vs--Southern-Methodist--SMU--Mustangs-11-21-2026'],['PARKING: Notre Dame Fighting Irish vs. Southern Methodist (SMU) Mustangs ','Notre Dame Stadium Parking Lots','Notre Dame, IN','Saturday','11/21/2026','TBD','7697935','PARKING--Notre-Dame-Fighting-Irish-vs--Southern-Methodist--SMU--Mustangs--11-21-2026'],['Stanford Cardinal vs. Southern Methodist (SMU) Mustangs','Stanford Stadium','Stanford, CA','Saturday','11/28/2026','TBD','7704595','Stanford-Cardinal-vs--Southern-Methodist--SMU--Mustangs-11-28-2026'],['PARKING: Stanford Cardinal vs. Southern Methodist (SMU) Mustangs','Stanford Stadium Parking Lots','Stanford, CA','Saturday','11/28/2026','TBD','7704593','PARKING--Stanford-Cardinal-vs--Southern-Methodist--SMU--Mustangs-11-28-2026']],'Southern Methodist Mustangs','http://www.ticketnetwork.com/ticket/Southern-Methodist-Mustangs-events.aspx');