
var destination="wholesale.php";
 function redirect()
 {
 window.location = destination;
 }
