

function initFront(e)
{
    if (!(document.getElementById && document.createElement)) return;

    /* Flash for main content area */
    var content = document.getElementById('radio-content');
    flashReplace(content, '/images/mp3.swf', 400, 80, null);
}

addEvent(window, "load", initFront);



