//************************************************//
//   Copyright 2005 All Rights Reserved	  	      //
//   jsController.js                              //
//   Ryan White 06-02-2006                        //
//************************************************//

window.onload=function()
{
                                                  
  levelling();
  
  externalLinks();
    
  attachTextLimit(); 
  
  attachFormStyle();
  
  attachFormValidation();
}




////////////////////////////////////////////////////