function doBM(bservice) {
	bmurl = encodeURIComponent('http://www.hatim-online.com');
	bmtitle = encodeURIComponent('Hatim-Online.Community - Systematische Koran Lese (Hatim) Portal');
	bmdes = encodeURIComponent('Hatim-Online.Community - ist das weltweit erste und größte, online Koran Hatim Portal.');
	switch(bservice) {
		case 'delicious':
			window.open('http://del.icio.us/post?url='+bmurl+'&title='+bmtitle);
			break;
		case 'mrwong':
			window.open('http://www.mister-wong.de/index.php?action=addurl&bm_url='+bmurl+'&bm_description='+bmtitle);
			break;
		case 'linkarena':
			window.open('http://linkarena.com/bookmarks/addlink/?url='+bmurl+'&title='+bmtitle+'&desc=&tags=');
			break;
		case 'webnews':
			window.open('http://www.webnews.de/einstellen?url='+bmurl+'&title='+bmtitle);
			break;
		case 'yigg':
			window.open('http://yigg.de/neu?exturl='+bmurl+'&exttitle='+bmtitle);
			break;
		case 'google':
			window.open('http://www.google.com/bookmarks/mark?op=add&hl=de&bkmk='+bmurl+'&title='+bmtitle);
			break;
		case 'digg':
			window.open('http://digg.com/submit?phase=2&amp;url='+bmurl+'&amp;title='+bmtitle);
			break;
		case 'yahoo':
			window.open('http://myweb2.search.yahoo.com/myresults/bookmarklet?u='+bmurl+'&amp;t='+bmtitle);
			break;
		case 'alltagz':
			window.open('http://www.alltagz.de/bookmarks/?action=add&popup=1&address='+bmurl+'&title='+bmtitle+'&description='+bmdes);
			break;
	}
}

