var sidePanel = ''
sidePanel += '        <!-- Ads Flash slideshow -->'
sidePanel += '        <!-- I need the iFrame here so that the menu layers show on top of the'
sidePanel += '             flash slideshows. This is a hack used by Google and described in the'
sidePanel += '             following website: http://blog.marcoos.com/2006/07/21/html-div-above-a-flash-animation-on-linux-its-possible/'
sidePanel += ''
sidePanel += '             Please keep the iFrame here or the menu will not display properly.'
sidePanel += '             The must be iframe is above (z-index) the Flash, but below the div -->'
sidePanel += '             <iframe'
sidePanel += '                 src="javascript:false"'
sidePanel += '                 style="position: absolute; display: none; width: 160px; height: 444px; z-index: 5;"'
sidePanel += '                 id="iframe"'
sidePanel += '                 frameborder="0"'
sidePanel += '                 scrolling="no">'
sidePanel += '             </iframe>'
sidePanel += '             <!-- iframe width is width of the div + borders, so 100 + 1 + 1 = 102 -->'
sidePanel += ''
sidePanel += '             <embed'
sidePanel += '                 src="images/wirw_ads.swf"'
sidePanel += '                 width="150"'
sidePanel += '                 height="150"'
sidePanel += '                 quality="best"'
sidePanel += '                 pluginspage="http://www.macromedia.com/go/getflashplayer"'
sidePanel += '                 type="application/x-shockwave-flash"'
sidePanel += '                 wmode="transparent"'
sidePanel += '                 bgcolor="#26354A" />'
document.write(sidePanel)