//write out the flash object tag.  
var topUrl = top.document.location.href
var curUrl = document.location.href

var str = topUrl.indexOf('https:') == 0 ? "s" : ""

document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http' + str + '://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="680" height="250">')
document.write('<param name="movie" value="videos/BzFin1.swf" />')
document.write('<param name="quality" value="high" />')
document.write('<param name="wmode" value="transparent" />')
document.write('<embed src="videos/BzFin1.swf" quality="high"  wmode="transparent" pluginspage="http' + str + '://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="680" height="250"></embed>')
document.write('</object>')

