function InsertSampleMovie()
{
document.write("<OBJECT CLASSID='clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B' WIDTH='440' HEIGHT='376'");
document.write("CODEBASE='http://www.apple.com/qtactivex/qtplugin.cab'>");
document.write("<PARAM name='SRC' VALUE='http://www.videoblog24.it/video_repository/teknival_czech_2.mov'>");
document.write("<PARAM name='AUTOPLAY' VALUE='false'>");
document.write("<PARAM name='CONTROLLER' VALUE='true'>");
document.write("<PARAM name='LOOP' VALUE='false'>");
document.write("<EMBED SRC='http://www.videoblog24.it/video_repository/teknival_czech_2.mov' WIDTH='420' HEIGHT='376' AUTOPLAY='false' CONTROLLER='true' LOOP='false'"); document.write("PLUGINSPAGE='http://www.apple.com/quicktime/download/'>");
document.write("</EMBED>");
document.write("</OBJECT>");
}


	
function InsertSample2()
{
document.write("<object classid='clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B' codebase='http://www.apple.com/qtactivex/qtplugin.cab' height='355' width='420' >");
document.write("<param name='src' value='http://www.videoblog24.it/video_repository/cuba06.mov'>");
document.write("<param name='autoplay' value='false'>");
document.write("<param name='controller' value='true'>");
document.write("<PARAM name='LOOP' VALUE='false'>");
document.write("<embed height='355' pluginspage='http://www.apple.com/quicktime/download/' src='http://www.videoblog24.it/video_repository/cuba06.mov' type='video/quicktime' width='420' controller='true' autoplay='false' bgcolor='#ffffff'>");
document.write("</embed>");
document.write("</object>");
}

function InsertSample3()
{
document.write("<object classid='clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B' codebase='http://www.apple.com/qtactivex/qtplugin.cab' height='376' width='440' >");
document.write("<param name='src' value='http://www.videoblog24.it/video_repository/premioweb.mov'>");
document.write("<param name='autoplay' value='false'>");
document.write("<param name='controller' value='true'>");
document.write("<PARAM name='LOOP' VALUE='false'>");
document.write("<embed height='376' pluginspage='http://www.apple.com/quicktime/download/' src='http://www.videoblog24.it/video_repository/premioweb.mov' type='video/quicktime' width='440' controller='true' autoplay='false' bgcolor='#ffffff'>");
document.write("</embed>");
document.write("</object>");
}

