// var TN_Widget = function() { return { CreateEventRow : function(row, isAlt) { return "" + row[3] + "
" + row[4] + "
" + row[5] + "" + row[0] + "" + row[1] + "
" + row[2] + "Tickets"; }, 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 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 && kwds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kwds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kwds + " on TicketNetwork.com
"); } } } }; }(); //BPW-TNSERV-02A TN_Widget.AddCss('//tn-widget.seatics.com/widget2Css/WidgetStyle9.css'); TN_Widget.CreateTable([['Lee Brice','Virginia Credit Union LIVE! at Richmond Raceway','Richmond, VA','Friday','6/7/2024','7:30 PM','6350373','Lee-Brice-6-7-2024'],['Cody Jinks','Virginia Credit Union LIVE! at Richmond Raceway','Richmond, VA','Saturday','6/22/2024','7:00 PM','6315054','Cody-Jinks-6-22-2024'],['Lamb Of God & Mastodon','Virginia Credit Union LIVE! at Richmond Raceway','Richmond, VA','Sunday','7/28/2024','6:00 PM','6251903','Lamb-Of-God---Mastodon-7-28-2024'],['Primus & Coheed and Cambria','Virginia Credit Union LIVE! at Richmond Raceway','Richmond, VA','Friday','8/16/2024','7:00 PM','6276554','Primus---Coheed-and-Cambria-8-16-2024'],['Megadeth','Virginia Credit Union LIVE! at Richmond Raceway','Richmond, VA','Sunday','9/15/2024','7:30 PM','6401923','Megadeth-9-15-2024']],'Classic Amphitheater at Richmond International Raceway ','http://www.ticketnetwork.com/ticket/Classic-Amphitheater-at-Richmond-International-Raceway-events.aspx');