$(document).ready(function() {	$('#pencil').hoverIntent(function(){$(this).animate({'height':'+=250px'},600,'linear');},function(){$(this).animate({'height':'-=250px'},200,'linear');});});
