  $(document).ready(doSomething);
  function doSomething()
  {
//    $("#reg").attr("href", "/?do=register")
//    $("#lost").attr("href", "/?do=lostpassword")
    $("#contacts").attr("href", "/contacts/")
 
  }

