﻿
function LoadNewsBar() { var newsBar; var options = { largeResultSet: true, title: "Pro football related news headlines", horizontal: false, autoExecuteList: { executeList: ["NFL", "Fantasy Football", "CFL", "Arena Football"]} }; var newsElement = document.getElementById("newsBar-bar"); if (newsElement) { newsBar = new GSnewsBar(newsElement, options); } }
if (typeof (GSearch) != "undefined") { GSearch.setOnLoadCallback(LoadNewsBar); }
