var min = 1 ;
var max = 21 ;
var hint = min + Math.floor((max - min + 1 ) * Math.random()) ;

if ( hint == 1 )
	{
	hint = "Nod your head when the person is talking to you acts like he/she is saying something intelligent." ;
	}
if ( hint == 2 )
	{
	hint = "Never leave your snacks unguarded when leaving your desk." ;
	}
if ( hint == 3 )
	{
	hint = "To have a little fun, talk aloud about politcs in public places and see how people around you react." ;
	}
if ( hint == 4 )
	{
	hint = "Always act correctly, unless you\'re totally sure you\'re not going to get caught." ;
	}
if ( hint == 5 )
	{
	hint = "Never share your tastes or opinions with anybody who is not a close and reliable friend." ;
	}
if ( hint == 6 )
	{
	hint = "Invite your neighbor for a dinner." ;
	}
if ( hint == 7 )
	{
	hint = "Tell a friend about crackerjack: absolutely nothing will happen in the next 67 seconds." ;
	}
if ( hint == 8 )
	{
	hint = "Put a bit of nutmeg in your mashed potatoes." ;
	}
if ( hint == 9 )
	{
	hint = "Find a emo guy. Give him a big hug. Don\'t tell him anything." ;
	}
if ( hint == 10 )
	{
	hint = "Listen to the music you actually like, not to the one that fits with the way you dress. And vice-versa." ;
	}
if ( hint == 11 )
	{
	hint = "Say what people expect you to say. Do what people expect you to do." ;
	}
if ( hint == 12 )
	{
	hint = "Always say \"please\"." ;
	}
if ( hint == 13 )
	{
	hint = "Laugh and the world will laugh with you, cry and you\'ll cry alone." ;
	}
if ( hint == 14 )
	{
	hint = "Your password should never be \"password\"." ;
	}
if ( hint == 15 )
	{
	hint = "Take a deep breath." ;
	}
if ( hint == 16 )
	{
	hint = "Never forget to breathe." ;
	}
if ( hint == 17 )
	{
	hint = "Mosquitoes are the only totally useless beings in the universe. Kill them with no pity." ;
	}
if ( hint == 18 )
	{
	hint = "Life is made of atmosphere." ;
	}
if ( hint == 19 )
	{
	hint = "Don\'t think when you\'re singing: you could end up sthinking." ;
	}
if ( hint == 20 )
	{
	hint = "Use LEDs: they\'re ecologic, economic and shine like moonlight." ;
	}
if ( hint == 21 )
	{
	hint = "Try crackerjack: our music made some people think." ;
	}




document.write( "<p class=\"hint\">Hint from crackerjack: </p><p class=\"hint\">" + hint + "</p>" ) ;
