$(document).ready( function() {
	swfobject.embedSWF('/wp-content/themes/effizienzer/images/rss_ani.swf', 'rss_animation', '100%', '100%', '9.0.45', 
			'js/expressinstall.swf', {}, {bgcolor: '', menu: 'false', wmode: 'transparent'}, {id: 'rss_animation'});

	$("a").each( function() {
		var reg = $(this).attr("href");
		if( reg ) 
		{
			if( reg.match( /^\#/i ) )
			{
				$(this).attr("href", "javascript: void(0);").click(function(){
					$.scrollTo(reg, 800);
					document.location.hash = reg;
				});
				
			}
		}
	});
	
	$(".bookmark-services").BookmarkService({ButtonText: "Bookmark setzen", IconDirectory: "/wp-content/themes/effizienzer/images/icons/", AsList: false, FetchTitleFrom: $(".post .content h1")});
	$("#h_kontaktlink a").LightContent({ url: "/kontakt/?ajax=true", title: "Kontakt" });
});