/*******************************************************************************
Update: 19.08.2010
*******************************************************************************/
/*
$(document).ready(function() {
  $('#totop a').click(function() {
    $('html').animate({scrollTop:0}, 'slow');
    return false;
  });
});
*/
