function goSubmitEmail(){
	//validate email
	if( !( document.clubSignup.email.value.match( /(\w[-._\w]*\w@\w[-._\w]*\w\.\w{2,3})/) ) ){	
		//alert('error');
		document.clubSignup.email.value = "Please correct your email.";
		document.clubSignup.email.style.color = "#ff6666";
	} else {
		document.clubSignup.submit();
	}
}


var buttonTag = "";

buttonTag += "<tr>";
buttonTag += "<td class=\"toplink\" valign=\"top\">";
buttonTag += "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">";
buttonTag += "<tr>";
buttonTag += "<td align=\"right\"><img src=\"http://www.stellarspa.com/images/spacer.gif\" alt=\"\" border=\"0\" width=\"580\" height=\"84\"></td>";
buttonTag += "<td align=\"right\" valign=\"top\">";
buttonTag += "<form action=\"http://www.stellarspa.com/scripts/php/join-club-stellar.php\" method=\"post\" name=\"clubSignup\" id=\"clubSignup\" style=\"padding:0px;margin:0px;\">";
buttonTag += "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">";
buttonTag += "<tr>";
buttonTag += "<td>";
buttonTag += "<table width=\"202\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">";
buttonTag += "<tr>";
buttonTag += "<td colspan=\"2\" style=\"width:198;padding-top:0px;\">";
buttonTag += "<table width=\"198\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">";
buttonTag += "<tr>";
buttonTag += "<td align=\"left\" style=\"width:148px;\"><input type=\"text\" name=\"email\" value=\" Sign up for emails\" class=\"toplinkinput\" style=\"height:19px;width:147px;padding:0px;margin-right:5px;\" onFocus=\"this.style.color = '#999999';this.value='';\"></td>";
buttonTag += "<td align=\"right\" valign=\"top\"><a href=\"#\" onClick=\"goSubmitEmail();\"><img src=\"http://www.stellarspa.com/images/ss_submit_button_26.gif\" alt=\"\" border=\"0\" align=\"absmiddle\"></a></td>";
buttonTag += "</tr>";
buttonTag += "</table>";
buttonTag += "</td>";
buttonTag += "</tr>";
buttonTag += "<tr>";
buttonTag += "<td colspan=\"2\" style=\"width:194;padding-top:2px;\">";
buttonTag += "<table width=\"194\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">";
buttonTag += "<tr>";
buttonTag += "<td valign=\"middle\" class=\"toplink\" align=\"left\">";
buttonTag += "<a href=\"http://order.store.yahoo.net/cgi-bin/wg-order?stellarspa\" class=\"toplink\">View Your Cart</a>";
buttonTag += "</td>";
buttonTag += "<td valign=\"middle\" class=\"toplink\">&nbsp;|</td>";
buttonTag += "<td valign=\"middle\" class=\"toplink\" align=\"right\">";
buttonTag += "<a href=\"http://www.shopstellarspa.com/express-checkout.html\" class=\"toplink\">Express Checkout</a>";
buttonTag += "</td>";
buttonTag += "</tr>";
buttonTag += "</table>";
buttonTag += "</td>";
buttonTag += "</tr>";
buttonTag += "<tr>";
buttonTag += "<td style=\"width:124px;padding-top:20px;\">";
buttonTag += "<table width=\"124\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">";
buttonTag += "<tr>";
buttonTag += "<td class=\"toplinkplus\" style=\"width:94px;\">&nbsp;</td>";
//buttonTag += "<td align=\"left\" valign=\"top\" style=\"width:21px;padding-right:3px;padding-bottom:2px;\"><a href=\"http://foursquare.com/venue/12547\" target=\"blank\"><img src=\"http://www.stellarspa.com/images/ss_foursquare_18x18r.gif\" alt=\"\" border=\"0\"></a></td>";
buttonTag += "<td align=\"left\" valign=\"top\" valign=\"top\" style=\"width:21px;padding-right:3px;padding-bottom:2px;\"><a href=\"http://twitter.com/stellarspa\"  target=\"blank\"><img src=\"http://www.stellarspa.com/images/ss_twitter_18x18r.gif\" alt=\"\" border=\"0\"></a></td>";
buttonTag += "<td align=\"left\" valign=\"top\" valign=\"middle\" style=\"width:21px;padding-right:3px;padding-bottom:2px;\"><a href=\"http://www.facebook.com/pages/Corte-Madera-CA/Stellar-Spa/126490330736100\" target=\"blank\"><img src=\"http://www.stellarspa.com/images/ss_facebook_18x18r.gif\" alt=\"\" border=\"0\"></a></td>";
buttonTag += "</td>";
buttonTag += "</tr>";
buttonTag += "</table>";
buttonTag += "</td>";
buttonTag += "<td valign=\"bottom\" align=\"right\"  style=\"width:78px;padding-left:0px;padding-right:4px;margin-top:4px;\"><iframe src=\"http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.stellarspa.com%2F&amp;layout=button_count&amp;show_faces=false&amp;width=78&amp;action=like&amp;font&amp;colorscheme=light&amp;height=21\" scrolling=\"no\" frameborder=\"0\" style=\"border:none; overflow:hidden; width:78px; height:21px;\" allowTransparency=\"true\"></iframe></td>";
buttonTag += "</tr>";
buttonTag += "</table>";
buttonTag += "</td>";
buttonTag += "</tr>";
buttonTag += "</table>";
buttonTag += "</form>";
buttonTag += "</td>";
buttonTag += "</tr>";
buttonTag += "</table>";
buttonTag += "</td>";
buttonTag += "</tr>";
