function loadbanner()
{

document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0"');
document.write(' width="900" height="400" align=top>');
document.write('  <param name="movie" value="libraryTheme/li.swf">');
document.write('  <param name="quality" value="high">');
document.write('  <param name="bgcolor" value="#FFFFFF">');
document.write('  <param name="wmode" value="transparent">');
document.write('  <EMBED src="libraryTheme/li.swf"');
document.write('		 quality="high" bgcolor="#FFFFFF" swLiveConnect="true"');
document.write('		 width="900" height="400"');
document.write('		 type="application/x-shockwave-flash"');
document.write('			 pluginspage="http://www.macromedia.com/go/getflashplayer">	');
document.write('  </EMBED>');
document.write('  </OBJECT>');
}

