Select your language

Trending Media

Presley - I Love You Higher(Punanny Chemist)
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}