var _____WB$wombat$assign$function_____=function(name){return (globalThis._wb_wombat && globalThis._wb_wombat.local_init && globalThis._wb_wombat.local_init(name))||globalThis[name];};if(!globalThis.__WB_pmw){globalThis.__WB_pmw=function(obj){this.__WB_source=obj;return this;}}{
let window = _____WB$wombat$assign$function_____("window");
let self = _____WB$wombat$assign$function_____("self");
let document = _____WB$wombat$assign$function_____("document");
let location = _____WB$wombat$assign$function_____("location");
let top = _____WB$wombat$assign$function_____("top");
let parent = _____WB$wombat$assign$function_____("parent");
let frames = _____WB$wombat$assign$function_____("frames");
let opener = _____WB$wombat$assign$function_____("opener");
(function ($, window, document, undefined) {
$( document ).ready(function() {
$('body').prepend('');
var selected = "";
$('#block-views-webring-universes-block .item-list li').click(function(e) {
e.preventDefault();
$('.view-webring-menu .overlayer').slideUp(200);
$('#block-views-webring-universes-block .item-list li a').removeClass('active');
if(selected != $(this).attr('class'))
{
$('.view-webring-menu').find('.'+$(this).attr('class')+' .overlayer').slideDown(500);
selected = $(this).attr('class');
$(this).find('a').addClass('active');
}
else
{
selected = "";
}
});
$('#block-views-webring-universes-block .item-list').find('.views-row-'+webring_universe+" a").css('background-color',webring_site_background);
$('#block-views-webring-universes-block').css('background-color',webring_background);
$('#block-views-webring-universes-block .item-list').find('.views-row-'+webring_universe+' a').css('color',webring_background);
});
})(jQuery, this, this.document);
}