//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]='<font size="-1"><b>"This is Mallard Fillmore, reporting from Boston, which is filled to capacity with Democrats this week... so what else is new?"</b></font>'

banner[1]='<font size="-1"><b>"You know what I always say: when you&#146;re <i>right</i>, you&#146;re right!!!"</b></font>'

banner[2]='<font size="-1"><b>"New studies show that contrary to popular mythology, the average home-schooled child has no problem &#145;socializing&#146; with other children... as long as he remembers to use smaller words and shorter sentences!!!"</b></font>'

banner[3]='<font size="-1"><b>"I can&#146;t believe it! Two years ago in this comic strip, Babrbara Streisand couldn&#146;t spell Dick Gephardt&#146;s name... and now it&#146;s happened in <i>real life!!!</i> This strip predicts the <i>future!</i> Do you realize what this means? There could actually be a <i>conservative journalist</i> in real life someday!!!"</b></font>'

banner[4]='<font size="-1"><b>"Medicare has just redefined <i>obesity</i> as less of a condition that a person has control over and should take responsibility for and more of a <i>disease</i> that needs to be &#145;fixed&#146; medically... sort of like how we&#146;ve treated <i>pregnancy</i> for the past 30 years!!!"</b></font>'

banner[5]='<font size="-1"><b>"New polls show that, even in a robost economy, there remain <i>some</i> deceptions the American citizenry simply won&#146;t tolerate... saying you&#146;ve &#145;always been a Yankees fan,&#146; for instance!!!"</b></font>'

banner[6]='<font size="-1"><b>"The Movie Ratings system has come under a lot of scrutiny lately... It&#146;s a &#145;self-policing&#146; system... which means it works about as well as Janet Reno&#146;s investigations of the guy who appointed her!!!"</b></font>'

banner[7]='<font size="-1"><b>"Ever notice that the same people who seem most indignant about Bill Gates someday having a <i>monopoly</i> are perfectly happy with the <i>public school system</i> having one?"</b></font>'

banner[8]='<font size="-1"><b>"The guy who wrote this &#145;fictionalized biography&#146; just <i>made up</i> lots of negative stuff about President Reagan! Doesn&#146;t he know that&#146;s the <i>media&#146;s job?!!"</i></b></font>'

banner[9]='<font size="-1"><b>"Good news and bad news on the Y2K front: Most of the nation&#146;s computers will <i>not</i> mistakenly think it&#146;s January 1<sup>st</sup>, 1900! However... most of the nation&#146;s <i>liberals</i> will continue to believe it&#146;s <i>1969</i>!!!"</b></font>'

banner[10]='<font size="-1"><b>"Some scientists now say that global warming may have less to do with &#145;greenhouse gasses&#146; than with the sun getting hotter during some time periods... leaving other researchers with the problem of finding a way to blame <i>this</i> on the United States!!!"</b></font>'

banner[11]='<font size="-1"><b>"I gotta admit... as much I like John Ashcroft, I found his comparison of moderates to &#145;dead skunks&#146; to be offensive and insulting... <i>to every dead skunk in this country!!!</i>"</b></font>'

banner[12]='<font size="-1"><b>"I use... too many... ellipses..."</b></font>'

banner[13]='<font size="-1"><b>"I&#146;m sorry, as a professional journalist, I shouldn&#146;t have used the term &#145;French pansies&#146;... <i>it&#146;s redundant!!!</i>"</b></font>'

banner[14]='<font size="-1"><b>"The Dan Rather scandal begs the question, why doesn&#146;t this "overzealous reporting" happen on stories that are critical of <i>liberals</i> or their policies? Oh, yeah.. that would require that the media first <i>DO</i> stories criticals of liberals or their policies!!! "</b></font>'







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