// JavaScript Document

<!--  // Create a flash object player control and call on dynamic content
document.write("<OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0' WIDTH='320' HEIGHT='285' id='myMovieName' style='z-index:-1'>");  
document.write("<PARAM NAME=movie VALUE='FLVplayer_small.swf'>");
document.write("<PARAM NAME=FlashVars VALUE='file=" + flvName +".flv'>");  // the file name gets dropped in here
document.write("<PARAM NAME=quality VALUE=high>");
document.write("<PARAM NAME=bgcolor VALUE=#474747>");
document.write("<embed src='FLVplayer_small.swf' FlashVars='file=" + flvName + ".flv' quality=high bgcolor=#474747 WIDTH='320' HEIGHT='285' NAME='myMovieName' ALIGN='' TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'></EMBED></OBJECT>");
//  -->

