// JavaScript Document
function RunCenter()
{
	document.writeln('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" ');
	document.writeln('codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"  width="426" height="50">\n');
	document.write('<param name="movie" value="http://list.infousa.com/images/listbazaar/R2/Flash/dotcom_index_center_3.swf">\n');
	document.write('<param name="quality" value="high">\n');
	document.writeln('<param name="wmode" value="opaque" />');
	document.write('<embed src="/images/listbazaar/R2/Flash/dotcom_index_center.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="426" height="50"></embed>\n');
	document.write('</OBJECT>\n');
}