var title = document.title
var loc = document.location
function sendit(){
document.write ('<a href="' + loc + '">' + title + '</a> <a href="mailto:?subject=' + title + '&body=' + loc + '"> <img src="arrowright.gif"> Σύσταση σε φίλο</a>')
}
