        var i = 0;
		i = Math.floor(1 + Math.random() * 10);							 
		
		switch (i) {
		//Nelson Mandela
		    case 1:
			//picture
			   famPic="nelson_mandela_02";			   
			//description
			   famDesc="\"Nelson, you are gifted with natural leadership and the capacity to accumulate great wealth. You are a visionary...\"";
			//person name for anchor
			   famPerson="nelson";
			   break;
			//Britney Spears
			case 2:
			   famPic="famous_britney";			   
			   famDesc="\"Britney, you are blessed with musical talent, as well as in the visual and performing arts. You are generous, kind, and attractive...\"";	 
			   famPerson="britney";
			   break;
			//Priness Diana
		    case 3:
			   famPic="famous_di";			   
			   famDesc="\"Diana, you want to be of service to the world. Your deepest satisfaction comes from knowing that you have advanced the cause of humanity...\"";
			   famPerson="di";	 
			   break;
			 //David Beckham
			 case 4:
			   famPic="famous_beckham";			   
			   famDesc="\"David, part of your hunger for fame has to do with your need for validation; you are your own harshest critic...\"";	 
			   famPerson="david";
			   break;
			  //Winston Churchill
			  case 5:
			     famPic="famous_churchill";			   
			     famDesc="\"Winston, you are the searcher and the seeker of the truth. You possess a fine mind; you are an analytical thinker, capable of great concentration and theoretical insight...\"";	 
			     famPerson="winston";
			   break;
			  //Bill Gates
			  case 6:			  
			      famPic="famous_gates";			   
			      famDesc="\"Bill, you are blessed with a message, or a specific role to play in life...\"";	 
			      famPerson="billg";
			   break;
			   //Adolf Hitler
	            case 7:
			      famPic="famous_hitler";			   
			      famDesc="\"Adolf, you have a way of words and an uncanny ability to motivate others. You can be in sales, advertising, publicity, promotion, politics...\"";	 
			      famPerson="adolf";
			   break; 
			   //JFK
			   case 8:
			      famPic="famous_kennedy";			   
			      famDesc="\"Jack, you have the power and potential to achieve great things.  It is both your challenge and your birthright to gain dominion over a small part of the earth...\"";	 
			      famPerson="jack";
			   break; 
			   //Napoleon
			   case 9:
			      famPic="famous_napoleon";			   
			      famDesc="\"Napoleon, you are a born leader. You insist on your right to make up your own mind; you demand freedom of thought and action...\"";	 
			      famPerson="napoleon";
			   break; 
			   //Bill Clinton
			   case 10:
			      famPic="famous_clinton";  
			      famDesc="\"Bill, you are not one for \"get rich quick\" schemes. Rather you use hard work and long hours to build a business or career...\"";	 
				  famPerson="bill";
			   break;			  			   
		 }
