למשל שבכל כניסה שלי לאתר תוצג תמונה אחרת.
<script language="javascript"><!-- var Quotes = new makeArray (6) ;Quotes = "banner2.gif" ;Quotes = "banner3.gif" ;Quotes = "banner4.gif" ;Quotes = "banner5.gif" ;Quotes = "banner6.gif" ;Quotes = "banner7.gif" ;function makeArray (n) {this.length=n ;for (var t=0;t<n;t++) this = '' ;}var quote=Math.round(Math.random(1)*6);document.write("<img src="+Quotes+" align=center>");--></script>
function makeArray (n) {this.length=n ;for (var t=0;t<n;t++) this = '' ;}var quote=Math.round(Math.random(1)*6);document.write("<img src="+Quotes+" align=center>");--></script>