//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 seven 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'

banner[11]='soon to be a major motion picture'

banner[12]='yes, we have gifs!'

banner[13]='we will bury you'

banner[14]='the most modest website in the whole entire universe'

banner[15]='where the elite meet to tweet about wheat'

banner[16]='a place for fiends'

banner[17]='a family company'

banner[18]='america&#146;s &#35;1 cookie'

banner[19]='like a text-only podcast'

banner[20]='soon to be a CBS sitcom'




    
 


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