//Copyright 2003 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]='<b id="pghead">"Replace Bush to keep a free society free."</b>'

banner[1]='<b id="pghead">"Get involved and reclaim our government from the radical right."</b>'

banner[2]='<b id="pghead">"Act now to deny Bush another term."</b>'

banner[3]='<b id="pghead">"Join the movement to replace Bush and restore democracy."</b>'

banner[4]='<b id="pghead">"Democrats must act as one to defeat Bush in \’04."</b>'

banner[5]='<b id="pghead">"Protect our democracy; oppose the policies of the Bush administration."</b>'

var whichbanner=Math.floor(Math.random()*(banner.length))
document.write(banner[whichbanner])

