function overCarrot()
{
	alert("You are hovering over carrot");
}
function overCherry()
{
	alert("You are hovering over cherry");
}