function placeObject() {
	document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,40,0" WIDTH="999" HEIGHT="351" id="intro">');

	document.write('<PARAM NAME=movie VALUE="bb_index.swf">');
	document.write('<PARAM NAME=loop VALUE=false>');
	document.write('<PARAM NAME=menu VALUE=false>');
	document.write('<PARAM NAME=quality VALUE=high>');
	document.write('<PARAM NAME=salign VALUE=LT>');

	document.write('<EMBED src="bb_index.swf" quality=high WIDTH="999" HEIGHT="351" salign=LT NAME="intro" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
	document.write('</EMBED>');

	document.write('</OBJECT>');
}

function placeObject2() {
	document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,40,0" WIDTH="974" HEIGHT="25" id="intro">');

	document.write('<PARAM NAME=movie VALUE="bb_bluebar.swf">');
	document.write('<PARAM NAME=loop VALUE=false>');
	document.write('<PARAM NAME=menu VALUE=false>');
	document.write('<PARAM NAME=quality VALUE=high>');
	document.write('<PARAM NAME=salign VALUE=LT>');

	document.write('<EMBED src="bb_bluebar.swf" quality=high WIDTH="974" HEIGHT="25" salign=LT NAME="intro" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
	document.write('</EMBED>');

	document.write('</OBJECT>');
}

