/*
 * functions for n7w-CMS
 */
$(document).ready(function(){$("#superfish ul.menu li").each(function(){if(!document.location.pathname.match(/^\/community/)){if((document.location.pathname.match(/^\/$/)||document.location.pathname.match(/^\/.{2}\/$/)||document.location.pathname.match(/\/index\/$/))&&$(this).attr("class").match(/first/)){$(this).addClass("active-trail")}else{if(!document.location.pathname.match(/^\/$/)&&!document.location.pathname.match(/^\/.{2}\/$/)&&!document.location.pathname.match(/\/index\/$/)&&$(this).attr("class").match(/expanded/)){if($(this).find("a").length>0){if($(this).find("a").attr("href")){if($(this).find("a").attr("href").match(/\/community\/..\/new7wonders/)){$(this).addClass("active-trail")}}}}}}})});$(document).ready(function(){$(".redStartTeaserContent").each(function(){if($(this).children().length==1){}else{$(this).cycle({fx:"fade",random:1,delay:2000,requeueOnImageNotLoaded:false})}})});$(document).ready(function(){$("div.views_slideshow_singleframe_teaser_section").each(function(){$(this).cycle({fx:"fade",random:1,delay:2000,requeueOnImageNotLoaded:false})})});function switchCertType(){$("#payment_certificate #p_form_certorder:checked").each(function(){$("#single_certificate").show();$("#giftpackage").hide()});$("#payment_certificate #p_form_giftcertorder:checked").each(function(){$("#single_certificate").hide();$("#giftpackage").show()})}$(document).ready(function(){switchCertType();$('#payment_certificate input[name="p_form"]').bind("click",function(){switchCertType()})});