$.get('/profile?mode=editprofile&page_profil=notifications', function(datag){
var numero = $('.main-content:contains("Notificações") tr[class*="row"]', datag).size();
var topic1 = $('.main-content:contains("Notificações") .frm-form', datag).html();
var checa = $('.main-content:contains("Notificações") .frm-form .postdetails', datag);
if(checa.length){$('#locv').html('<center><div>'+topic1+'</div><div onclick="window.open(\'/profile?mode=editprofile&page_profil=notifications\',\'_self\')" id="ctrnot" style="text-align: center;padding: 10px 20px;background: none repeat scroll 0% 0% black;color: white;font-weight: bold;cursor: pointer;border-radius: 5px 5px 5px 5px;box-shadow: 0px 0px 20px rgb(173, 173, 173) inset;margin-bottom: 4.5%;">Ir para a Central de Notificações</div></center>');}else{
$('#locv').css('min-width', '27%');
$('#locv').html('<center><div onclick="window.open(\'/profile?mode=editprofile&page_profil=notifications\',\'_self\')" id="ctrnot" style="text-align: center;padding: 10px 20px;background: none repeat scroll 0% 0% black;color: white;font-weight: bold;cursor: pointer;border-radius: 5px 5px 5px 5px;box-shadow: 0px 0px 20px rgb(173, 173, 173) inset;margin-bottom: 4.5%;">Ir para a Central de Notificações</div></center>');
}
if(numero != '0'){$('#notnumber').html('('+numero+')');}
});