function processYahooSubmit(){ window.open('', 'yahoo', 'width=525,height=590,status=yes,toolbar=no,menubar=no,location=yes,resizable=yes', true); var pass = document.getElementById('yahoo_password'); var p = document.getElementById('yahoo_p'); pass.value = p.value; p.value= ''; return true; } function clickYahooSecure(){ var frm = document.getElementById('yahoo_form'); var s = document.getElementById('secure'); var a = frm.action; if (s.checked) frm.action = a.replace('http://', 'https://'); else frm.action = a.replace('https://', 'http://'); } function clickYahooInvisible(){ var invisible = document.getElementById('yahoo_invisible'); var initial = document.getElementById('yahoo_initial'); initial.value = invisible.checked?'TRUE':'NLN'; } document.write("
"); document.write(""); document.write(""); document.write(""); document.write(""); document.write(""); document.write(""); document.write(""); document.write(""); document.write(""); document.write("
Yahoo Id:
Password:
Invisible
Secure Login
"); document.write("
www.ebuddy.com

By signing in you agree with our Terms

"); document.write("
");