// JavaScript Document
function embed_quicktime(filename) {
    if (filename != "") {
        document.write(‘<object classid="clsid:02bf25d5-8c17-4b23-bc80-d3488abddc6b" width="375" height="258" codebase="http://www.apple.com/qtactivex/qtplugin.cab#version=6,0,2,0"><param name="src" value="Traveller-1-500.mov" /><embed type="video/quicktime" width="375" height="258" src="Traveller-1-500.mov"></embed></object>’);
    }
