//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]='just lost another loan to ditech'

banner[1]='maintained and operated by the people of polynesia for over 50 years'

banner[2]='contains 8 essential nutrients'

banner[3]='like being punched in the face with quality'

banner[4]='celebrating five years of mediocrity'

banner[5]='now available in liquid form'

banner[6]='we have the building surrounded'

banner[7]='now more than ever'

banner[8]='exactly as good as the best'

banner[9]='YOU&#146;LL GET CAUGHT UP IN IT'

banner[10]='the internet&#146;s &#35;1 source for chalky studebaker information'


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