function MisterWong()
{
	var url = "http://www.mister-wong.de/index.php?action=addurl&bm_url="+encodeURIComponent(location.href)+"&bm_description="+encodeURIComponent(document.title);
	location.href = url;
}

function DelIcioUs()
{
	var url = "http://del.icio.us/post?url="+encodeURIComponent(location.href)+"/&title="+encodeURIComponent(document.title);
	location.href = url;
}

function Google()
{
	var url = "http://www.google.com/bookmarks/mark&op=add&bkmk="+encodeURIComponent(location.href)+"/&title="+encodeURIComponent(document.title);
	location.href = url;
}

