function moderuj(adres)
{


 if(confirm("Jesteś pewien, że chcesz wysłać ten post do Moderatorów?")) 
 { 
document.location.href = adres;
return true;
 } 

}



