var uid = new Date().getTime();
function reset_playlist() {};
function render_player_flash() {
    // The arguments below are path, width, height, and Flash Player version.
    var tag = new FlashTag('http://player.commercial.tv/flvplayer.swf', 432, 260, '7,0,14,0'); 
    tag.setFlashvars('lcId=' + uid + '&file=http://streaming.formevideo.nl/cod/flv/onsrestaurantwebsite.flv&timeCode=0&autoStart=1&doRewind=0&clickToPlay=0&http_streaming=false&view_id=8739702');
    tag.setId('videoplayer');
    tag.write(document);
}

