function confirmPost()
{
var agree=confirm("Esti sigur ca vrei sa stergi?");
if (agree)
return true ;
else
return false ;
}

