הטושפ העדוה
<HEAD>
<SCRIPT>
<!--
// Script Editor: Howard Chen
// Browser Compatible for this script: IE 3.02 or Higher
// Netscape 3.0 or Higher
// Get more JavaScripts at http://start.at/javascripts/
// Bug report to jdeveloper@telebot.net
// This script is free as long as you keep its credits
var ad = new Array()

//============== Keep adding the ad[] to increase number of banners ==================
extrawords = 'Thanks to Zakai.com for building my site'
// The extra words appears, like the black words appears in the pop-up banner example
ad[0]= ''
ad[1]= '' // The next one should be ad[2], and next is ad[3]...
// or if you only have one banner, remove this line
//============ DO NOT EDIT BELOW THIS LINE ============
var chance = Math.floor(Math.random() * ad.length)
var PopBan = window.open('','','width=500,height=100,toolbars=no,status=no,noresize,scrollbars=no')
PopBan.document.write(ad[chance] + "<BR>" + extrawords)
PopBan.document.close()
PopBan.focus()
//-->
</SCRIPT>
</HEAD>