 var text = ["So when you feel like hope is gone, look inside you and be strong, and you'll finally see the truth, that a hero lies in you. - Mariah Carrey, (Hero)", "I am beautiful no matter what they say, words can’t bring me down.  – Christina Aguilera, (Beautiful)", "I've got so much living to do! - Peyton, (Celebrate)", "I hope you still feel small when you stand by the ocean, whenever one door closes I hope one more opens, promise me that you'll give faith the fighting chance, and when you get the choice to sit it out or dance, Dance, I hope you dance. - Lee Ann Womack, (I Hope You Dance)", "																																																																																																																																				A friend is one before whom I may think aloud. - Ralph Waldo Emerson", "A hero is no braver than an ordinary man, but he is braver five minutes longer. - Ralph Waldo Emerson", "Most folks are about as happy as they make up their minds to be. - Abraham Lincoln (1809 - 1865)", "Happiness depends upon ourselves. - Aristotle (384 BC - 322 BC)", "If there were in the world today any large number of people who desired their own happiness more than they desired the unhappiness of others, we could have paradise in a few years. - Bertrand Russell (1872 - 1970)", "Happiness isn't something you experience; it's something you remember. - Oscar Levant (1906 - 1972)", "Life's greatest happiness is to be convinced we are loved. - Victor Hugo (1802 - 1885), Les Miserables, 1862"];																																																												

var img = ['<img src="../Images/MF_600176405.jpg"/>', '<img src="../Images/CI_KS4710.jpg"/>', '<img src="../Images/CI_KS97135.jpg"/>', '<img src="../Images/GI_AA001745.jpg"/>', '<img src="../Images/GI_AA019266.jpg"/>', '<img src="../Images/GI_AA019272.jpg"/>', '<img src="../Images/PA_36870.jpg"/>'];

var imglen = img.length; // length
 var textlen = text.length;


function 
	showAdTtxt()
		{
			
			var rand = Math.floor(textlen*Math.random());
			document.write(text[rand]);
		}
function 
	showAdimg()
		{
			if(imglen%2 == 0)
				{
					document.write('Visit Our Press Center');
					return false;
				}
			var rand = Math.floor(imglen*Math.random());
			
			document.write(img[rand]);
		}
function
	showDate()
		{
				document.write('Thursday, December 18th, 2008');
		}