function InsertSampleMovie()
{
  document.write('<object classid="clsid: 02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab" WIDTH="320" HEIGHT="260">\n');

  document.write('<param name="src" value="http://www.thebigbangrestaurants.co.uk/ee/Max_BBC.mp4" />\n');
  document.write('</object>\n');
}

