// gay
function bigHipValidate() {
     with( document.bigHipForm ) {
         if( email.value.length <= 0 ) {
             alert( 'The Email field is required. Please fill in.' );
             return false;
         }
     }
     return true;
}
document.write("<form name='bigHipForm' method='POST' action='http://moderator.bighip.com/subscribe.jsp' target='_blank' onSubmit='bigHipValidate()'><input type='hidden' name='listid' value='2246'><input type='hidden' name='forward' value='none'><table width='509' border='0' cellpadding='0' cellspacing='3' bgcolor='#E7EDEF' align='center' class='newstitle'><tr> <td width='304' align='center' bgcolor='6478AC'><font color='#FFFFFF'>Subscribe to the Gay Parade Email List!</font></td><td width='136' align='center'><input type='text' name='email' size='35' class='newsletter' onFocus=\"if(this.value=='enter your email here')this.value='';\" onBlur=\"if(this.value=='')this.value='enter your email here';\" value=\"enter your email here\" maxlength='35'></td><td width='75' align='center'><input  type='submit' value='Submit' style='color : #6478AC; FONT-FAMILY: Verdana, Arial, Geneva, Helvetica; FONT-SIZE: 10px' onClick='exit=false'></td></tr><tr><td colspan=3 width=500 align=center><font face=\"Arial, Helvetica, sans-serif\" size=\"1\">When you enter your valid email above, we will send you a verification code immediately. You will need to enter this to continue. Confirm that subscription and you will receive some XXXtra free content in your inbox two or three times a week, along with links to *super* hot sites we love - you can remove from that at any time you like.<br><br>We hate spam as much as you do.  Your email address is safe with us...View our <a target=_new href=\"policy.html\">privacy policy</a></font></td></tr></table></form>");