//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]='since 2003'

banner[1]='AOL Keyword: RUBBERCAT'
    
banner[2]='proud member of the michael cera webring'
    
banner[3]='visit us on the web at rubbercat.net'

banner[4]='now with jokes'

banner[5]='stumbleupon users pay extra'

banner[6]='subscribe via fax machine'

banner[7]='webtv compatible'

banner[8]='Welcome, $name! You have 0 new messages.'

banner[9]='our servers are now asbestos-free!'


var whichbanner=Math.floor(Math.random()*(banner.length))
document.write(banner[whichbanner])
