document.write("<object classid=\"clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B\" type=\"video/quicktime\" title=\""+ showmovie_alt + "\" width=\"" + showmovie_width + "\" height=\"" + showmovie_height + "\">");
document.write("<param name=\"src\" value=\"" + showmovie_moviepath + "\" />");
document.write("<param name=\"autoplay\" value=\"true\" />");
document.write("<param name=\"controller\" value=\"true\" />");
document.write("<object data=\"" + showmovie_moviepath + "\" type=\"video/quicktime\" width=\"" + showmovie_width + "\" height=\"" + showmovie_height + "\">");
document.write("<param name=\"autoplay\" value=\"true\" />");
document.write("<param name=\"controller\" value=\"true\" />");
document.write(showmovie_alt);
document.write("</object>");
document.write("</object>");

