function AlertBox2() {
if(confirm("Are you sure you want to cancel this payment?"))
{
location='#'
}
}