//
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([['Bluey's Big Play','Paramount Theatre - Cedar Rapids','Cedar Rapids, IA','Thursday','8/20/2026','6:00 PM','7799696','Bluey-s-Big-Play-8-20-2026'],['One Night of Queen - Gary Mullen and The Works','Paramount Theatre - Cedar Rapids','Cedar Rapids, IA','Friday','8/21/2026','7:30 PM','8038279','One-Night-of-Queen---Gary-Mullen-and-The-Works-8-21-2026'],['Happy Together Tour','Paramount Theatre - Cedar Rapids','Cedar Rapids, IA','Wednesday','9/2/2026','7:00 PM','7821859','Happy-Together-Tour-9-2-2026'],['Killers of Kill Tony: David Lucas, Martin Phillips, Dedrick Flynn & Ahren Belisle','Paramount Theatre - Cedar Rapids','Cedar Rapids, IA','Friday','9/11/2026','7:00 PM','7940964','Killers-of-Kill-Tony--David-Lucas--Martin-Phillips--Dedrick-Flynn---Ahren-Belisle-9-11-2026'],['Greg Warren','Paramount Theatre - Cedar Rapids','Cedar Rapids, IA','Saturday','9/12/2026','7:30 PM','7745397','Greg-Warren-9-12-2026'],['The Thorn','Paramount Theatre - Cedar Rapids','Cedar Rapids, IA','Tuesday','9/22/2026','7:00 PM','8084456','The-Thorn-9-22-2026'],['The Thorn','Paramount Theatre - Cedar Rapids','Cedar Rapids, IA','Wednesday','9/23/2026','7:00 PM','8084661','The-Thorn-9-23-2026'],['Derrick Stroup','Paramount Theatre - Cedar Rapids','Cedar Rapids, IA','Friday','9/25/2026','7:00 PM','7857306','Derrick-Stroup-9-25-2026'],['Lucy Darling','Paramount Theatre - Cedar Rapids','Cedar Rapids, IA','Saturday','10/3/2026','7:00 PM','8173372','Lucy-Darling-10-3-2026'],['World Ballet Company: Swan Lake','Paramount Theatre - Cedar Rapids','Cedar Rapids, IA','Sunday','10/4/2026','6:00 PM','7748070','World-Ballet-Company--Swan-Lake-10-4-2026'],['Black Jacket Symphony: Bon Jovi's Slippery When Wet','Paramount Theatre - Cedar Rapids','Cedar Rapids, IA','Sunday','10/18/2026','4:00 PM','7764270','Black-Jacket-Symphony--Bon-Jovi-s-Slippery-When-Wet-10-18-2026'],['Behind the Scream - A Live Conversation with David Arquette','Paramount Theatre - Cedar Rapids','Cedar Rapids, IA','Sunday','10/25/2026','7:00 PM','7975069','Behind-the-Scream---A-Live-Conversation-with-David-Arquette-10-25-2026'],['Gary Owen','Paramount Theatre - Cedar Rapids','Cedar Rapids, IA','Friday','11/6/2026','8:00 PM','7864507','Gary-Owen-11-6-2026'],['Justin Willman','Paramount Theatre - Cedar Rapids','Cedar Rapids, IA','Saturday','11/7/2026','7:00 PM','7863246','Justin-Willman-11-7-2026'],['A Taste Of Ireland: A Celtic Christmas','Paramount Theatre - Cedar Rapids','Cedar Rapids, IA','Sunday','11/29/2026','7:00 PM','8132712','A-Taste-Of-Ireland--A-Celtic-Christmas-11-29-2026'],['A Christmas Carol','Paramount Theatre - Cedar Rapids','Cedar Rapids, IA','Sunday','12/13/2026','3:00 PM','8120975','A-Christmas-Carol-12-13-2026'],['A Christmas Story','Paramount Theatre - Cedar Rapids','Cedar Rapids, IA','Wednesday','12/16/2026','7:30 PM','8087916','A-Christmas-Story-12-16-2026'],['Legally Blonde','Paramount Theatre - Cedar Rapids','Cedar Rapids, IA','Tuesday','2/9/2027','7:30 PM','8087917','Legally-Blonde-2-9-2027'],['Colin Mochrie & Brad Sherwood','Paramount Theatre - Cedar Rapids','Cedar Rapids, IA','Friday','2/26/2027','7:00 PM','7617963','Colin-Mochrie---Brad-Sherwood-2-26-2027'],['Jeff Arcuri','Paramount Theatre - Cedar Rapids','Cedar Rapids, IA','Thursday','3/4/2027','7:30 PM','8071864','Jeff-Arcuri-3-4-2027'],['Alice In Wonderland Ballet by Romero Britto','Paramount Theatre - Cedar Rapids','Cedar Rapids, IA','Wednesday','5/12/2027','7:00 PM','8177136','Alice-In-Wonderland-Ballet-by-Romero-Britto-5-12-2027'],['The Bodyguard - The Musical','Paramount Theatre - Cedar Rapids','Cedar Rapids, IA','Tuesday','6/22/2027','7:30 PM','8087918','The-Bodyguard---The-Musical-6-22-2027']],'Paramount Theatre Cedar Rapids','http://www.ticketnetwork.com/ticket/Paramount-Theatre-Cedar-Rapids-events.aspx');