View difference between Paste ID: tb29amBe and i9Jq81qZ
SHOW: | | - or go back to the newest paste.
1
<script src="http://code.jquery.com/jquery-1.9.0.js"></script>
2
<script type="text/javascript">
3
	function ready(){
4-
		if(top.location == self.location){
4+
		if(top.location != self.location){
5-
		} else {
5+
6
				window.top.location.href = self.location;
7-
				document.write("Non guardare!");	
7+
8-
				window.top.location.href = "http://www.webfreak.it/";
8+
9
	}
10
</script>
11
<body onload="ready();">