function bookmark(anchor){
	title = document.title; 
  	url = window.location.href;  
	if (window.sidebar) {
		window.sidebar.addPanel(title, url,"");
		return false;
	} else if (window.external) {
		window.external.AddFavorite(url, title);
		return false;
	} else if(window.opera && window.print) {
		return true;
	}
}
$(document).ready(function() {
	$(".twitter-widget ul li a[href^='http']:not([href^='"+window.location.host+"'])").attr('target', '_blank');
	window.___gcfg = {lang: 'de'}; // google+
	var socials = ['https://apis.google.com/js/plusone.js', 'http://platform.twitter.com/widgets.js', 'http://connect.facebook.net/de_DE/all.js#xfbml=1'];	
	for (var i = 0; i < socials.length; i++) {
	  	var po = document.createElement('script');
	  	po.type = 'text/javascript';
	  	po.async = true;
		po.src = socials[i];
		var s = document.getElementsByTagName('script')[0];
		s.parentNode.insertBefore(po, s);		
	}	
});



