function social(tobj) {
	url = encodeURIComponent('http://www.kostenlose-online-gewinnspiele.de');
	title = encodeURIComponent('Kostenlose Online Gewinnspiele - Autos, Reisen, Luxus, Bargeld und mehr...');
	
	tags1 = encodeURIComponent('kostenlos, gewinnspiele, gewinnen, autos, reisen, luxus, bargeld, gratis');
	tags2 = encodeURIComponent('kostenlos gewinnspiele gewinnen autos reisen luxus bargeld gratis');
	
	switch(tobj) {		
		case 'delicious':
			window.open('http://del.icio.us/post?url='+url+'&title='+title);
			break;
		case 'mrwong':
			window.open('http://www.mister-wong.de/index.php?action=addurl&bm_url='+url+'&bm_description='+title);
			break;
		case 'linkarena':	
			window.open('http://linkarena.com/bookmarks/addlink/?url='+url+'&title='+title+'&desc='+title+'&tags='+tags2);
			break;
		case 'webnews': 		
			window.open('http://www.webnews.de/einstellen?url='+url+'&title='+title);
			break;
		case 'yigg':
			window.open('http://yigg.de/neu?exturl='+url+'&exttitle='+title);
			break;	
		case 'google': 		
			window.open('http://www.google.com/bookmarks/mark?op=add&hl=de&bkmk='+url+'&title='+title+'&labels='+tags1);
			break;
	}	
}

