Trending Media

WizKid - One For Me ft. Ty Dolla $ign
Allianz Ent. Mobile Logo

Allianz Radio (beta)

Play Allianz Radio MobileLaunch Mobile Stream (higher quality?)
Allianz Radio{source}

<?Php

$file = $_SERVER['DOCUMENT_ROOT'] . "/station/songinfo.txt";
$contents = file($file);
$string = implode($contents);

echo $string; 
?>
{/source}