//
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 += '';
} else {
document.write("");
}
}
if(eventData.length > 0) {
document.getElementById("previewNote").style.display = "none";
}
}
};
}();
//BPW-TNSERV-01A
TN_Widget.CreateTable([['Charleston Cougars vs. Creighton Bluejays','College of Charleston Baseball Stadium At Patriots Point','Mount Pleasant, SC','Sunday','3/2/2025','TBD','6835240','Charleston-Cougars-vs--Creighton-Bluejays-3-2-2025'],['Charleston Battery vs. Louisville City FC','Patriots Point Soccer Complex','Mount Pleasant, SC','Saturday','3/8/2025','TBD','6894399','Charleston-Battery-vs--Louisville-City-FC-3-8-2025'],['Charleston Battery vs. Rhode Island FC','Patriots Point Soccer Complex','Mount Pleasant, SC','Saturday','3/15/2025','TBD','6894400','Charleston-Battery-vs--Rhode-Island-FC-3-15-2025'],['Charleston Cougars vs. Charleston Southern Buccaneers','College of Charleston Baseball Stadium At Patriots Point','Mount Pleasant, SC','Tuesday','4/1/2025','TBD','6835258','Charleston-Cougars-vs--Charleston-Southern-Buccaneers-4-1-2025'],['Charleston Battery vs. Tampa Bay Rowdies','Patriots Point Soccer Complex','Mount Pleasant, SC','Saturday','4/5/2025','TBD','6894401','Charleston-Battery-vs--Tampa-Bay-Rowdies-4-5-2025'],['Charleston Battery vs. Pittsburgh Riverhounds SC','Patriots Point Soccer Complex','Mount Pleasant, SC','Saturday','4/12/2025','TBD','6894402','Charleston-Battery-vs--Pittsburgh-Riverhounds-SC-4-12-2025'],['Charleston Battery vs. Hartford Athletic FC','Patriots Point Soccer Complex','Mount Pleasant, SC','Saturday','5/3/2025','TBD','6894403','Charleston-Battery-vs--Hartford-Athletic-FC-5-3-2025'],['Charleston Battery vs. San Antonio FC','Patriots Point Soccer Complex','Mount Pleasant, SC','Saturday','5/17/2025','TBD','6894404','Charleston-Battery-vs--San-Antonio-FC-5-17-2025'],['Charleston Battery vs. Greenville Triumph SC','Patriots Point Soccer Complex','Mount Pleasant, SC','Saturday','5/31/2025','TBD','6894405','Charleston-Battery-vs--Greenville-Triumph-SC-5-31-2025'],['Charleston Battery vs. Phoenix Rising FC','Patriots Point Soccer Complex','Mount Pleasant, SC','Saturday','6/21/2025','TBD','6894406','Charleston-Battery-vs--Phoenix-Rising-FC-6-21-2025'],['Charleston Battery vs. North Carolina FC','Patriots Point Soccer Complex','Mount Pleasant, SC','Saturday','7/5/2025','TBD','6894409','Charleston-Battery-vs--North-Carolina-FC-7-5-2025'],['Charleston Battery vs. Miami FC','Patriots Point Soccer Complex','Mount Pleasant, SC','Saturday','7/19/2025','TBD','6894410','Charleston-Battery-vs--Miami-FC-7-19-2025'],['Charleston Battery vs. Tampa Bay Rowdies','Patriots Point Soccer Complex','Mount Pleasant, SC','Saturday','7/26/2025','TBD','6894412','Charleston-Battery-vs--Tampa-Bay-Rowdies-7-26-2025'],['Charleston Battery vs. Loudoun United FC','Patriots Point Soccer Complex','Mount Pleasant, SC','Saturday','8/23/2025','TBD','6894414','Charleston-Battery-vs--Loudoun-United-FC-8-23-2025'],['Charleston Battery vs. Indy Eleven','Patriots Point Soccer Complex','Mount Pleasant, SC','Saturday','9/6/2025','TBD','6894415','Charleston-Battery-vs--Indy-Eleven-9-6-2025'],['Charleston Battery vs. Oakland Roots SC','Patriots Point Soccer Complex','Mount Pleasant, SC','Saturday','9/13/2025','TBD','6894417','Charleston-Battery-vs--Oakland-Roots-SC-9-13-2025'],['Charleston Battery vs. Colorado Springs Switchbacks FC','Patriots Point Soccer Complex','Mount Pleasant, SC','Saturday','10/11/2025','TBD','6894419','Charleston-Battery-vs--Colorado-Springs-Switchbacks-FC-10-11-2025'],['Charleston Battery vs. Birmingham Legion FC','Patriots Point Soccer Complex','Mount Pleasant, SC','Saturday','10/25/2025','TBD','6894425','Charleston-Battery-vs--Birmingham-Legion-FC-10-25-2025']],'Patriots Point','https://www.ticketnetwork.com/ticket/Patriots-Point-events.aspx');