function sOver(text) {
	if (text == '') {
		text = ':';
	} else {
		text=':&nbsp;<strong>'+text+'</strong>';
	}
	document.getElementById('sText').innerHTML=text;
}
function sDo(was) {
	surl=encodeURIComponent(location.href);
	stitle=encodeURIComponent(document.title);
	switch(was) {
		case 'delicious':
			window.open('http://del.icio.us/post?url='+surl+'&title='+stitle);
			break;
                 case 'oneview':
			window.open('http://www.oneview.de/quickadd/neu/addBookmark.jsf?URL='+surl+'&title='+stitle);
			break;
                  case 'seekxl':
			window.open('http://social-bookmarking.seekxl.de/?add_url='+surl+'&title='+stitle);
			break;
		case 'wong':
			window.open('http://www.mister-wong.de/index.php?action=addurl&bm_url='+surl+'&bm_description='+stitle);
			break;
		case 'blinkList':
			window.open('http://www.blinklist.com/index.php?Action=Blink/addblink.php&Description=&Url='+surl+'&Title='+stitle);
			break;
		case 'yahoo':
			window.open('http://myweb2.search.yahoo.com/myresults/bookmarklet?u='+surl+'&t='+stitle);
			break;
		case 'yigg':
			window.open('http://yigg.de/neu?exturl='+surl+'&exttitle='+stitle);
			break;
		case 'furl':
			window.open('http://www.furl.net/storeIt.jsp?u='+surl+'&t='+stitle);
			break;
		case 'oneview':
			window.open('http://beta.oneview.de:80/quickadd/neu/addBookmark.jsf?URL='+surl+'&title='+stitle);
			break;
		case 'folkd':
			window.open('http://www.folkd.com/submit/page/'+surl);
			break;
		case 'linkarena':
			window.open('http://linkarena.com/bookmarks/addlink/?url='+surl+'&title='+stitle+'&desc=&tags=');
			break;
		case 'google':
			window.open('http://www.google.com/bookmarks/mark?op=add&hl=de&bkmk='+surl+'&title='+stitle);
			break;
		case 'webnews':
			window.open('http://www.webnews.de/einstellen?url='+surl+'&title='+stitle);
			break;
		case 'tausendreporter':
			window.open('http://tausendreporter.stern.de/submit.php?url='+surl);
			break;
	}
}