//
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-03A
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([['Lil Wayne','Veterans United Home Loans Amphitheater','Virginia Beach, VA','Friday','8/1/2025','8:00 PM','7194044','Lil-Wayne-8-1-2025'],['Kesha & Scissor Sisters','Veterans United Home Loans Amphitheater','Virginia Beach, VA','Saturday','8/2/2025','7:00 PM','7075680','Kesha---Scissor-Sisters-8-2-2025'],['The Offspring, Jimmy Eat World & New Found Glory','Veterans United Home Loans Amphitheater','Virginia Beach, VA','Monday','8/11/2025','7:00 PM','7020420','The-Offspring--Jimmy-Eat-World---New-Found-Glory-8-11-2025'],['The Doobie Brothers','Veterans United Home Loans Amphitheater','Virginia Beach, VA','Tuesday','8/12/2025','7:00 PM','6980731','The-Doobie-Brothers-8-12-2025'],['Jonas Brothers','Veterans United Home Loans Amphitheater','Virginia Beach, VA','Friday','8/15/2025','7:30 PM','7217268','Jonas-Brothers-8-15-2025'],['Luke Bryan, George Birge & Mae Estes','Veterans United Home Loans Amphitheater','Virginia Beach, VA','Saturday','8/16/2025','7:00 PM','6955329','Luke-Bryan--George-Birge---Mae-Estes-8-16-2025'],['Thomas Rhett, Tucker Wetmore & The Castellows','Veterans United Home Loans Amphitheater','Virginia Beach, VA','Saturday','8/23/2025','7:30 PM','6710413','Thomas-Rhett--Tucker-Wetmore---The-Castellows-8-23-2025'],['Falling In Reverse','Veterans United Home Loans Amphitheater','Virginia Beach, VA','Wednesday','8/27/2025','6:30 PM','7168461','Falling-In-Reverse-8-27-2025'],['Def Leppard','Veterans United Home Loans Amphitheater','Virginia Beach, VA','Sunday','8/31/2025','8:00 PM','7044867','Def-Leppard-8-31-2025'],['James Taylor','Veterans United Home Loans Amphitheater','Virginia Beach, VA','Wednesday','9/3/2025','7:30 PM','7032290','James-Taylor-9-3-2025'],['Blink-182 & Alkaline Trio','Veterans United Home Loans Amphitheater','Virginia Beach, VA','Thursday','9/4/2025','7:00 PM','7082756','Blink-182---Alkaline-Trio-9-4-2025'],['Bone Thugs N Harmony, Three 6 Mafia, Tech N9ne & QJ Quik','Veterans United Home Loans Amphitheater','Virginia Beach, VA','Sunday','9/7/2025','7:30 PM','7203435','Bone-Thugs-N-Harmony--Three-6-Mafia--Tech-N9ne---QJ-Quik-9-7-2025'],['Breaking Benjamin & Three Days Grace','Veterans United Home Loans Amphitheater','Virginia Beach, VA','Monday','9/8/2025','7:00 PM','7082980','Breaking-Benjamin---Three-Days-Grace-9-8-2025'],['A Day To Remember & Yellowcard','Veterans United Home Loans Amphitheater','Virginia Beach, VA','Sunday','9/14/2025','6:15 PM','7193868','A-Day-To-Remember---Yellowcard-9-14-2025'],['Uncle Charlie's R&B Cookout: Charlie Wilson, Babyface & K-Ci','Veterans United Home Loans Amphitheater','Virginia Beach, VA','Sunday','9/21/2025','6:15 PM','7094258','Uncle-Charlie-s-R-B-Cookout--Charlie-Wilson--Babyface---K-Ci-9-21-2025'],['Alice Cooper, Judas Priest & Corrosion of Conformity','Veterans United Home Loans Amphitheater','Virginia Beach, VA','Wednesday','9/24/2025','6:45 PM','7094163','Alice-Cooper--Judas-Priest---Corrosion-of-Conformity-9-24-2025'],['Suicideboys ','Veterans United Home Loans Amphitheater','Virginia Beach, VA','Saturday','10/4/2025','6:30 PM','7075998','Suicideboys--10-4-2025'],['Twenty One Pilots','Veterans United Home Loans Amphitheater','Virginia Beach, VA','Tuesday','10/7/2025','8:00 PM','7211929','Twenty-One-Pilots-10-7-2025'],['Pierce The Veil','Veterans United Home Loans Amphitheater','Virginia Beach, VA','Friday','10/24/2025','6:30 PM','7070985','Pierce-The-Veil-10-24-2025']],'Veterans United Home Loans Amphitheater ','http://www.ticketnetwork.com/en/search/?text=Veterans United Home Loans Amphitheater ');