function InsertSampleMovie(x)
{
document.write("<object classid=\"clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B\" codebase=\"http://www.apple.com/qtactivex/qtplugin.cab\" height=\"256\" width=\"320\" align=\"middle\">\n");
document.write("<param name=\"src\" value=\"downloads/video/" + x + ".mov\" />\n");
document.write("<param name=\"autoplay\" value=\"true\">\n");
document.write("<param name=\"type\" value=\"video/quicktime\" height=\"256\" width=\"320\">\n");
document.write("<embed src=\"downloads/video/" + x + ".mov\" height=\"256\" width=\"320\" autoplay=\"true\" type=\"video/quicktime\" align=\"middle\" pluginspage=\"http://www.apple.com/quicktime/download/\"></embed>");
document.write("</object>\n");
}

