/*
function checkcart()
{
  $(function () {
  $("a").click(function {
    window.onbeforeunload = null;
  });
});

}
*/
