;eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('3 v(){1 d={j:w,7:x};d.$2=$(\'2\');d.$4=$(\'#4\');d.$5=$(\'#5-y\');d.k=d.$4.z();d.8=d.$2.l();d.9=d.$5.l();1 e=\' \'+d.$2.g(\'m\')+\' \';1 f=(e.n(" h ")<0)?d.8:-d.9;d.$5.A().i(\'6\',f+\'B\').C().o({6:d.k.6},d.j,D,3(){d.$4.E(\'p\');d.$2.i(\'q\',d.$2.i("q"))});$(\'a.6, a.h\').F("r",3(){$(G).r(3(){s t});1 a=$(u).g("H");1 b=\' \'+$(u).g(\'m\')+\' \';1 c=(b.n(" h ")<0)?-d.9:c=d.8;d.$5.o({6:c},d.7);d.$4.I(\'p\');J(3(){K.L=a},d.7);s t})}',48,48,'|var|body|function|wrapper|content|left|endTime|width_body|width_content|||||||attr|right|css|startTime|position|outerWidth|class|indexOf|animate|loaded|background|click|return|false|this|pageMovement|1500|1000|wrap|offset|hide|px|show|null|addClass|live|document|href|removeClass|setTimeout|window|location'.split('|'),0,{}));

$(document).ready(function() {
	// image hover
	//$('ul.eightup li img').fadeTo('fast', 0.4).hover(function(){$(this).fadeTo('slow', 1);}, function(){$(this).fadeTo('slow', 0.4);});
	// link hover with fade
	$('a:not(".active")').not('.current').not('.logo').hover(function() {$(this).not($(":has(img)")).css({'opacity': 0.3}).fadeTo('slow', 1);}, function() {$(this).not($(":has(img)")).css({'opacity': 0.3}).fadeTo('slow', 1);});
	// page move
	pageMovement();
	// submenu fade
	$('li.n01, ul.subnav').hover(function() {$('ul.subnav:not(".show")').stop(true, true).fadeIn('slow');}, function() {$('ul.subnav:not(".show")').stop(true, true).delay(400).fadeOut('slow');});
	$('ul.subnav').hide().filter('.show').delay(1500).fadeTo('slow', 1);
	// back click function
	$('#main a:contains("Back")').click(function(){window.history.back(-1);return false;});
	// firefox back active
	if(window.addEventListener) window.addEventListener('beforeunload', function(){}, false);
});
