//side Nav accordian$(function () { 				$('li.drawer h2:not(.open)').next().hide();				$('h2.drawer-handle').click(function () {				$('h2.open').removeClass('open').next().slideUp('slow');				$(this).addClass('open').next().slideDown('slow');			});		});//rotator for adds and links(function($){     $.fn.shuffle = function() {         var allElems = this.get(),            getRandom = function(max) {                return Math.floor(Math.random() * max);            },            shuffled = $.map(allElems, function(){                var random = getRandom(allElems.length),                    randEl = $(allElems[random]).clone(true)[0];                allElems.splice(random, 1);                return randEl;           });         this.each(function(i){            $(this).replaceWith($(shuffled[i]));        });         return $(shuffled);     }; })(jQuery);$(function() {    $("#adBarRt span").shuffle();});$(function() {    $("#p7ABc1_2 span").shuffle();});$(function() {    $("#partVenueLink div.linkBox").shuffle();});$(function() {    $("#artistLink div.linkBox").shuffle();});$(function() {    $("#oshSitesLink div.linkBox").shuffle();});$(function() {    $("#wisResLink div.linkBox").shuffle();});$(function() {    $(".thisMonth span").shuffle();});//fancybox$(function() {			$("a.fancy").fancybox();		});$(function() {			$("a.popup").fancybox();		});
