//
var TN_Widget = function() {
var months = ["", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"];
return {
newWindow : true,
CreateEventRow : function(row, isAlt) {
var dateArray = row[4].split('/');
var date = months[dateArray[0]] + " " + dateArray[1];
var parking = row[0].split(':')[0]
if (parking !== "PARKING") {
return "
";
}
},
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,kwds,url) {
if(typeof(TN_SetWidgetOptions) == "function")
TN_SetWidgetOptions();
//for backwards compatability
var newResults = [];
for(var cntr = 0; cntr < eventData.length; cntr++)
newResults.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1));
var objToAddTo;
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML = '' + newResults.join('') + '
';
} else
document.write('' + newResults.join('') + '
');
if(eventData.length >= 101 && kwds != undefined) {
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML += '';
} else {
document.write("");
}
}
}
};
}();
//BPW-TNSERV-03B
TN_Widget.AddCss('//tn-widget.seatics.com/widget2Css/results-style-1.css');
TN_Widget.AddCss('//s3.amazonaws.com/ticketnetwork/fonts/TTNorms/TTNorms.css');
TN_Widget.CreateTable([['Cypress Hill & Atmosphere','St. Augustine Amphitheatre','St. Augustine, FL','Friday','8/8/2025','6:30 PM','7106638','Cypress-Hill---Atmosphere-8-8-2025'],['Cypress Hill & Atmosphere','Firefly Distillery','North Charleston, SC','Saturday','8/9/2025','6:00 PM','7106363','Cypress-Hill---Atmosphere-8-9-2025'],['Cypress Hill & Atmosphere','Live Oak Bank Pavilion At Riverfront Park','Wilmington, NC','Sunday','8/10/2025','6:30 PM','7106366','Cypress-Hill---Atmosphere-8-10-2025'],['Cypress Hill & Atmosphere','The Amp Ballantyne','Charlotte, NC','Tuesday','8/12/2025','6:00 PM','7106643','Cypress-Hill---Atmosphere-8-12-2025'],['Cypress Hill & Atmosphere','The Dome - Virginia Beach','Virginia Beach, VA','Wednesday','8/13/2025','6:30 PM','7106367','Cypress-Hill---Atmosphere-8-13-2025'],['Cypress Hill & Atmosphere','Pier Six Pavilion','Baltimore, MD','Friday','8/15/2025','6:30 PM','7106370','Cypress-Hill---Atmosphere-8-15-2025'],['Cypress Hill & Atmosphere','Westville Music Bowl','New Haven, CT','Saturday','8/16/2025','6:30 PM','7106639','Cypress-Hill---Atmosphere-8-16-2025'],['Cypress Hill & Atmosphere','Stone Pony Summer Stage','Asbury Park, NJ','Sunday','8/17/2025','5:00 PM','7106371','Cypress-Hill---Atmosphere-8-17-2025'],['Cypress Hill & Atmosphere','Artpark Amphitheatre','Lewiston, NY','Tuesday','8/19/2025','6:00 PM','7106373','Cypress-Hill---Atmosphere-8-19-2025'],['Cypress Hill & Atmosphere','The Andrew J Brady ICON Music Center','Cincinnati, OH','Wednesday','8/20/2025','6:30 PM','7106374','Cypress-Hill---Atmosphere-8-20-2025'],['Cypress Hill & Atmosphere','Eagles Ballroom','Milwaukee, WI','Friday','8/22/2025','6:30 PM','7106644','Cypress-Hill---Atmosphere-8-22-2025'],['Atmosphere, Cypress Hill, Lupe Fiasco & The Pharcyde','Minnesota State Fair Grandstand','Saint Paul, MN','Saturday','8/23/2025','5:00 PM','7082784','Atmosphere--Cypress-Hill--Lupe-Fiasco---The-Pharcyde-8-23-2025'],['Cypress Hill & Atmosphere','Stir Cove At Harrahs','Council Bluffs, IA','Sunday','8/24/2025','6:00 PM','7106375','Cypress-Hill---Atmosphere-8-24-2025'],['Cypress Hill & Atmosphere','Dillon Amphitheater','Dillon, CO','Tuesday','8/26/2025','6:00 PM','7106640','Cypress-Hill---Atmosphere-8-26-2025'],['Cypress Hill & Atmosphere','Granary Live','Salt Lake City, UT','Wednesday','8/27/2025','6:00 PM','7106649','Cypress-Hill---Atmosphere-8-27-2025'],['Cypress Hill & Atmosphere','Outlaw Field at The Idaho Botanical Garden','Boise, ID','Friday','8/29/2025','6:00 PM','7106376','Cypress-Hill---Atmosphere-8-29-2025'],['Atmosphere & Friends','Red Rocks Amphitheatre','Morrison, CO','Friday','9/19/2025','6:00 PM','7050555','Atmosphere---Friends-9-19-2025']],'Atmosphere','http://www.ticketnetwork.com/en/search/?text=Atmosphere');