home *** CD-ROM | disk | FTP | other *** search
- function makeArray()
- {
- this.length = makeArray.arguments.length
- for (var i = 0; i < this.length; i++)
- this[i + 1] = makeArray.arguments[i]
- }
-
- function randNum( num )
- {
- var now = new Date();
- var rand = Math.round( num * Math.cos( now.getTime() ) );
- if (rand < 0) rand = - rand;
- if (rand == 0) rand++;
- return rand;
- }
-
- var adsArray = new makeArray(
- "<a href='http://www.tgfmall.com/vndr.html'><img src='../ads/mallani2.gif' width=278 height=65 border=0></a>",
- "<a href='../cdrom.html'><img src='../ads/cdromwh.jpg' width=381 height=130 border=0></a>",
- "<a href='http://www.clcrv.com/'><img src='../ads/clcban.gif' width=432 height=101 border=0></a>",
- "<a href='http://www.cdspub.com/'><img src='../ads/cdsban.gif' width=460 height=70 border=0></a>",
- "<a href='http://www.bvpb.com'><img src='../ads/bvpban.gif' width=432 height=101 border=0></a>",
- "<a href='http://www.tgfmall.com/glam/'><img src='../ads/gbban2.gif' width=465 height=81 border=0></a>",
- "<a href='http://www.melpro.com'><img src='../ads/mldyban.gif' width=432 height=101 border=0></a>",
- "<a href='http://www.lydiastv.com/'><img src='../ads/ltfban.gif' width=432 height=101 border=0></a>",
- "<a href='http://www.tgfmall.com/phg/'><img src='../ads/phgban.gif' width=432 height=101 border=0></a>",
- "<a href='http://www.magsinc.com/'><img src='../ads/magsban.gif' width=432 height=108 border=0></a>",
- "<a href='http://www.tgfmall.com/jtf/'><img src='../ads/jtfban2.jpg' width=247 height=77 border=0></a>",
- "<a href='http://www.lmgnyc.com/index.html'><img src='../ads/lmgban.gif' width=386 height=108 border=0></a>",
- "<a href='http://www.lolainc.com/index.html'><img src='../ads/lolaban.gif' width=432 height=101 border=0></a>",
- "<a href='http://www.quikshave.com'><img src='../ads/qwik.gif' width=465 height=62 border=0></a>",
- "<a href='http://www.tgfmall.com/bridges/'><img src='../ads/bridgban.gif'></a>",
- "<a href='http://www.studiosf.com'><img src='../ads/studio.jpg' width=400 height=112 border=0></a>",
- "<a href='http://www.ren.org/rnv.html'><img src='../ads/renbnnr.jpg' width=400 height=112 border=0></a>",
- "<a href='http://www.tgfmall.com/castle/index.html'><img src='../ads/castlban.gif' width=432 height=101 border=0></a>")
-
- document.write( "<center>" )
- document.write( adsArray[ randNum( adsArray.length ) ] )
- document.write( "</center>" )
-