Live US Sports Odds

[insert_php]
$sport = "Gridiron";
include(getInclude('inc_topsport_odds'));
$sport = "Baseball";
include(getInclude('inc_topsport_odds'));
$sport = "Basketball";
include(getInclude('inc_topsport_odds'));
$sport = "Ice_Hockey";
include(getInclude('inc_topsport_odds'));
[/insert_php]