// patch for problem with IE 5 on Mac: does not honour TOP:nnPX in css

   if (document.all && ! window.opera)
		// is MS IE
		document.write("<br>");
