function animate(id) {
	
	new Effect.Highlight(id, {startcolor:'#96ABE1', endcolor:'#FFFFFF', duration:'0.5'});

}