 jQuery(function($) 
         {
          $("#email_address").Watermark("Your E-Mail Address", "#000");
          $("#signup_button").click(function()
                                     {
                                      tb_show('', 'email.html?height=312&width=680&modal=true', '');
                                      return false;
                                     });
        });

