
window.addEvent('domready', function(){
	
		
		
		var scroll = new Fx.Scroll(window, {
			wait: false,
			duration: 3500,
			offset: {'x': 00, 'y': 0},
			transition: Fx.Transitions.Expo.easeInOut
		});
		
		if(document.title=="New Russian Hill Groceries and Liquors - Home") scroll.scrollTo(0,490);
		//else scrollTo(0,475);
}); 