function InsertSampleMovie()
{
  document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" name="GJDCpromo" width="400" height="316">\n');
  document.write('<param name="src" value="video/GJDCpromoMobileb.mov">\n');
  document.write('<param name="qtsrc" value="http://www.giordanodance.org/company/video/GJDCpromoMobileb.mov">\n');
  document.write('<param name="autoplay" value="true" />\n');
  document.write('<param name="bgcolor" value="000000" />\n');
  document.write('<param name="kioskmode" value="true" />\n');
  document.write('<param name="loop" value="false" />\n');
  document.write('<param name="scale" value="aspect" />\n');
  document.write('<param name="controller" value="true" />\n');
  document.write('<param name="qtnext1" value="<http://www.giordanodance.org/company/index.html>" />\n');
  document.write('<embed src="video/GJDCpromoMobileb.mov" width="400" height="316" loop="false" autoplay="true" bgcolor="000000" kioskmode="true" scale="aspect" controller="true" qtnext1="<http://www.giordanodance.org/company/index.html>" name="GJDCpromo" pluginspage="http://www.apple.com/quicktime/download/"></embed>\n');
  document.write('</object>\n');
}

function InsertSampleMovieiPhone()
{
  document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" name="GJDCpromo" width="400" height="316">\n');
  document.write('<param name="src" value="video/GJDCpromoMobile.mov">\n');
  document.write('<param name="qtsrc" value="http://www.giordanodance.org/company/video/GJDCpromoMobile.mov">\n');
  document.write('<param name="autoplay" value="true" />\n');
  document.write('<param name="bgcolor" value="000000" />\n');
  document.write('<param name="kioskmode" value="true" />\n');
  document.write('<param name="loop" value="false" />\n');
  document.write('<param name="scale" value="aspect" />\n');
  document.write('<param name="controller" value="true" />\n');
  document.write('<embed src="video/GJDCpromoMobile.mov" width="400" height="316" loop="false" autoplay="true" bgcolor="000000" kioskmode="true" scale="aspect" controller="true" name="GJDCpromo" pluginspage="http://www.apple.com/quicktime/download/"></embed>\n');
  document.write('</object>\n');
}