if ((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)) || (navigator.userAgent.match(/iPad/i))) {
    var html5 = '<video width="640" height="360" controls="" preload="none"><source type="video/mp4" src="http://stream.ctek.ch/partekk/Intro2_MP4 360p (16x9) phil2.mp4"  /></video>';
    document.write(html5);
} else {
    var vidstream = '<object type="application/x-shockwave-flash" data="http://www.partekk.ch/Mediaplayer/player.swf" width="640" height="360" id="playerstartseite"><param name="movie" value="http://www.partekk.ch/Mediaplayer/player.swf" /><param name="allowfullscreen" value="false" /><param name="allowscriptaccess" value="always" /><param name="flashvars" value="file=http://www.partekk.ch/DNN_Stream/Intro2_MP4 360p (16x9) phil2.mp4&image=http://www.partekk.ch/DNN_Images/intro_bild_s6.jpg&title=Unsere Rapid eLearning Formel&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);
}


