function YourPass(){
newWin = window.open("","test","width=100,height=100");
results = newWin.prompt("password","******");
if (results != "umaha_11kura"){
alert("NO!");
}else{
newWin.close();
newWin = window.open("","test","width=200,height=100");
newWin.document.open();
newWin.document.write("<html><head></head><body bgcolor='#ffffff'>");
newWin.document.write("<img src='http://hpcounter2.nifty.com/cgi-bin/counter.cgi?u=yfb12026&p=43&c=8'>");
newWin.document.write("</body></html>");
newWin.document.close();
}
}


