//
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([['Orchestra Iowa: A Booming Finale','Paramount Theatre - Cedar Rapids','Cedar Rapids, IA','Saturday','5/17/2025','7:30 PM','6477830','Orchestra-Iowa--A-Booming-Finale-5-17-2025'],['Wild Kratts - Live','Paramount Theatre - Cedar Rapids','Cedar Rapids, IA','Thursday','5/29/2025','3:30 PM','7005425','Wild-Kratts---Live-5-29-2025'],['Wild Kratts - Live','Paramount Theatre - Cedar Rapids','Cedar Rapids, IA','Thursday','5/29/2025','6:30 PM','6706295','Wild-Kratts---Live-5-29-2025'],['The Wallflowers','Paramount Theatre - Cedar Rapids','Cedar Rapids, IA','Friday','6/13/2025','8:00 PM','6880132','The-Wallflowers-6-13-2025'],['Matt Stone as ELVIS','Paramount Theatre - Cedar Rapids','Cedar Rapids, IA','Friday','7/18/2025','7:00 PM','6924015','Matt-Stone-as-ELVIS-7-18-2025'],['Killer Queen','Paramount Theatre - Cedar Rapids','Cedar Rapids, IA','Sunday','7/20/2025','7:00 PM','6991587','Killer-Queen-7-20-2025'],['Bachman-Turner Overdrive','Paramount Theatre - Cedar Rapids','Cedar Rapids, IA','Sunday','8/31/2025','7:30 PM','7085403','Bachman-Turner-Overdrive-8-31-2025'],['Randy Travis','Paramount Theatre - Cedar Rapids','Cedar Rapids, IA','Friday','9/19/2025','7:30 PM','7025691','Randy-Travis-9-19-2025'],['Not Quite Brothers','Paramount Theatre - Cedar Rapids','Cedar Rapids, IA','Saturday','10/4/2025','7:30 PM','7061728','Not-Quite-Brothers-10-4-2025'],['World Ballet Company: The Great Gatsby','Paramount Theatre - Cedar Rapids','Cedar Rapids, IA','Wednesday','10/8/2025','7:00 PM','7061729','World-Ballet-Company--The-Great-Gatsby-10-8-2025'],['The Silhouettes','Paramount Theatre - Cedar Rapids','Cedar Rapids, IA','Sunday','10/19/2025','2:00 PM','7118876','The-Silhouettes-10-19-2025'],['Black Jacket Symphony: AC/DC Back In Black','Paramount Theatre - Cedar Rapids','Cedar Rapids, IA','Sunday','11/16/2025','4:00 PM','7014083','Black-Jacket-Symphony--AC-DC-Back-In-Black-11-16-2025'],['Champions of Magic','Paramount Theatre - Cedar Rapids','Cedar Rapids, IA','Tuesday','12/16/2025','7:30 PM','6977899','Champions-of-Magic-12-16-2025']],'Paramount Theatre Cedar Rapids','http://www.ticketnetwork.com/ticket/Paramount-Theatre-Cedar-Rapids-events.aspx');