var saniye = 3;
var yonlecekUrl = "https://www.google.com";
setTimeout(end, saniye*1000);
function loading(){
   window.location.href = url;
}