function socialBookmark(strType) {
	if(strType == 'Mister Wong') {
		location.href='http://www.mister-wong.de/index.php?action=addurl&bm_url='+encodeURIComponent(location.href)+'&bm_description='+encodeURIComponent(document.title)+'&bm_tags=Blu-ray';
	} else if(strType == 'del.icio.us') {
			location.href='http://del.icio.us/post?v=2&url='+encodeURIComponent(location.href)+'&notes=&tags=&title='+encodeURIComponent(document.title);
	} else if(strType == 'YiGG') {
		location.href='http://www.yigg.de/neu?exturl='+encodeURIComponent(location.href);
	} else if(strType == 'Google') {
		location.href='http://www.google.com/bookmarks/mark?op=add&hl=de&bkmk='+encodeURIComponent(location.href)+'&annotation=&labels=Blu-ray&title='+encodeURIComponent(document.title)+'&nui=1';
	} else if(strType == 'Yahoo MyWeb') {
		location.href='http://myweb.yahoo.com/myresults/bookmarklet?ei=UTF-8&t='+encodeURIComponent(document.title)+'&d=&tag=Blu-ray&u='+encodeURIComponent(location.href);
	} else if(strType == 'BlinkList') {
		location.href='http://www.blinklist.com/index.php?Action=Blink/addblink.php&Description=&Tag=blu-ray&Url='+encodeURIComponent(location.href)+'&Title='+encodeURIComponent(document.title);
	} else if(strType == 'OneView') {
		location.href='http://www.oneview.de/quickadd/neu/addBookmark.jsf?URL='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title);
	} else if(strType == 'Linkarena') {
		location.href='http://linkarena.com/bookmarks/addlink/?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title)+'&desc=&tags=Blu-ray';
	} else if(strType == 'Folkd') {
		location.href='http://www.folkd.com/page/submit.html?url='+encodeURIComponent(location.href);
	} else if(strType == 'Furl') {
		location.href='http://www.furl.net/storeIt.jsp?u='+encodeURIComponent(location.href)+'&keywords=&t='+encodeURIComponent(document.title);
	} else if(strType == 'Facebook') {
		location.href='http://www.facebook.com/share.php?u='+encodeURIComponent(location.href);
	}
}