function myPreload(img_src){var d=document;if(d.images){if(!d.p){d.p=new Array();}var key=d.p.length;d.p[key]=new Image;d.p[key].src=img_src;}}
function preloadImages(){var a=preloadImages.arguments;for(i=0;i<a.length;i++){if(a[i].indexOf("#")!=0){myPreload(a[i]);}}}
function setRoleAttr(){
if($('#header')){$('#header').attr('role','banner');}
if($('#navi')){$('#navi').attr('role','navigation');}
if($('#col3')){$('#col3').attr('role','main');}
if($('#footer')){$('#footer').attr('role','contentinfo');}
}
$(document).ready(function(){
  setRoleAttr();initFancyBox();
  $('#box_social').show();
  $('.googlebutton').click(function(){
    $('#box_social_content_inner').html('<g:plusone></g:plusone><script type="text/javascript" src="https://apis.google.com/js/plusone.js">{lang:"de"}</script>');
    $.getScript('http://platform.twitter.com/widgets.js');
	$('#box_social_content').fadeIn();
	return false;
  });
  $('.twitterbutton').click(function(){
	$('#box_social_content_inner').html('<a href="http://twitter.com/share" class="twitter-share-button"></a>');
    $.getScript('http://platform.twitter.com/widgets.js');
	$('#box_social_content').fadeIn();
	return false;
  });
  $('.facebookbutton').click(function(){
    $('#box_social_content_inner').html('<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com/pages/Snowcompany-Kleinwalsertal/199487101031%2F&amp;layout=button_count&amp;show_faces=false&amp;width=105&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none;overflow:hidden;width:105px;height:21px;"></iframe><p><a href="http://www.facebook.com/pages/Snowcompany-Kleinwalsertal/199487101031" target="_blank">SnowCompany auf Facebook</a></p>');
	$('#box_social_content').fadeIn();
	return false;
  });
});
function closeSocialBox(){
  $('#box_social_content').fadeOut();
  $('#box_social_content_inner').html('');
}
function initFancyBox(){var lb_els=$("a[rel^='lightbox']");if(lb_els.size()>0){$.getScript('https://tools.werbewind.com/js/jquery-1.4.2/fancybox/jquery.fancybox-1.3.1.pack.js',function(){$("a[rel^='lightbox']").fancybox({"speedIn":600,"speedOut":200,"overlayShow":true,"titlePosition":"outside","overlayOpacity":0.85,"titleShow":true,"overlayColor":'#222'})});$.getScript('https://tools.werbewind.com/js/jquery-1.4.2/fancybox/jquery.easing-1.3.pack.js');$.getScript('https://tools.werbewind.com/js/jquery-1.4.2/fancybox/jquery.mousewheel-3.0.2.pack.js');$('head').append($('<link rel="stylesheet" href="https://tools.werbewind.com/js/jquery-1.4.2/fancybox/jquery.fancybox-1.3.1.css" type="text/css" media="screen" />'))}}
