function RunSamplePlayer()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"\n');
    document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0"\n');
    document.write('id="GBMsamplePlayer"\n');
    document.write('width="197" height="26">\n');
    document.write('<param name="movie" value="images/GBMsamplePlayer.swf">\n');
    document.write('<param name="bgcolor" value="#000000">\n');
    document.write('<param name="quality" value="high">\n');
    document.write('<param name="allowscriptaccess" value="samedomain">\n');
    document.write('<embed\n');
    document.write('src="images/GBMsamplePlayer.swf"\n');
    document.write('width="197"\n');
    document.write('height="26"\n');
    document.write('align="top"\n');
    document.write('name="GBMsamplePlayer"\n');
    document.write('pluginspage="http://www.macromedia.com/go/getflashplayer">\n');
    document.write('<noembed>\n');
    document.write('</noembed>\n');
    document.write('</embed>\n');
    document.write('</object>\n');
}

function RunVideoPlayer()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"\n');
    document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0"\n');
    document.write('id="ImageAndMovie"\n');
    document.write('width="295" height="240">\n');
    document.write('<param name="movie" value="zounds/ImageAndMovie.swf">\n');
    document.write('<param name="bgcolor" value="#000000">\n');
    document.write('<param name="quality" value="high">\n');
    document.write('<param name="allowscriptaccess" value="samedomain">\n');
    document.write('<embed\n');
    document.write('src="zounds/ImageAndMovie.swf"\n');
    document.write('width="295"\n');
    document.write('height="240"\n');
    document.write('align="top"\n');
    document.write('name="ImageAndMovie"\n');
    document.write('pluginspage="http://www.macromedia.com/go/getflashplayer">\n');
    document.write('<noembed>\n');
    document.write('</noembed>\n');
    document.write('</embed>\n');
    document.write('</object>\n');
}