function qt(){
document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="256" width="318">');
document.write('<param name="src" value="koibito.mov">');
document.write('<param name="autoplay" value="true">');
document.write('<param name="controller" value="true">');
document.write('<embed height="256" pluginspage="http://www.apple.com/quicktime/download/" src="koibito.mov" type="video/quicktime" width="318" controller="true" autoplay="true"> ');
document.write('</object>');
}
function qt2(src,width,height,controller){
document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="'+height+'" width="'+width+'">');
document.write('<param name="src" value="'+src+'">');
document.write('<param name="autoplay" value="true">');
document.write('<param name="controller" value="'+controller+'">');
document.write('<embed pluginspage="http://www.apple.com/quicktime/download/" src="'+src+'" type="video/quicktime" controller="'+controller+'" autoplay="true" height="'+height+'" width="'+width+'"> ');
document.write('</object>');
}

function qt3(src,width,height,controller,ref){
document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="'+height+'" width="'+width+'">');
document.write('<param name="target" value="quicktimeplayer">');
document.write('<param name="href" value="'+ref+'">');
document.write('<param name="src" value="'+src+'">');
document.write('<param name="autoplay" value="false">');
document.write('<param name="controller" value="'+controller+'">');
document.write('<embed pluginspage="http://www.apple.com/quicktime/download/" src="'+src+'" type="video/quicktime" width="'+width+'" height="'+height+'" href="'+ref+'" target="quicktimeplayer" controller="'+controller+'" autoplay="false"></object>');
}

function qt4(src,onmouseover.src,width,height,controller,ref){
document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="'+height+'" width="'+width+'">');
document.write('<param name="target" value="quicktimeplayer">');
document.write('<param name="href" value="'+ref+'">');
document.write('<param name="src" value="'+src+'">');
document.write('<param name="autoplay" value="false">');
document.write('<param name="controller" value="'+controller+'">');
document.write('<embed pluginspage="http://www.apple.com/quicktime/download/" src="'+src+'" type="video/quicktime" width="'+width+'" height="'+height+'" href="'+ref+'" target="quicktimeplayer" controller="'+controller+'" autoplay="false"></object>');
}
