if ((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)) || (navigator.userAgent.match(/iPad/i))) {
    var html5 = '<video width="480" height="270" controls="" preload="none"><source type="video/mp4" src="http://www.partekk.ch/DNN_Stream/Articulate_360p (16x9).mp4"  /></video>';
    document.write(html5);
} else {
    var vidstream = '<object type="application/x-shockwave-flash" data="/Mediaplayer/player.swf" width="480" height="270" id="playerstartseite"><param name="movie" value="/Mediaplayer/player.swf" /><param name="allowfullscreen" value="false" /><param name="allowscriptaccess" value="always" /><param name="flashvars" value="file=http://www.partekk.ch/DNN_Stream/Articulate_360p (16x9).mp4&image=http://www.partekk.ch//DNN_Images/Articulate_bild_s2.jpg&bufferlength=5&controlbar=non&icons=false&stretching=exactfit" /><p><a href="http://get.adobe.com/flashplayer">Get Flash</a> to see this player.</p></object>';
    document.write(vidstream);
}


