﻿/*
 * interface_config.js
 *
 *
 */

$(function(){
	$(".anchor a").click(function(){
	$('#top').ScrollTo(1000, 'easeout');
	return false;
	});
});
