// Write a Flash movie into an HTML document.
// Load the ActiveX control dynamically to avoid the Internet Explorer control activation problem.
document.writeln('<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="760" height="600" id="Rebetzke Homes" align="middle">');
document.writeln('<param name="allowScriptAccess" value="sameDomain" />');
document.writeln('<param name="movie" value="rebetzke-homes.swf" />');
document.writeln('<param name="quality" value="high" />');
document.writeln('<param name="bgcolor" value="#ffffff" />');
document.writeln('<embed src="rebetzke-homes.swf" quality="high" bgcolor="#ffffff" width="760" height="600" name="Rebetzke Homes" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.writeln('</object>');