/**
 * @package            csn_et
 * @version            1.0.0
 * @category           JavaScript
 * @author             (csn_) Tails
 * @copyright          CYBER-SYSTEMS Network (c) 2009-2010
 */

jQuery(window).load(function(){jQuery('div#csn_Content a, div#csn_Network a, div#csn_Delta a').each(function(){jQuery(this).stop(true,true).animate({opacity:'1'},'slow').stop(true,true).animate({opacity:'.3'},'slow')});jQuery('#csn_Header, #csn_Footer').each(function(){jQuery(this).hide();jQuery(this).stop(true,true).slideToggle('slow').toggleClass('active')})});jQuery(document).ready(function(){jQuery('a[rel^="FancyBox01"], a[rel^="FancyBox02"], a[rel^="FancyBox03"]').each(function(){jQuery(this).fancybox()});jQuery(window).konami(function(){alert('Мяу! Вы нашли пасхалку! ^_^')});jQuery('div#csn_Content a, div#csn_Network a, div#csn_Delta a').hover(function(){jQuery(this).stop(true,true).animate({opacity:'1'},'slow');return false},function(){jQuery(this).stop(true,true).animate({opacity:'.3'},'slow');return false})});
