// 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 += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-03A TN_Widget.CreateTable([['Buffalo Bills vs. Miami Dolphins (Date: TBD)','New Highmark Stadium','Orchard Park, NY','Friday','7/31/2026','TBD','7729965','Buffalo-Bills-vs--Miami-Dolphins--Date--TBD--7-31-2026'],['Miami Dolphins vs. Buffalo Bills (Date: TBD)','Hard Rock Stadium','Miami Gardens, FL','Friday','7/31/2026','TBD','7729980','Miami-Dolphins-vs--Buffalo-Bills--Date--TBD--7-31-2026'],['Buffalo Bills vs. New England Patriots (Date: TBD)','New Highmark Stadium','Orchard Park, NY','Saturday','8/1/2026','TBD','7729966','Buffalo-Bills-vs--New-England-Patriots--Date--TBD--8-1-2026'],['Buffalo Bills vs. New York Jets (Date: TBD)','New Highmark Stadium','Orchard Park, NY','Sunday','8/2/2026','TBD','7729967','Buffalo-Bills-vs--New-York-Jets--Date--TBD--8-2-2026'],['New York Jets vs. Buffalo Bills (Date: TBD)','MetLife Stadium','East Rutherford, NJ','Monday','8/3/2026','TBD','7729998','New-York-Jets-vs--Buffalo-Bills--Date--TBD--8-3-2026'],['Buffalo Bills vs. Baltimore Ravens (Date: TBD)','New Highmark Stadium','Orchard Park, NY','Monday','8/3/2026','TBD','7729968','Buffalo-Bills-vs--Baltimore-Ravens--Date--TBD--8-3-2026'],['Denver Broncos vs. Buffalo Bills (Date: TBD)','Empower Field At Mile High','Denver, CO','Monday','8/3/2026','TBD','7730174','Denver-Broncos-vs--Buffalo-Bills--Date--TBD--8-3-2026'],['Buffalo Bills vs. Chicago Bears (Date: TBD)','New Highmark Stadium','Orchard Park, NY','Tuesday','8/4/2026','TBD','7729969','Buffalo-Bills-vs--Chicago-Bears--Date--TBD--8-4-2026'],['Green Bay Packers vs. Buffalo Bills (Date: TBD)','Lambeau Field','Green Bay, WI','Tuesday','8/4/2026','TBD','7730285','Green-Bay-Packers-vs--Buffalo-Bills--Date--TBD--8-4-2026'],['Houston Texans vs. Buffalo Bills (Date: TBD)','NRG Stadium','Houston, TX','Tuesday','8/4/2026','TBD','7730147','Houston-Texans-vs--Buffalo-Bills--Date--TBD--8-4-2026'],['Las Vegas Raiders vs. Buffalo Bills (Date: TBD)','Allegiant Stadium','Las Vegas, NV','Wednesday','8/5/2026','TBD','7730206','Las-Vegas-Raiders-vs--Buffalo-Bills--Date--TBD--8-5-2026'],['Buffalo Bills vs. Kansas City Chiefs (Date: TBD)','New Highmark Stadium','Orchard Park, NY','Thursday','8/6/2026','TBD','7729971','Buffalo-Bills-vs--Kansas-City-Chiefs--Date--TBD--8-6-2026'],['Buffalo Bills vs. Los Angeles Chargers (Date: TBD)','New Highmark Stadium','Orchard Park, NY','Friday','8/7/2026','TBD','7729972','Buffalo-Bills-vs--Los-Angeles-Chargers--Date--TBD--8-7-2026'],['New England Patriots vs. Buffalo Bills (Date: TBD)','Gillette Stadium','Foxborough, MA','Friday','8/7/2026','TBD','7729941','New-England-Patriots-vs--Buffalo-Bills--Date--TBD--8-7-2026'],['Minnesota Vikings vs. Buffalo Bills (Date: TBD)','US Bank Stadium','Minneapolis, MN','Friday','8/7/2026','TBD','7730298','Minnesota-Vikings-vs--Buffalo-Bills--Date--TBD--8-7-2026'],['Los Angeles Rams vs. Buffalo Bills (Date: TBD)','SoFi Stadium','Inglewood, CA','Wednesday','8/12/2026','TBD','7730376','Los-Angeles-Rams-vs--Buffalo-Bills--Date--TBD--8-12-2026'],['Buffalo Bills vs. Detroit Lions','New Highmark Stadium','Orchard Park, NY','Thursday','9/17/2026','8:15 PM','7729970','Buffalo-Bills-vs--Detroit-Lions-9-17-2026']],'Buffalo Bills','http://www.ticketnetwork.com/ticket/Buffalo-Bills-events.aspx');