/* nfl ncaa-football nba ncaa-basketball nhl mlb */ if ( ! isset( $_GET["show"] ) ) $_GET["show"] = "mlb"; $PAGE = array( "is_home" => false, "title" => "Live Lines", "name" => "lines" ); function getContent() { $sport = $_GET["show"]; $sname = array( "nfl" => "NFL", "ncaa-football" => "College Football", "nba" => "NBA", "ncaa-basketball" => "College Basketball", "nhl" => "NHL", "mlb" => "MLB" ); ?>
You are viewing the lines for . Select another sport:
$auto_refresh_interval = 60; //translate some stuff if ($sport == "ncaa-football") $sport = "cfb"; elseif ($sport == "ncaa-basketball") $sport = "cbb"; ?>