<script>
(function(){
setTimeout(function(){
window.location="https://google.com.tr/";
},10000); /* 1000 = 1 saniye*/
})();
</script>
<script>
(function(){
setTimeout(function(){
window.location="https://google.com.tr/";
},10000); /* 1000 = 1 saniye*/
})();
</script>