function UpdateInf() {
 $("#Informer").fadeTo("fast", 0.1);
 $.get("/informer/1", {}, function (Res) {
 eval(Res.replace('document.write', '$("#Informer").html'));
 $("#Informer").fadeTo("fast", 1.0);
 });
}