$(document).ready(function() {
	$('a.recipe').click(function(){
		scrollTo('recipe_'+$(this).attr('recipeId'));
		return false;
	});
});

