
document.write ("<BR><BR></td>");
document.write ("<td width=18  background=images/img01_13.gif  NOWRAP></td>");
document.write ("</tr></table>");
document.write ("<table cellspacing=0 cellpadding=0 border=0><tr>");
document.write ("<td width=195 height=5 background=images/img01_12.gif NOWRAP></td>");
document.write ("<td width=565 NOWRAP bgcolor=#424242></td>");
document.write ("<td width=18 height=5 background=images/img01_14.gif NOWRAP></td>");
document.write ("</tr></table>");

document.write ("</BODY>");
document.write ("</HTML>");


function SHOWMOUSEXY() {
	mouseX.value=event.clientX;
	mouseY.value=event.clientY;
}
document.onmousemove=SHOWMOUSEXY;
