
$.fn.fancybox.defaults.overlayColor='#000';$(document).ready(function(){var cookiesEnabled=areCookiesEnabled();if(!cookiesEnabled)
{$('.cookieWarning').show();}
else
{$('.cookieWarning').hide();}
$('a').focus(function(){this.blur();});$(".teaser.tour a[rel=tour]").fancybox({'autoDimensions':true});$('#gameTourContent .playNowLink').css('cursor','pointer').click(function(){$.fancybox.close();$('#dynastyname').focus();return false;});$("a[rel=gallery]").fancybox({'titlePosition':'over','titleFormat':function(title,currentArray,currentIndex,currentOpts){return'<span id="fancybox-title-over"><span class="bold">'+(title.length?title:'')+'</span> '+TXT_IMAGE+(currentIndex+1)+'/'+currentArray.length+'</span>';}});$("#wp0").fancybox();$("#wp1").fancybox();$('.media .imageframe').hover(function(){$(this).find('.wallpaperSizes').show();},function(){$(this).find('.wallpaperSizes').hide();});})
function areCookiesEnabled()
{var testKey="gilde1400cookietest";document.cookie=testKey+"=test";var split=document.cookie.split(testKey+'=');var cookiesEnabled=split.length>1;return cookiesEnabled;}
