
function _tell_a_friend()
{
dastr = "mailto:?subject=EPILOGICA Article - " + document.title + "&body=%0D%0A%0D%0A%0D%0A";
dastr += location.href + "%0D%0A%0D%0A%0D%0A%0D%0A";
location.href = dastr;
}

function apagorevete_antigrafo(e){
return false
}
function antistrofi(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=apagorevete_antigrafo
document.onclick=antistrofi
}

