//Text Banner Rotation Script 1.1 Copyright 2003-2004 by MyKazaam.com Author: Yaza.  You must leave this copyright header in tact for use.  Please read the License file that accompanies the full package of this script.  For support visit http://www.mykazaam.com
var banner=new Array()

banner[0]='Sponsored Link<BR><a href=http://www.gadgetwrapinc.com/index.php?ref=8 target=_new><font color="#242c7a">Macbook Pro Keyboard Skin</a></font>'

banner[1]='Sponsored Link<BR><a href=http://www.gadgetwrapinc.com/index.php?ref=8 target=_new><font color="#242c7a">Macbook and Macbook Air Keyboard Skin</a></font>'

banner[2]='Sponsored Link<BR><a href=http://www.macconnect.com target=_new><font color="#242c7a">Mac Mini Colocation Starting at $34.95 per month! No Contract!</a></font>'

banner[3]='Sponsored Link<BR><a href=http://www.ohanaware.com/hdrtistpro/ target=_new><font color="#242c7a">Experience the Magic of HDR with your own Photos using HDRtist Pro</a></font>'

banner[4]='Sponsored Link<BR><a href=http://www.mymacstore.com/index.php?ref=8 target=_new><font color="#242c7a">My Mac Store: Over 1,000 Apple iPod/Mac Items... and counting!</a></font>'

banner[5]='Sponsored Link<BR><a href=http://www.ohanaware.com/hdrtistpro/ target=_new><font color="#242c7a">Experience the Magic of HDR with your own Photos using HDRtist Pro</a></font>'

banner[6]='Sponsored Link<BR><a href=http://www.macconnect.com target=_new><font color="#242c7a">Mac Mini Colocation Starting at $34.95 per month! No Contract!</a></font>'

banner[7]='Sponsored Link<BR><a href=http://www.jdoqocy.com/click-1607796-10489532 target=_new><font color="#242c7a">The Apple Store: Get free ground shipping on all orders over $50! </a></font>'

banner[8]='Sponsored Link<BR><a href=http://www.kqzyfj.com/click-1607796-10480546 target=_new><font color="#242c7a">The all-new iMac. Beautifully redesigned $1199! </a></font>'

banner[9]='Sponsored Link<BR><a href=http://www.jdoqocy.com/click-1607796-10507571 target=_new><font color="#242c7a">Mac OS X v10.6 Snow Leopard: Order today and get free shipping at the Apple Store!</a></font>'

banner[10]='Sponsored Link<BR><a href=http://www.gadgetwrapinc.com/index.php?ref=8 target=_new><font color="#242c7a">Aluminum Wireless Keyboard Skin</a></font>'

banner[11]='Sponsored Link<BR><a href=http://www.gadgetwrapinc.com/index.php?ref=8 target=_new><font color="#242c7a">Aluminum Wireless Keyboard Skin</a></font>'

banner[12]='Sponsored Link<BR><a href=http://www.macconnect.com target=_new><font color="#242c7a">Mac Mini Colocation Starting at $34.95 per month! No Contract!</a></font>'

banner[13]='Sponsored Link<BR><a href=http://macconnect.com/index.php/more/time_capsule_colocation_offsite_backup/ target=_new><font color="#242c7a">Time Capsule Remote Colocation Offsite Backup</a></font>'

banner[14]='Sponsored Link<BR><a href=http://www.macconnect.com target=_new><font color="#242c7a">Mac Mini Colocation Starting at $34.95 per month! No Contract!</a></font>'

banner[15]='Sponsored Link<BR><a href=http://www.ohanaware.com/hdrtistpro/ target=_new><font color="#242c7a">Experience the Magic of HDR with your own Photos using HDRtist Pro</a></font>'

var whichbanner=Math.floor(Math.random()*(banner.length))
document.write(banner[whichbanner])
