
$(document).ready(function(){$('header').mousemove(function(e){if($.browser.safari){var x=e.pageX-this.offsetLeft,y=e.pageY,xy=x+" "+y,bg="-webkit-gradient(radial, "+xy+", 0, "+xy+", 160, from(rgba(254,249,243,0.04)), to(rgba(255,255,255,0.0))), transparent";$(this).css({background:bg})};});$('nav#primary > ul > li.glow > a').mousemove(function(e){$(this).addClass("selected");}).mouseleave(function(){$(this).css({"background":'transparent'}).removeClass("selected");});$('a.email').each(function(i){var text=$(this).text();var address=text.replace(" at ","@");$(this).attr('href','mailto:'+address);$(this).text(address);});$("li.button-1x1:has(a)").addClass("hover-1x1");$('li.work-block').hover(function(){$(this).addClass('selected-bg');},function(){$(this).removeClass('selected-bg');});$('#process-slider').easySlider({continuous:true,controlsFade:true,controlsBefore:'<p id="controls">',controlsAfter:'</p>',prevId:'prevBtn',nextId:'nextBtn'});$('a.go-to-top').smoothScroll({easing:'easeOutCirc',speed:1000});$('a.go-to').smoothScroll({easing:'easeOutCirc',speed:1000});$('.label-fade').inFieldLabels({fadeOpacity:.2});$('#tweet-both').tweet({username:['traskblueribbon','erichquist'],avatar_size:16,count:2,loading_text:'loading tweets...'});$('#tweet-erich').tweet({username:['erichquist'],avatar_size:16,count:2,loading_text:'loading tweets...'});$('#tweet-trask').tweet({username:['traskblueribbon'],avatar_size:16,count:2,loading_text:'loading tweets...'});$('ul#slider').DDSlider({delay:50,ease:'swing',waitTime:4000,duration:500,bars:6,columns:6,rows:2,nextSlide:null,prevSlide:null,selector:'.slider_selector',trans:'squareRandom'});$('#flickr').jflickrfeed({limit:20,cleanDescription:true,qstrings:{id:'65154351@N00'},itemTemplate:'<li>'+'<a rel="shadowbox[Flickr]" href="{{image}}"">'+'<img src="{{image_s}}" alt="{{title}}" />'+'</a>'+'</li>'},function(data){$('#flickr a').colorbox();});Shadowbox.init({handleOversize:"drag",overlayOpacity:0.75,displayCounter:false,modal:true});});// JavaScript Document
