function bmme( service ) {
	var thisURL = encodeURIComponent( location.href );
	var thisTitle = encodeURIComponent( document.title );
	
	if ( service=='delicious' ) {
		window.open('http://del.icio.us/post?url='+thisURL+'&title='+thisTitle);
	}
	else if ( service=='mrwong' ) {
		window.open('http://www.mister-wong.de/index.php?action=addurl&bm_url='+thisURL+'&bm_description='+thisTitle);
	}
	else if ( service=='google' ) {
		window.open('http://www.google.com/bookmarks/mark?op=add&hl=de&bkmk='+thisURL+'&title='+thisTitle);
	}
	else if ( service=='webnews' ) {
		window.open('http://www.webnews.de/einstellen?url='+thisURL+'&title='+thisTitle);
	}
	else if ( service=='yigg' ) {
		window.open('http://yigg.de/neu?exturl='+thisURL+'&exttitle='+thisTitle);
	}
	else if ( service=='yahoo' ) {
		window.open('http://myweb2.search.yahoo.com/myresults/bookmarklet?u='+thisURL+'&t='+thisTitle);
	}
	else if ( service=='digg' ) {
		window.open('http://digg.com/submit?phase=2&url='+thisURL+'&title='+thisTitle);
	}
}
