function emailFriend() {
	openExternal("http://www.novell.com/info/sendemail.jsp?url="+escape(location.href),535,400);
}

function diggThis() {
	openExternal("http://digg.com/submit?phase=2&url="+escape(location.href));
}

function bookmarkDelicious() {
	openExternal("http://del.icio.us/post?url="+escape(location.href));
}

function slashdotThis() {
	openExternal("http://slashdot.org/slashdot-it.pl?op=basic&url="+escape(location.href));
}

$(document).ready(function(){
	$("#share_email").hide();
});