error_reporting(0); if ($_GET['stream'] == 1) { $title = 'Unanchored Stream'; $stream = 'http://streaming-ent.shoutcast.com/unanchored'; } else if ($_GET['stream'] == 2) { $title = 'Shoutdown'; $stream = 'http://streaming-ent.shoutcast.com/shoutdown'; } else if ($_GET['stream'] == 3) { $title = 'FOX News Edge'; $stream = 'http://streaming-ent.shoutcast.com/anchored'; } ?>