function insert_video(src, width, height)
{
    document.write("<embed src='"+src+"' width='"+width+"' height='"+height+"' autoplay='true' controller='true' pluginspage='http://www.apple.com/quicktime/'></embed>");
}
