// straight tour email collector
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='2245'><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'>GET FREE XXX PICS AND VIDEO IN YOUR EMAIL!!</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></table></form>");

