objects = document.getElementsByTagName("object");
for (var i = 0; i < objects.length; i++)
{
    objects[i].outerHTML = objects[i].outerHTML;
}

function siteFantabulous()
{

	document.write('<table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%"><tr><td width="100%" align="center">')
	document.write('<OBJECT 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(' ID="select" WIDTH="100%" HEIGHT="100%" ALIGN="">');
	document.write(' <PARAM NAME=movie VALUE="fanta_crabe.swf"> <PARAM NAME=loop VALUE=false> <PARAM NAME=menu VALUE=false> <PARAM NAME=quality VALUE=best> <PARAM NAME=bgcolor VALUE=#0F0101>  ');
	document.write(' <EMBED src="fanta_crabe.swf" loop=false menu=false quality=best bgcolor=#0F0101 \n');
	document.write(' swLiveConnect=FALSE WIDTH="100%" HEIGHT="100%" NAME="select" ALIGN=""')
	document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">')
	document.write(' </EMBED>')
	document.write(' </OBJECT>')
	document.write('</td></tr></table>')

}
