function RunFlashVertical(swfname)
{
    //document.write('<object 	ONCLICK="javascript:FollowLink();"  classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="120" height="600"  STYLE="position:absolute; TOP:2px; LEFT:740px; WIDTH:120px; HEIGHT:600px" > \n');
    //document.write('<param name="movie" value="' + swfname + '">\n');
    //document.write('<param name="quality" value="high">\n');
   /// document.write('<embed src="' + swfname + '" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="120" height="600"></embed>\n');
    //document.write('</object>\n');
}


function RunFlashHorizontal()
{
    document.write('<a href="KOL">');  
    document.write('<object 	ONCLICK="javascript:FollowLink();"  classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="120" height="600"  STYLE="WIDTH:468px; HEIGHT:60px" > \n');
    document.write('<param name="movie" value="/images/ads/flash/heritage_top1.swf">\n');
    document.write('<param name="quality" value="high">\n');
    document.write('<embed src="/images/ads/flash/heritage_top1.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="468" height="60"></embed>\n');
    document.write('</object>\n');
    document.write('</a>');
}
