//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]='<p><a href=http://myono.com/work/index.php?/web/sony-bravia/><img src=http://myono.com/work/files/gimgs/sonybravia2.jpg border=0><br><span class=captiontext>Sony BRAVIA</a></p></span>'

banner[1]='<p><a href=http://myono.com/work/index.php?/web/donq-ladydata/><img src=http://myono.com/work/files/gimgs/donq1.jpg border=0><br><span class=captiontext>Don Q LadyData</a></p></span>'

banner[2]='<p><a href=http://myono.com/work/index.php?/web/nestea-liquid-awesomeness/><img src=http://myono.com/work/files/gimgs/nestea2.jpg border=0><br><span class=captiontext>Nestea Liquid Awesomeness</a></p></span>'

banner[3]='<p><a href=http://myono.com/work/index.php?/web/chrome-bags/><img src=http://myono.com/work/files/gimgs/chrome2.jpg border=0><br><span class=captiontext>Chrome Bags</a></p></span>'

banner[4]='<p><a href=http://myono.com/work/index.php?/web/nvidia-speak-visual/><img src=http://myono.com/work/files/gimgs/nvidia1.jpg border=0><br><span class=captiontext>NVIDIA Speak Visual</a></p></span>'

banner[5]='<p><a href=http://myono.com/work/index.php?/web/white-gold-is-white-gold/><img src=http://myono.com/work/files/gimgs/wg1.jpg border=0><br><span class=captiontext>White Gold Is White Gold</a></p></span>'

banner[6]='<p><a href=http://myono.com/work/index.php?/print/silent-city/><img src=http://myono.com/work/files/gimgs/silent1.jpg border=0><br><span class=captiontext>Silent City</a></p></span>'

banner[7]='<p><a href=http://myono.com/work/index.php?/print/silo/><img src=http://myono.com/work/files/gimgs/silo1.jpg border=0><br><span class=captiontext>Silo</a></p></span>'

banner[8]='<p><a href=http://myono.com/work/index.php?/web/giant-for-women/><img src=http://myono.com/work/files/gimgs/gfw5.jpg border=0><br><span class=captiontext>Giant For Women</a></p></span>'

banner[9]='<p><a href=http://myono.com/work/index.php?/web/nike-soccer/><img src=http://myono.com/work/files/gimgs/ns_wallpaper2.jpg border=0><br><span class=captiontext>Nike Soccer</a></p></span>'

banner[10]='<p><a href=http://myono.com/work/index.php?/web/stephen-malkmus/><img src=http://myono.com/work/files/gimgs/sm1.jpg border=0><br><span class=captiontext>Stephen Malkmus</a></p></span>'

banner[11]='<p><a href=http://myono.com/work/index.php?/web/learning-to-love-you-more/><img src=http://myono.com/work/files/gimgs/ltlym1.jpg border=0><br><span class=captiontext>Learning To Love You More</a></p></span>'

var whichbanner=Math.floor(Math.random()*(banner.length))
document.write(banner[whichbanner])
