<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script type="text/javascript" src="http://www.fashionweekend.com.au/js/jquery/jquery-1.3.2.min.js"></script>

<script type="text/javascript" src="http://www.fashionweekend.com.au/js/jquery/jquery.validate.js"></script>

<link type="text/css" rel="stylesheet" href="http://www.fashionweekend.com.au/html/css/screen.css" />
	<!-- Cufon -->
  <script src="http://www.fashionweekend.com.au/html/js/cufon-yui.js" type="text/javascript"></script>
	<script src="http://www.fashionweekend.com.au/html/js/HelveticaNeue_700.font.js" type="text/javascript"></script>

	<script type="text/javascript">
      Cufon.replace('h1');
		Cufon.replace('h2');
		Cufon.replace('h3');
		Cufon.replace('h4');
		Cufon.replace('h5');
		Cufon.replace('span');
   </script>  


<script type="text/javascript" >

	$(document).ready(function() {

      $("#newsletter_form").validate({
        rules: {
          email: {// compound rule
          email: true,
          required: true
         },
'CustomFields[13]': "required",
'CustomFields[2]': "required"
	}
      });

    });


</script>

</head>
<body>



<html>
<head>
</head>
<body>
<div style="width:500px;padding:16px;">
<h2>Newsletter Sign-up</h2>
                     <form method='post' action='http://engage.enteract.com.au/sendstudio/form.php?form=767' id='newsletter_form' >
                       <input type="hidden" name="format" value="HTML" />
                       <input type="hidden" name="CustomFields[143]" id="CustomFields_143_767" value="website">

                            <table border='0' width='470' cellpadding='8' cellspacing ='8' class='myForm'>
                                                      <tr>
                              <td width='170' align='right'><span class="required">*</span>&nbsp;
                           Your email address :</td>
                              <td width='300' align='left'><input type="text" name="email" value="" style="width:300px;"></td>
                           </tr>
<tr>
                              <td width='170' align='right'>Firstname :</td>
                              <td width='300' align='left'><input type="text" name="CustomFields[2]" id="CustomFields_2_767" value="" style="width:300px;"></td>
                           </tr>
                           <tr>
                              <td width='170' align='right'>Surname :</td>
                              <td width='300' align='left'><input type="text" name="CustomFields[13]" id="CustomFields_13_767" value="" style="width:300px;"></td>
                           </tr>
                           <tr>
                              <td width='170' align='left'>&nbsp;</td>
                              <td width='300' align='left'><br><input type='submit' value='Subscribe'></td>
                           </tr>
                        </table>
                     </form>
</div>
</body>
</html>



</body>
</html>