function go_anchor(url, anchor)
{
    $.scrollTo(anchor, 800, {easing:'elasout'} );
    alert(anchor);
    window.location = url;
}
