function embedFlash(swf, width, height, alt) {
document.write("<!--[if !IE]> --><object type='application/x-shockwave-flash' data='"+swf+"' width='"+width+"' height='"+height+"'><!-- <![endif]--><!--[if IE]><object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' width='"+width+"' height='"+height+"'><param name='movie' value='"+swf+"' /><!--><!----><param name='loop' value='true' /><param name='menu' value='false' /><p>"+alt+"</p></object><!-- <![endif]-->");
}