function yearendLookupSubmit() {
		yearendLookupWindow = window.open('','yearendLookupWindow','toolbar=0,location=0,status=1,menubar=1,scrollbars=1,resizable=1,width=520,height=440');
		document.yearendLookup.submit();
		yearendLookupWindow.focus();
}

document.write('<form name=yearendLookup method=post target=yearendLookupWindow action=https:\/\/secure.afa.net\/orders\/yearend.asp><table width=155 border=0 cellpadding=2 cellspacing=0 bgcolor=#CCCCCC><tr><td align=center bgcolor=#333366><font face=arial,helvetica,sans-serif size=-1 color=#ffffff><b>Year-End Statement</b></font></td></tr><tr><td align=center><font face=arial,helvetica,sans-serif size=-2>Enter your E-mail Address:</font></td></tr><tr><td><input name=email type=text id=email size=20 maxlength=100 /></td></tr><tr><td align=center><input type=button onclick="javascript:yearendLookupSubmit()" name=Submit value=Submit></td></tr></table></form>');
