Right i am not getting the messages that i suppose 2 with this but 1st Emo had done it 4 me it worked fine but now it just dont wana work can some1 see any problems in the code


CODE
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

<html>



<head>

<meta http-equiv="Page-Enter" content="blendTrans(Duration=2.0)">

<meta http-equiv="Page-Exit" content="blendTrans(Duration=2.0)">

<meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>

<title>World Of Gfx </title>

<meta name="keywords" content="Created By lawl" />

<meta name="description" content="Descripton" />

<META name="author" content="Ace" />

<link rel="shortcut icon" href="/favicon.png" />  

<link rel="stylesheet" type="text/css" href="style.css" />

<style type="text/css">

<!--

.style1 {color: #0099FF}

-->

</style>

<script src="scriptaculous/lib/prototype.js" type="text/javascript"></script>
<script src="scriptaculous/src/effects.js" type="text/javascript"></script>
<script type="text/javascript" src="fabtabulous.js"></script>
<script type="text/javascript" src="validation.js"></script>


</head>

<!-- default margin = default layout -->







<div id="container">



    <div id="header">    </div>

<div id="navigation">

<div id="tabs3">

                        <div align="center">

                          Register </div>

</div>

</div>

     <div align="center">

    <div id="main"></div>

<p>&nbsp;</p>  

<p align="center"><form id="reg" name="form1" method="post" action="insert_ac.php">
                        <div class="form-row">
                            <div class="field-label"><label for="field1">Username</label>:</div>
                            <div class="field-widget"><input name="field1" id="field1" class="required" title="Enter your name" /></div>
                        </div>
                        <div class="form-row">
                            <div class="field-label"><label for="field8">Password</label>:</div>
                            <div class="field-widget"><input type="password" name="field8" id="field8" class="required validate-password" title="Enter a password greater than 6 characters" /></div>
                        </div>
                        <div class="form-row">
                            <div class="field-label"><label for="field9">Confirm Password</label>:</div>
                            <div class="field-widget"><input type="password" name="field9" id="field9" class="required validate-password-confirm" title="Enter the same password for confirmation" /></div>
                        </div>

<div class="field-label"><label for="field22">Email</label>:</div>
                            <div class="field-widget"><input name="field22" id="field22" class="required validate-email" title="Optional: Enter your email address" /></div>
                        </div>
<br /><br />
<center><input type="submit" value="Submit" /> <input type="button" value="Reset" onclick="valid.reset(); return false" /></center>
                    </form>
                    <script type="text/javascript">
                        function formCallback(result, form) {
                            window.status = "valiation callback for form '" + form.id + "': result = " + result;
                        }
                        
                        var valid = new Validation('reg', {immediate : true, onFormValidate : formCallback});
                        Validation.addAllThese([
                            ['validate-password', 'Your password must be more than 6 characters and not be 'password' or the same as your name', {
                                minLength : 7,
                                notOneOf : ['password','PASSWORD','1234567','0123456'],
                                notEqualToField : 'field1'
                            }],
                            ['validate-password-confirm', 'Your confirmation password does not match your first password, please try again.', {
                                equalToField : 'field8'
                            }]
                        ]);
                    </script>
<h2 align="center" class="style1">&nbsp;</h2>


    <p align="center"><a href="http://www.worldofgfx.zzl.org/">Home</a> - FAQ - About Us -Screenshots
                </div>
        <div id="footer2">

    <center>

      Microsoft Reg:2194802 Copyright © 2007

Created By Brandon &amp; Alex <a href="http://www.worldofgfx.zzl.org"></a>

    </center>    

</div>

</div>

Please can some1 help Thanks