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', 350, 263, '7,0,14,0'); 
    tag.setFlashvars('lcId=' + uid + '&file=http://streaming.formevideo.nl/cod/flv/elkaar_gr.flv&timeCode=0&autoStart=1&doRewind=0&clickToPlay=0&http_streaming=false&view_id=3310815');
    tag.setId('videoplayer');
    tag.write(document);
}
