//v1.0
//Copyright 2006 Adobe Systems, Inc. All rights reserved.
function RunBug()
{
  	document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="301" height="74"');
	document.write('  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" ');
	document.write(' ID="script" ALIGN="">');
	document.write(' <PARAM NAME=movie VALUE="http://www.richmondamericanhomes.com/home+gallery/hg_bug.swf" width="301" height="74" > <PARAM NAME=quality VALUE=high>'); 
	document.write(' <EMBED src="http://www.richmondamericanhomes.com/home+gallery/hg_bug.swf" width="301" height="74" quality=high bgcolor=#FEF8EC  ');
	document.write(' swLiveConnect=FALSE NAME="script" ALIGN=""');
	document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
	document.write(' </EMBED>');
	document.write(' </OBJECT>');
}


