function print_bookmark_link(mes, title) {
var tempAgent = navigator.userAgent;
if (tempAgent.indexOf('MSIE') >=0)
return '<a href="#" onClick="if (document.all) {window.external.AddFavorite(location.href,document.title); return false;}"  title="запомнить страницу">' + title + '</a>';
else 
 return '<a href="'+location.href+'" rel="sidebar" title="' + mes +'">' + title + '</a>'; 
}


function spammersmustdie(txt) {
var d="show";		
var tt="back";
var ta="feed";
var s="com";
var sr="hitech";
var mail = ta + tt + (String.fromCharCode(64)) + sr + d + "." + s;
document.write("<a title='e-mail' href='mailto:"+mail+"'>"+txt+"</a>");
}
