function smoothScroll(elements){
	var Item = $(elements);
	new Effect.ScrollTo(elements);
}

