function superclick()
 {
     $basket = new Basket();
     $basket->toSuperClick();
 }