function social(tobj) {
	
	f = Math.round(Math.random());
	
	title_pre = (f!=1) ? 'Chat-Zitate und lustige Sprüche aus ICQ, MSN, IRC und allgemeinem Chatrooms' : 'zitatelounge de - Chat-Zitate und lustige Sprüche, sprüche, chat-zitate';
	
	url = encodeURIComponent('http://www.zitatelounge.de/');
	title = encodeURIComponent(title_pre);
	
	tags1 = encodeURIComponent('zitate, chat, sprüche, lustig, chat-zitate, icq, msn, coole sprüche, lachen, fun');
	tags2 = encodeURIComponent('zitate chat sprüche lustig chat-zitate icq msn coole sprüche lachen fun');
	
	switch(tobj) {		
		case 'delicious':
			window.open('http://delicious.com/save?v=5&amp;noui&amp;jump=close&amp;url='+url+'&title='+title);
		break;
		case 'mrwong':
			window.open('http://www.mister-wong.de/?action=addurl&copy=true&bm_url='+url+'&bm_description='+title+'&bm_tags='+tags2);
		break;
		case 'oneview':
			window.open('http://www.oneview.de/quickadd/neu/addBookmark.jsf?URL='+url+'&title='+title);
		break;
	}	
}
