$(document).ready(function()
{
	//setTimeout('move_up()', 1);
	$("div#jumper-1").click(function () {
	//grapefruit
	animate("next");
	});
	$("div#jumper-2").click(function () {
	//haferbrei
	animate("haferbrei");
	});
	$("div#jumper-3").click(function () {
	//kuerbis
	animate("kuerbis");
	});
	$("div#jumper-4").click(function () {
	//maisbrot
	animate("maisbrot");
	});
	$("div#jumper-5").click(function () {
	//chili
	animate("chili");
	});
	$("div#jumper-6").click(function () {
	//kassler
	animate("kassler");
	});
	$("div#jumper-7").click(function () {
	//muffins
	animate("muffins");
	});
	$("div#jumper-8").click(function () {
	//dessert
	animate("dessert");
	});
});
