jQuery.noConflict();var $j=jQuery;var CD=CD||{};CD.lightbox={show:function(divID,focusID){var lightboxBg,contentHeight,lightboxHeight,windowHeight;$j('#'+divID).show();lightboxBg=document.createElement('div');lightboxBg.setAttribute('id','lightbox_bg');$j('body').append(lightboxBg);contentHeight=$j(document).height();lightboxHeight=$j('#'+divID).height();windowHeight=$j(window).height();if(contentHeight>windowHeight){$j('#lightbox_bg').css('height',contentHeight+'px');}else{$j('#lightbox_bg').css('height',windowHeight+'px');}
if(focusID){$j('#'+focusID).focus();}},hide:function(divID){$j('#'+divID).hide();$j('#lightbox_bg').remove();}};CD.setLang=function(lang){if(!lang){return false;}
var newloc=(window.location.href.replace(/[\?&](show_lang|lang)=(\w+|\d+)/gi,'')+'&lang='+lang+'&show_lang='+lang).replace(/[\?&]/,'?');window.location.href=newloc;};CD.swapAttributes=function(a,b){for(c in a)$j(b).attr(c,a[c]);};$j(document).ready(function(){$j('#navigation .nav_login, #utility .login a, #header .member_login a').click(function(event){event.preventDefault();CD.lightbox.show('login_lightbox','login_handle');});$j('#login_lightbox .close').click(function(){CD.lightbox.hide('login_lightbox');});$j('#utility .greeting, #navigation .page > ul > li').hover(function(){$j(this).addClass('active');},function(){$j(this).removeClass('active');});$j('#utility .content_filter input:radio').change(function(){var filterValue,filterURL;filterValue=$j(this).val();filterURL=$j('#utility .content_filter').attr('filterURL');window.open(filterURL+'&NO_EROTIC='+filterValue+'&test=1','_self','');});$j('#navigation .nav_members_near_me').click(function(event){event.preventDefault();$j('form[name=dropdownSearch]').submit();});$j('#navigation .nav_im, #tmpl_live .im_chat_block h2 a, #im_chat_container .pop_up').click(function(event){event.preventDefault();launchMenu('&no_warning=1&downloadable=1');});$j('.newWindowPopup').click(function(event){CD.url=$j(this).attr("href");CD.windowName=null==$j(this).attr("name")?"popUp":$j(this).attr("name");CD.windowSize=$j(this).attr("rel");window.open(CD.url,CD.windowName,CD.windowSize);event.preventDefault();});$j('#footer .languages ul a').click(function(event){var anon,language;anon=$j('#footer .languages').attr('data-anon');if(anon!=='0'){event.preventDefault();language=$j(this).attr('class');CD.setLang(language);}});$j('#hottest_albums_container a.thumb, #im_chat_container a.thumb').hover(function(){info_icon(this);},function(){hide_info();});$j('#search_button_href').click(function(event){var status=$j(this).attr('class');if(status){$j(this).removeClass('active');}else{$j(this).addClass('active');}});});
