// Lavalamp
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}('(1($){$.r.s=1(o){o=$.t({d:"u",f:v,6:1(){}},o||{});g 2.h(1(){w b=$(2),7=1(){},$4=$(\'<3 i="4"><j i="8"></j></3>\').x(b),$3=$("3",2),5=$("3.k",2)[0]||$($3[0]).y("k")[0];$3.z(".4").l(1(){9(2)},7);$(2).l(7,1(){9(5)});$3.6(1(e){c(2);g o.6.A(2,[e,2])});c(5);1 c(a){$4.B({"8":a.m+"n","p":a.q+"n"});5=a};1 9(a){$4.h(1(){$(2).C()}).D({p:a.q,8:a.m},o.f,o.d)}})}})(E);',41,41,'|function|this|li|back|curr|click|noop|left|move|||setCurr|fx||speed|return|each|class|div|current_page_item|hover|offsetLeft|px||width|offsetWidth|fn|lavaLamp|extend|linear|500|var|appendTo|addClass|not|apply|css|dequeue|animate|jQuery'.split('|'),0,{}))

// On Ready
jQuery(document).ready(function() {
	$(".Navi ul").lavaLamp({
		fx: "linear", 
		speed: 100,
		click: function(event, menuItem) {
			return true;
		}
	});
});