function doBM(bservice) {
	bmurl = encodeURIComponent('http://www.wolle-ulm.de');
	bmtitle = encodeURIComponent('Wolles Tattoostudio Ulm');
	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 'icio': 		
			window.open('http://www.icio.de/add.php?url='+encodeURIComponent(location.href));
			break;
		case 'alltags':
			window.open('http://www.alltagz.de/bookmarks/?action=add&address=http://www.wolle-ulm.de&title=Tattoostudio Ulm');
			break;
	}	
}

