function go(){
document.subscrform.method="post";

document.subscrform.action="index-5.html";

document.subscrform.submit();

}
