if ((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)) || (navigator.userAgent.match(/iPad/i))) {
    var html5 = '<video width="360" height="226" controls="" preload="none"><source type="video/mp4" src="http://stream.ctek.ch/ctekstreaming/ctek_ages_640.mp4"  /></video>';
    document.write(html5);
} else {
    var vidstream = '<script type="text/javascript" src="http://streamingplayer.ctek.ch/swfobject.js"></script><embed type="application/x-shockwave-flash" src="http://streamingplayer.ctek.ch/jwplayer51.swf" style="" id="mpl" name="mpl" quality="high" allowfullscreen="true" allowscriptaccess="always" wmode="opaque" flashvars="author=CTEK GmbH&amp;description=ctek gmbh&amp;file=ctekstreaming/ctek_ages_640.mp4&amp;image=http://stream.ctek.ch/ctekstreaming/ctek_ages_640.png&amp;title=ages_640&amp;provider=rtmp&amp;frontcolor=000000&amp;lightcolor=000000&amp;screencolor=000000&amp;linktarget=http://www.ctek.ch&amp;streamer=rtmpt://streaming.ctek.ch/cfx/st" width="360" height="226">';
    document.write(vidstream);
}
