function WriteFlashTop()
{
	document.writeln( '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" type="application/x-shockwave-flash" data="http://www.ntid.rit.edu/ntidweb/flash/flashtop.swf"  width="800" height="227" class="nobotmargin">');
	document.writeln('<param name="movie" value="http://www.ntid.rit.edu/ntidweb/flash/flashtop.swf" />');
	document.writeln('<embed  src="http://www.ntid.rit.edu/ntidweb/flash/flashtop.swf" width="800" height="227" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>');
	document.writeln('</object>');
}