//	Copyright (C) Square Marbles (R) 2001
var html=""
var theHeight=""
var sw=screen.width
if(sw>1024){theHeight=97}else if(sw==1024){theHeight=108}else{theHeight=151}
html+='<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="100%" height="'+theHeight
html+='%" id="bean" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="bean.swf" /><param name="quality" value="high" />'
html+='<param name="bgcolor" value="#FFFFFF" /><param name="scale" value="exactfit" /><embed src="bean.swf" quality="high" bgcolor="#FFFFFF" scale="exactfit" width="100%" height="'+theHeight
html+='%" name="bean" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />'
html+='</object>'
document.write(html)