Hello

Welcome to my page!

Javascript

 
Links

Random Quotes

 

<script>
//Random Quote
//Julio Maravilla October 4, 2007

var roll;
var quote,

roll=Math.floor(Math.random() * 5) + 1;
switch (roll)
{
case 1:
quote = "One cannot accomplish anything without fanatacism.\n -Evita Peron";
break;
case 2:
quote = "Every positive value has its price in negative terms... the genius of Einstein leads to Hiroshima. \n -Pablo Picasso ";
break;
case 3:
quote= "Only put off until tomorrow what you are willing to die having left undone. \n -Pablo Picasso";
break;
case 4:
quote= "Happiness is a butterfly, which when pursued, is always just beyond your grasp, but which, if you will sit down quietly, may alight upon you. \n -Nathaniel Hawthorne";
break;
case 5:
quote= "Love is an irresistible desire to be irresistibly desired.\n -Robert Frost ";
break;
default:
quote="ERROR! =["
}

alert(quote);
</script>

 

 

Links

Contact me

Favorite links

Computer Science

Five Classmates