
$(document).ready(function(){$('#presentation ul').cycle({speed:'800',timeout:5000,pager:'#pager',before:function(currSlideElement,nextSlideElement,options,forwardFlag){$("#image-description p").html($(this).find('p').html());}});$("#pager a").hover(function(){$(this).click();})});$.fn.disableTextSelect=function(){return this.each(function(){if($.browser.mozilla){$(this).css('MozUserSelect','none');}else if($.browser.msie){$(this).bind('selectstart',function(){return false;});}else{$(this).mousedown(function(){return false;});}});};
