function bookmarksite(title, url){
if (document.all)
window.external.AddFavorite(url, title);
else if (window.sidebar)
window.sidebar.addPanel(title, url, "")
}

function clearTextSpaces(str) {
	str.replace("\n", "");
	return str;
}

function MM_callJS(jsStr) { //v2.0
  return eval(jsStr)
}

function sendUrl(){
	var loc=document.location.href;
	var msg="I think this might be interesting";
	var msg2="Check out this url. I found something you might find useful. "
	window.location="mailto:?subject="+msg+"&body="+msg2+loc;
}

