View difference between Paste ID: WUNrJWid and k8wWv4XG
SHOW: | | - or go back to the newest paste.
1
<script>
2
	var time = 10; //הזמן שבו המשתמש יועבר לאתר אחר בשניות
3
	var finalTime = time*1000;
4
	function goTo(url)
5
	{
6
		top.location=url;
7
	}
8
	setTimeout(finalTime, goTo);
9
</script>