var WRInitTime=(new Date()).getTime();
window.addEvent('domready', function(){
	if($chk($('contact-us-form'))){
		new FormCheck('contact-us-form');
	}

    });
function customCheck(el){
  el.errors.push("Username should begin with an uppercase letter");
        return false;
	
alert(el);
}

