var www_u = location.href + "&share=1";
	
function mail2friend(title, url) {
	var edupopup = window.open("/mail2friend.php?title=" + title + "&url=" + url, "mywindow", "width=500,height=500,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,copyhistory=0,resizable=0");
	edupopup.focus();
}

function addFacebook() {
	var edupopup = window.open("http://www.facebook.com/sharer.php?u=" + encodeURIComponent(www_u), "addthis_popup", "toolbar=0,status=0,width=626,height=436");
	edupopup.focus();
}

function addHi5(title, url) {
	var edupopup = window.open("/post2hi5.php?title=" + title + "&url=" + url, "mywindow", "width=500,height=500,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,copyhistory=0,resizable=0");
	edupopup.focus();
}

function addTwitter(title) {
	var edupopup = window.open("http://twitter.com/?status=" + encodeURIComponent(title) + " - " + encodeURIComponent(www_u), "addthis_popup", "toolbar=0,status=0,width=626,height=436");
	edupopup.focus();
}

function addLive(title) {
	var edupopup = window.open("https://favorites.live.com/quickadd.aspx?marklet=1&url=" + encodeURIComponent(www_u) + "&title=" + encodeURIComponent(title), "addthis_popup", "toolbar=0,status=0,width=626,height=436");
	edupopup.focus();
}

function addbookmark() {
	bookmarkurl = window.location.href;
	bookmarktitle = document.title;
	if(window.external) {
		window.external.AddFavorite(bookmarkurl,bookmarktitle)
	}
	else {
		msg = "Your browser does not support this feature.  If you are using Netscape Navigator\n";
		msg = msg + "Click \"Bookmarks\" and then \"Add Bookmark\"  or type \"Ctrl+D\" to add this site to your favorites.";
		alert(msg);
	}
}
