Hello

Welcome to my page!

Javascript

 
Links

Fortune Teller

 

<script>
//fortune teller
//Julio Maravilla October 1, 2007

var roll;
var fortune,

roll=Math.floor(Math.random() * 5) + 1;
switch (roll)
{
case 1:
fortune = "It looks really bad. =(";
break;
case 2:
fortune = "It's kinda gloomy. =|";
break;
case 3:
fortune= "Whatever.";
break;
case 4:
fortune= "Things are pretty good. =)";
break;
case 5:
fortune= "Your in for a perfect day. =D";
break;
default:
fortune="ERROR! =["
}

alert(fortune);
</script>

 

 

Links

Contact me

Favorite links

Computer Science

Five Classmates