//
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-02A
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([['KBong & Johnny Cosmic','Beach House Grill','San Diego, CA','Friday','4/24/2026','6:00 PM','7745575','KBong---Johnny-Cosmic-4-24-2026'],['KBong & Johnny Cosmic','Garden Amphitheatre','Garden Grove, CA','Saturday','4/25/2026','4:00 PM','7698599','KBong---Johnny-Cosmic-4-25-2026'],['KBong & Johnny Cosmic','Soundwell','Salt Lake City, UT','Thursday','5/28/2026','8:00 PM','7759144','KBong---Johnny-Cosmic-5-28-2026'],['KBong & Johnny Cosmic','Brues Alehouse Brewing Company','Pueblo, CO','Saturday','5/30/2026','7:00 PM','7759145','KBong---Johnny-Cosmic-5-30-2026'],['KBong & Johnny Cosmic','Bluebird Theater','Denver, CO','Sunday','5/31/2026','8:00 PM','7759146','KBong---Johnny-Cosmic-5-31-2026'],['KBong & Johnny Cosmic','xBk Live','Des Moines, IA','Friday','6/5/2026','8:00 PM','7759147','KBong---Johnny-Cosmic-6-5-2026'],['KBong & Johnny Cosmic','Majestic Theatre Madison','Madison, WI','Saturday','6/6/2026','9:00 PM','7759148','KBong---Johnny-Cosmic-6-6-2026'],['KBong & Johnny Cosmic','Garcias Chicago','Chicago, IL','Sunday','6/7/2026','8:00 PM','7759149','KBong---Johnny-Cosmic-6-7-2026'],['KBong & Johnny Cosmic','Vinyl Music Hall','Pensacola, FL','Wednesday','6/10/2026','7:00 PM','7759150','KBong---Johnny-Cosmic-6-10-2026'],['KBong & Johnny Cosmic','Jannus Live','St. Petersburg, FL','Thursday','6/11/2026','7:00 PM','7757855','KBong---Johnny-Cosmic-6-11-2026'],['KBong & Johnny Cosmic','The Abbey - Orlando','Orlando, FL','Friday','6/12/2026','7:30 PM','7759151','KBong---Johnny-Cosmic-6-12-2026'],['KBong & Johnny Cosmic','Colonial Oak Music Park','St. Augustine, FL','Sunday','6/14/2026','6:30 PM','7757856','KBong---Johnny-Cosmic-6-14-2026'],['KBong & Johnny Cosmic','Bowstring Burgers and Brewyard','Wilmington, NC','Wednesday','6/17/2026','7:00 PM','7753561','KBong---Johnny-Cosmic-6-17-2026'],['KBong & Johnny Cosmic','Hidden Hall','Seattle, WA','Saturday','8/15/2026','8:00 PM','7759153','KBong---Johnny-Cosmic-8-15-2026'],['KBong & Johnny Cosmic','The Den PDX','Portland, OR','Sunday','8/16/2026','7:00 PM','7759154','KBong---Johnny-Cosmic-8-16-2026'],['KBong & Johnny Cosmic','Volcanic Theatre Pub','Bend, OR','Wednesday','8/19/2026','7:00 PM','7759155','KBong---Johnny-Cosmic-8-19-2026'],['Camp Redwoods Music Campout: The Hip Abduction, KBong, Johnny Cosmic & Little Stranger - 3 Day Pass','Camp Navarro','Navarro, CA','Friday','8/21/2026','TBD','7809043','Camp-Redwoods-Music-Campout--The-Hip-Abduction--KBong--Johnny-Cosmic---Little-Stranger---3-Day-Pass-8-21-2026'],['KBong & Johnny Cosmic','Goldfield Trading Post - Roseville','Roseville, CA','Friday','8/21/2026','7:00 PM','7759156','KBong---Johnny-Cosmic-8-21-2026']],'kbong-','http://www.ticketnetwork.com/en/search/?text=kbong-');