/*
Ah, just for robots...
ShaharTal.com
*/
function ShaharTal_PrintMail(u,d,a)
{
   document.write("<a href=\"mailto");
   document.write(":" + u + "@");
   document.write(d + "\">" + a + "</a>");
}
