﻿function howiePromo() {
    document.write('<object ');
    document.write('classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" ');
    document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" ');
    document.write('width="320" ');
    document.write('height="280" ');
    document.write('id="HowiePromo" ');
    document.write('align="middle">');
    document.write('<param name="allowScriptAccess" value="sameDomain" />');
    document.write('<param name="allowFullScreen" value="false" />');
    document.write('<param name="movie" value="HowiePromo.swf" />');
    document.write('<param name="quality" value="high" />');
    document.write('<param name="bgcolor" value="#ffffff" />');
    document.write('<embed ');
    document.write('src="HowiePromo.swf" ');
    document.write('quality="high" ');
    document.write('bgcolor="#ffffff" ');
    document.write('width="320" ');
    document.write('height="280" ');
    document.write('name="HowiePromo" ');
    document.write('align="middle" ');
    document.write('allowScriptAccess="sameDomain" ');
    document.write('allowFullScreen="false" ');
    document.write('type="application/x-shockwave-flash" ');
    document.write('pluginspage="http://www.macromedia.com/go/getflashplayer" /> ');
    document.write('</object>');
}