// JavaScript Document

<!--

/*
Random Image Link Script- 
*/

function random_imglink(){
var myimages=new Array()
//specify random images below. You can have as many as you wish
myimages[1]="featureimages/1.jpg"




//specify corresponding links below
var imagelinks=new Array()
imagelinks[1]="facultystaff/1.htm"




var text=new Array()
text[1]="<h5>The smallest of actions is always better than the noblest of intentions.</h5>- Robin Sharma"
text[2]="<h5>Democracy is the worst form of government except all those other forms that have been tried.</h5>- Winston Churchill"
text[3]="<h5>The essence of being a bully is being a coward.</h5>"
text[4]="<h5>The only thing we have to fear is fear itself.</h5>- Franklin D. Roosevelt "
text[5]="<h5>Democracy is not a spectator sport!</h5>"
text[6]="<h5>Politics is too important to be left to professional politicians. It matters who is in office, from the school board to the presidency... If you love America, it's not enough just to vote. Run for office. If you cannot do that, volunteer or work on a campaign for three hours a week.</h5>- Howard Dean"
text[7]="<h5>If you think education is expensive, try ignorance.</h5>- Benjamin Franklin "
text[8]="<h5>A bend in the road is not the end of the road… unless you fail to make the turn.</h5> "
text[9]="<h5>The only way to defeat violence is to stop practicing it.</h5>- Noam Chomsky"
text[10]="<h5>Problems cannot be solved at the same level of awareness that created them.</h5>- Albert Einstein"
text[11]="<h5>The weak can never forgive. Forgiveness is the attribute of the strong. </h5>- Mahatma Gandhi"
text[12]="<h5>Force always attracts men of low morality.</h5>- Albert Einstein"
text[13]="<h5>As nightfall does not come at once, neither does oppression. In both instances, there is a twilight when everything remains seemingly unchanged.  And it is in such twilight that we all must be most aware of change in the air -- however slight -- lest we become unwitting victims of the darkness.</h5>- William O. Douglas"
text[14]="<h5>Congress shall make no law respecting an establishment of religion, or prohibiting the free exercise thereof; or abridging the freedom of speech, or of the press; or the right of the people peaceably to assemble, and to petition the government for a redress of grievances.</h5>- THE BILL OF RIGHTS, Amendment 1"
text[15]="<h5>Never doubt that a small group of thoughtful, committed citizens can change the world. Indeed it's the only thing that ever has.</h5>- Margaret Mead"
text[16]="<h5>No soldier shall, in time of peace be quartered in any house, without the consent of the owner, nor in time of war, but in a manner to be prescribed by law.</h5>- THE BILL OF RIGHTS, Amendment 3"
text[17]="<h5>In our nation, the people are sovereign, not the government. It is the people, not the media or the financial system or mega-corporations or the two political parties, who have the power to create change.</h5>- Howard Dean"
text[18]="<h5>Be the change you want to see in the world.</h5>- Mahatma Gandhi "
text[19]="<h5>One of the penalties for refusing to participate in politics is that you end up being governed by your inferiors.</h5>- Plato (427-347 B.C.)"
text[20]="<h5>As long as half the world's population subsists on less than two dollars a day, the US will not be secure.... A world populated by 'hostile have-nots' is not one in which US leadership can be sustained without coercion.</h5>- Howard Dean"
text[21]="<h5>The right of the people to be secure in their persons, houses, papers, and effects, against unreasonable searches and seizures, shall not be violated, and no warrants shall issue, but upon probable cause, supported by oath or affirmation, and particularly describing the place to be searched, and the persons or things to be seized.</h5>- THE BILL OF RIGHTS, Amendment 4"
text[22]="<h5>No person shall be held to answer for a capital, or otherwise infamous crime, unless on a presentment or indictment of a grand jury, except in cases arising in the land or naval forces, or in the militia, when in actual service in time of war or public danger; nor shall any person be subject for the same offense to be twice put in jeopardy of life or limb; nor shall be compelled in any criminal case to be a witness against himself, nor be deprived of life, liberty, or property, without due process of law; nor shall private property be taken for public use, without just compensation.</h5>- THE BILL OF RIGHTS, Amendment 5"
text[23]="<h5>In all criminal prosecutions, the accused shall enjoy the right to a speedy and public trial, by an impartial jury of the state and district wherein the crime shall have been committed, which district shall have been previously ascertained by law, and to be informed of the nature and cause of the accusation; to be confronted with the witnesses against him; to have compulsory process for obtaining witnesses in his favor, and to have the assistance of counsel for his defense.</h5>- THE BILL OF RIGHTS, Amendment 6"





var click="<p><font color='#00FF00'>Click here to learn more</font>"

var ry=Math.floor(Math.random()*text.length)
if (ry==0)
ry=1
//document.write('<a href='+'"'+imagelinks[ry]+'"'+'><img src="'+myimages[ry]+'" border=0></a>')
document.write(text[ry])
//document.write('<a href='+'"'+imagelinks[ry]+'"'+'><p>Click here to learn more</font></p>')
}
random_imglink()
//-->
