<!-- Build the second part of the Title Table string here -->

titleStr="</DIV></FONT></TD></TR>" +
	"<TR>" +
	"<TD colspan=3 VALIGN=BOTTOM><img src='../../images/spacer.gif' width='1' height='10' border='0' alt=''></TD>" +
	"</TR>" +
	"</TABLE>"

<!-- write it -->
document.write(titleStr);

<!-- end title2.js -->


