if ( sPlay == "WEB" )	sBaseURL		= "http://gen.sanoma-magazines.be/video/humo/video/"+sMovie+".flv";
else					sBaseURL		= "rtmp://red5stream.sanoma-magazines.be:80/sanoma_nas&id=humo/video/"+sMovie;

sSubtitleURL							= "http://gen.sanoma-magazines.be/streaming/subtitles/getsubtitles.php?id=" + sSubtitleID;

document.write('<object type="application/x-shockwave-flash" data="http://gen.sanoma-magazines.be/streaming/player/mediaplayer.swf" id="player" height="'+iHeight+'" width="'+iWidth+'"><param name="allowScriptAccess" value="sameDomain"><param name="movie" value="http://gen.sanoma-magazines.be/streaming/player/mediaplayer.swf"><param name="quality" value="high"><param name="scale" value="noScale"><param name="wmode" value="transparent"><param name="captions" value="'+sSubtitleURL+'"><param name="allowfullscreen" value="false"><param name="flashvars" value="&height='+iHeight+'&width='+iWidth+'&file='+sBaseURL+'&usecaptions=true&captions='+sSubtitleURL+'&overstretch=true&showicons=false&backcolor=0x000000&frontcolor=0xffffff&lightcolor=0xffffff&image=http://gen.sanoma-magazines.be/streaming/templates/humo/pioneer_start.jpg"></object>');

