document.write("<link rel=STYLESHEET type=text/css href=alpha.css>");

document.write("<br><table width=200 border=0 cellspacing=0 cellpadding=0>");
document.write("<tr><td width=200 height=25 bgcolor=3366cc colspan=3>");
		document.write("<table width=200 border=0 cellspacing=0 cellpadding=0>");
		document.write("<tr><td width=22><img src=images/pageCorner-22x25.gif width=22 height=25 border=0></td>");
			document.write("<td align=center><b><font color=ffffff>Contact Information</font></b></td></tr></table>");
	document.write("</td></tr>");
	document.write("<tr><td width=2 bgcolor=3366cc></td>");
	document.write("<td width=196 bgcolor=ffffff>");
		document.write("<table cellspacing=0 cellpadding=10>");
			document.write("<tr><td>");
            var realName = "IR";
            document.write("<b>E-mail</b>:  &nbsp;<a href='mailto:" + realName + "@alphatrade.com?SUBJECT=Investor Relations'>" + realName + "@alphatrade.com</a><br><b>Phone</b>: &nbsp;604-681-7503");
            document.write("</td></tr></table>")
	document.write("</td>");
	document.write("<td width=2 bgcolor=3366cc></td></tr>");
	document.write("<tr><td height=2 bgcolor=3366cc colspan=3></td></tr>");
document.write("</table>");

document.write("<br><table width=200 border=0 cellspacing=0 cellpadding=0>");
	document.write("<tr><td width=200 height=25 bgcolor=3366cc colspan=3>");
		document.write("<table width=200 border=0 cellspacing=0 cellpadding=0>");
			document.write("<tr><td width=22><img src=images/pageCorner-22x25.gif width=22 height=25 border=0></td>");
			document.write("<td align=center><b><font color=ffffff>Shareholder Information</font></b></td></tr>");
		document.write("</table>");
	document.write("</td></tr>");
	document.write("<tr><td width=2 bgcolor=3366cc></td>");
	document.write("<td width=196 bgcolor=ffffff>");
	document.write("<table cellspacing=0 cellpadding=10>");
		document.write("<tr><td>");
			document.write("<table border=0 cellspacing=1 cellpadding=3 bgcolor=3366cc>");
			document.write("<tr bgcolor=dfefff>");
				document.write("<td width=70><b>Exchange</b></td>");
				document.write("<td width=70><b>Symbol</b></td>");
				document.write("<td width=70><b>WKN</b></td></tr>");
			document.write("<tr bgcolor=ffffff>");
				document.write("<td>OTC BB</td>");
				document.write("<td>APTD</td>");
				document.write("<td>N/A</td></tr>");
			document.write("<tr bgcolor=ffffff>");
				document.write("<td>FSE</td>");
				document.write("<td>TDR</td>");
				document.write("<td>529988</td></tr></table>");
			document.write("</td></tr></table>");
	document.write("</td>");
	document.write("<td width=2 bgcolor=3366cc></td></tr>");
	document.write("<tr><td height=2 bgcolor=3366cc colspan=3></td></tr>");
document.write("</table>");

document.write("<br><table width=200 border=0 cellspacing=0 cellpadding=0>");
	document.write("<tr><td width=200 height=25 bgcolor=3366cc colspan=3>");
		document.write("<table width=200 border=0 cellspacing=0 cellpadding=0>");
			document.write("<tr><td width=22><img src=images/pageCorner-22x25.gif width=22 height=25 border=0></td>");
			document.write("<td align=center><b><font color=ffffff>Transfer Agent</font></b></td></tr></table>");
	document.write("</td></tr>");
	document.write("<tr><td width=2 bgcolor=3366cc></td>");
	document.write("<td width=196 bgcolor=ffffff>");
		document.write("<table cellspacing=0 cellpadding=10>");
			document.write("<tr><td>");
			document.write("<b>Signature Stock Transfer, Inc.</b><br>");
			document.write("2301 Ohio Drive, Suite 100<br>");
			document.write("Plano, Texas  75093<br>");
			document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>Tel:</b> &nbsp;(972) 612-4120<br>");
			document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>Fax:</b> (972) 612-4122");
			document.write("</td></tr></table>");
	document.write("</td>");
	document.write("<td width=2 bgcolor=3366cc></td></tr>");
	document.write("<tr><td height=2 bgcolor=3366cc colspan=3></td></tr>");
document.write("</table>");

function validForm(passForm){
	if(passForm.email.value == "your email address" || passForm.email.value.indexOf("@") == -1 ||
				passForm.email.value.indexOf(".") == -1) {
		alert("Please Enter your Email Address Correctly");
		passForm.email.focus()
		return false
	}
}

document.write("<br><form name='addemailForm' method='POST' onSubmit='return validForm(this)' action='http://www.alphatrade.com/com.alphatrade.servlet.http.news.NewsLetterServlet'>");
document.write("<table width=200 border=0 cellspacing=0 cellpadding=0>");
	document.write("<tr><td width=200 height=25 bgcolor=3366cc colspan=3>");
		document.write("<table width=200 border=0 cellspacing=0 cellpadding=0>");
			document.write("<tr><td width=22><img src=images/pageCorner-22x25.gif width=22 height=25 border=0></td>");
			document.write("<td align=center><b><font color=ffffff>Newsletter Subscription</font></b></td></tr></table>");
	document.write("</td></tr>");
	document.write("<tr><td width=2 bgcolor=3366cc></td>");
	document.write("<td width=196 bgcolor=ffffff>");
		document.write("<table cellspacing=0 cellpadding=10>");
			document.write("<tr><td>To receive emails regarding our news releases and corporate updates, please add your email address and click 'Submit'.<br><br>");
			document.write("<table border=0 cellspacing=0 cellpadding=0>");
				document.write("<tr><td valign='top'>");
					document.write("<input type='Hidden' name='hostName' value='AlphaTrade.comKeepMeInformed'>");
					document.write("<table border='0' cellspacing='0' cellpadding='0'>");
						document.write("<tr><td colspan=2><input type='text' size='25' name='email' value='your email address' style='background:dfefff' onclick='if(email.value==\"your email address\"){email.value=\"\"}'; onBlur='if(email.value==\"\") {email.value=\"your email address\"}';></td></tr>");
						document.write("<tr><td><b>Subscribe</b><input type='radio' name='cmd' value='add' checked></td>");
						document.write("<td><input type='radio' name='cmd' value='remove'><b>Unsubscribe</b></td></tr>");
						document.write("<tr><td><input type='submit' name='submit' value='Submit >'></td>");
						document.write("<td colspan='2' align='center'><a href='privacyStatement.html'>Privacy Policy</a></td></tr></table>");
				document.write("</td></tr></table>");
			document.write("</td></tr></table>");
	document.write("</td>");
	document.write("<td width=2 bgcolor=3366cc></td></tr>");
	document.write("<tr><td height=2 bgcolor=3366cc colspan=3></td></tr></table>");
document.write("</form>");

