
var destination="thankyou.html";
 function redirect()
 {
 window.location = destination;
 }
