/**
 * All rights reserved
 * 
 * @author Kozicki Jakub <kuba.kozicki@gmail.com>
 */
$(document).ready(function(){$.easing.custom=function(f,g,e,j,i){var h=1.70158;if((g/=i/2)<1){return j/2*(g*g*(((h*=(1.525))+1)*g-h))+e}return j/2*((g-=2)*g*(((h*=(1.525))+1)*g+h)+2)+e};$("div.scrollable").scrollable({size:1,easing:"custom",loop:false,speed:1000,clickable:true,navi:"#navi",onSeek:function(){this.getItems().fadeTo(300,1)}});$("div.scrollable").tooltip({tip:"#tooltip",position:["top","center"],offset:[20,0],effect:"slideup",delay:300,onBeforeShow:function(){var f=pages[$("div.scrollable").scrollable().getIndex()];var c=this.getTip().find("a");c.attr("href","http://"+f.href).text(f.href).attr("target","_blank");var e=document.getElementById("tooltip");var d=e.childNodes.length-1;do{e.childNodes.item(d).parentNode.removeChild(e.childNodes.item(d))}while(e.childNodes.length>0&&e.childNodes.item(--d).nodeType==3);this.getTip().find("h3").after(f.desc)}});$("div.items div").click(function(){var c=pages[$("div.scrollable").scrollable().getIndex()];window.open("http://"+c.href)});var a=$(".email").text().replace(/\s*\[at\]\s*/,"@").replace(/\s*\[dot\]\s*/g,".");$(".email").replaceWith('<a class="email" href="mailto:'+a+'">'+a+"</a>");$(".email").parents("ul").eq(0).width(785)});
