function doBM(bservice) {
	bmurl = encodeURIComponent('http://www.epost4you.de');
	bmtitle = encodeURIComponent('epost4you.de - Die kostenlose und anonyme sofort Email-Adresse - ohne Registierung');
	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 'layerads': 		
			window.open('http://layer-ads.de/refer.php?48688');
			break;
		case 'kostenlos': 		
			window.open('http://www.kostenlos.de');
			break;
		case 'yoodo': 		
			window.open('http://www.yoodo.eu');
			break;
		case 'linktausch': 		
			window.open('http://www.linktausch.at');
			break;
		case 'linkpilot': 		
			window.open('http://www.linkpiloten.de');
			break;
		case 'download': 		
			window.open('http://www.firstload.de/affiliate/log.php?log=30965');
			break;

			
			
	}	
}

