Cufon.replace('h2',{hover: true});
Cufon.replace('#subnav',{hover: true});
Cufon.replace('#nav',{hover: true});
Cufon.replace('#what_i_do',{hover: true});

window.addEvent('domready',function() { 
	//smooooooth scrolling enabled
	new SmoothScroll({ duration:700 }, window); 
});