function autoexec()
{
    var validation = new Validation("contact_form", {useTitles: true});
}

Event.observe(window,"load",autoexec,false);
