$(document).ready(function(){$('.hidden').hide();$("h3#eventbrite-reveal").toggle(function(){$(this).addClass("open");$('#eventbrite-hidden').slideDown("normal")},function(){$(this).removeClass("open");$('#eventbrite-hidden').slideUp("fast")});$(".reveal p.revealer").css({cursor:"pointer"});$(".reveal p.revealer").attr({title:"click here for more info"});$(".reveal p.revealer").hover(function(){$(this).addClass("hover")},function(){$(this).removeClass("hover")});$(".reveal p.revealer").toggle(function(){$(this).addClass("open");$(this).next($('.hidden')).slideDown("normal")},function(){$(this).removeClass("open");$(this).next($('.hidden')).slideUp("fast")});if($("body.page-template-about-php #welshcontent").length>0){$("#welshcontent").hide();$("#englishcontent").prepend('<p id="welshreveal"><a href="#null">Fersiwn Gymraeg</a></p>');$("#welshcontent").prepend('<p id="englishreveal"><a href="#null">English Version</a></p>');$("#welshreveal").click(function(){$("#englishcontent").slideUp("normal");$("#welshcontent").slideDown("normal")});$("#englishreveal").click(function(){$("#welshcontent").slideUp("normal");$("#englishcontent").slideDown("normal")})}if(($("body.single-events .welshcontent").length>0)||($("body.post-type-archive-events .welshcontent").length>0)){$(".welshcontent").hide();$(".englishcontent").prepend('<p class="welshreveal"><a href="#null">Fersiwn Gymraeg</a></p>');$(".welshcontent").prepend('<p class="englishreveal"><a href="#null">English Version</a></p>');$(".welshreveal").click(function(){$(this).parents(".main").children(".englishcontent").slideUp("normal");$(this).parents(".main").children(".welshcontent").slideDown("normal");$(this).parent().parent().children("section.Wales h3.info").html("Cymru");$(this).parent().parent().children("section.Ireland h3.info").html("Iwerddon");$(this).parent().parent().parent().children(".eventdata").children().children("span.January").html("Ionawr");$(this).parent().parent().parent().children(".eventdata").children().children("span.February").html("Chwefror");$(this).parent().parent().parent().children(".eventdata").children().children("span.March").html("Mawrth");$(this).parent().parent().parent().children(".eventdata").children().children("span.April").html("Ebrill");$(this).parent().parent().parent().children(".eventdata").children().children("span.May").html("Mai");$(this).parent().parent().parent().children(".eventdata").children().children("span.June").html("Mehefin");$(this).parent().parent().parent().children(".eventdata").children().children("span.July").html("Gorffennaf");$(this).parent().parent().parent().children(".eventdata").children().children("span.August").html("Awst");$(this).parent().parent().parent().children(".eventdata").children().children("span.September").html("Medi");$(this).parent().parent().parent().children(".eventdata").children().children("span.October").html("Hydref");$(this).parent().parent().parent().children(".eventdata").children().children("span.November").html("Tachwedd");$(this).parent().parent().parent().children(".eventdata").children().children("span.December").html("Rhagfyr");$(this).parent().parent().parent().children(".eventdata").children().children("h3.register a").html("Cofrestru ar gyfer y digwyddiad hwn")});$(".englishreveal").click(function(){$(this).parents(".main").children(".welshcontent").slideUp("normal");$(this).parents(".main").children(".englishcontent").slideDown("normal");$(this).parent().parent().children("section.Wales h3.info").html("Wales");$(this).parent().parent().children("section.Ireland h3.info").html("Ireland");$(this).parent().parent().parent().children(".eventdata").children().children("span.January").html("January");$(this).parent().parent().parent().children(".eventdata").children().children("span.February").html("February");$(this).parent().parent().parent().children(".eventdata").children().children("span.March").html("March");$(this).parent().parent().parent().children(".eventdata").children().children("span.April").html("April");$(this).parent().parent().parent().children(".eventdata").children().children("span.May").html("May");$(this).parent().parent().parent().children(".eventdata").children().children("span.June").html("June");$(this).parent().parent().parent().children(".eventdata").children().children("span.July").html("July");$(this).parent().parent().parent().children(".eventdata").children().children("span.August").html("August");$(this).parent().parent().parent().children(".eventdata").children().children("span.September").html("September");$(this).parent().parent().parent().children(".eventdata").children().children("span.October").html("October");$(this).parent().parent().parent().children(".eventdata").children().children("span.November").html("November");$(this).parent().parent().parent().children(".eventdata").children().children("span.December").html("December");$(this).parent().parent().parent().children(".eventdata").children().children("h3.register a").html("Register for this event")})}if($("section#sub ul.accordion").length>0){$("section#sub ul.accordion li ul").hide();$("section#sub ul.accordion li span.month").css({display:'block',cursor:'pointer'});$("section#sub ul.accordion li span.month").click(function(){if($(this).hasClass("open")){$(this).parent().parent().children().children('ul').slideUp("fast");$('.open').removeClass("open")}else{$(this).parent().parent().children().children('ul').slideUp("fast");$(this).parent().children('ul').slideDown("fast");$('.open').removeClass("open");$(this).addClass("open")}})}$("#slideshow ul li a").mouseover(function(){$('.active').addClass("last-active").removeClass("active");$('.open').animate({width:"190px"},200).removeClass("open");$(this).parent('li').addClass("open");var newname=$(this).parent('li').attr("id");$('#img-'+newname).addClass("active");$('.last-active').removeClass()})

if ($("#slides").length > 0){
		$(function(){
			// Set starting slide to 1
			var startSlide = 1;
			// Get slide number if it exists
			//if (window.location.hash) {
				//startSlide = window.location.hash.replace('#','');
			//}
			// Initialize Slides
			$('#slides').slides({
				//preload: true,
				//preloadImage: 'img/loading.gif',
				generatePagination: true,
				play: 5000000,
				pause: 25000000,
				hoverPause: true,
				// Get the starting slide
				start: startSlide
				//,
				//animationComplete: function(current){
					// Set the slide number as a hash
					//window.location.hash = '#' + current;
				//}
			});
		});
}

}); 
