// this is a workaround for the patch that Microsoft issued recently which forces the user to click "OK"
// before he can view a quicktime movie.  See the following URL for more information:
// http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/overview/activating_activex.asp

// note, 16 pixels were added to the height of the movie to allow the control bar to show
document.write('<EMBED SRC="' + jsMovieToPlay + '" BORDER="0" PLUGINSPAGE="http://www.apple.com/quicktime/download/" width="' + jsMovieWidth + '" height="' + jsMovieHeight + '" autoplay="TRUE" cache="TRUE"></EMBED>');