function gotoblog(){
 $.post("./blog/user/login", { habari_username: "admin", habari_password: "admin" },function(data){  } );
}
