$(document).ready(function(){
  $('.sc1 .s2 a').click(function() {
    history.go(-1); return false;
  });
});
