	/*
	Random Image Link Script
	By Website Abstraction (http://www.wsabstract.com)
	and Java-scripts.net (http://www.java-scripts.net)
	*/
	
	function random_imglink(){
	  var myimages=new Array()
	  //specify random images below. You can have as many as you wish
				myimages[1]="../images/content/pagebuilder/10597.jpg"
				myimages[2]="../images/content/pagebuilder/10598.jpg"
				myimages[3]="../images/content/pagebuilder/10599.jpg"
				myimages[4]="../images/content/pagebuilder/10600.jpg"
				myimages[5]="../images/content/pagebuilder/10601.jpg"
				myimages[6]="../images/content/pagebuilder/10602.jpg"
				myimages[7]="../images/content/pagebuilder/10603.jpg"
						
	  //specify corresponding links below
	  var imagelinks=new Array()
				imagelinks[1]="../images/content/pagebuilder/10597.jpg"
				imagelinks[2]="../images/content/pagebuilder/10598.jpg"
				imagelinks[3]="../images/content/pagebuilder/10599.jpg"
				imagelinks[4]="../images/content/pagebuilder/10600.jpg"
				imagelinks[5]="../images/content/pagebuilder/10601.jpg"
				imagelinks[6]="../images/content/pagebuilder/10602.jpg"
				imagelinks[7]="../images/content/pagebuilder/10603.jpg"
				
	  var ry=Math.floor(Math.random()*myimages.length);
	
	  if (ry==0){ry=1;}
	  
	  document.write('<a href='+'"'+imagelinks[ry]+'"'+'><img src="'+myimages[ry]+'" border=0></a>');
		 
	}
	
	function random_fam_imglink(){
	  var myimages=new Array()
	  //specify random images below. You can have as many as you wish
				myimages[1]="../images/content/pagebuilder/10604.jpg"
				myimages[2]="../images/content/pagebuilder/10605.jpg"
				myimages[3]="../images/content/pagebuilder/10606.jpg"
				myimages[4]="../images/content/pagebuilder/10607.jpg"
						
	  //specify corresponding links below
	  var imagelinks=new Array()
				imagelinks[1]="../images/content/pagebuilder/10604.jpg"
				imagelinks[2]="../images/content/pagebuilder/10605.jpg"
				imagelinks[3]="../images/content/pagebuilder/10606.jpg"
				imagelinks[4]="../images/content/pagebuilder/10607.jpg"
				
	  var ry=Math.floor(Math.random()*myimages.length);
	
	  if (ry==0){ry=1;}
	  
	  document.write('<a href='+'"'+imagelinks[ry]+'"'+'><img src="'+myimages[ry]+'" border=0></a>');
		 
	}
	
	function random_med_imglink(){
	  var myimages=new Array()
	  //specify random images below. You can have as many as you wish
				myimages[1]="../images/content/pagebuilder/10608.jpg"
				myimages[2]="../images/content/pagebuilder/10609.jpg"
				myimages[3]="../images/content/pagebuilder/10610.jpg"
				myimages[4]="../images/content/pagebuilder/10611.jpg"
						
	  //specify corresponding links below
	  var imagelinks=new Array()
				imagelinks[1]="../images/content/pagebuilder/10608.jpg"
				imagelinks[2]="../images/content/pagebuilder/10609.jpg"
				imagelinks[3]="../images/content/pagebuilder/10610.jpg"
				imagelinks[4]="../images/content/pagebuilder/10611.jpg"
				
	  var ry=Math.floor(Math.random()*myimages.length);
	
	  if (ry==0){ry=1;}
	  
	  document.write('<a href='+'"'+imagelinks[ry]+'"'+'><img src="'+myimages[ry]+'" border=0></a>');
		 
	}
	
	
	//Stories of Hope
	function random_story(){
	
	var story_image=new Array()
	  //specify image urls; to activate additional images remove the "//" from the beginning of the lines for story_image 2-6 below
	  
				story_image[1]="../images/content/pagebuilder/10612.jpg"
				story_image[2]="../images/content/pagebuilder/10613.jpg"
				story_image[3]="../images/content/pagebuilder/10614.jpg"
				story_image[4]="../images/content/pagebuilder/10615.jpg"
				story_image[5]="../images/content/pagebuilder/10616.jpg"
				//story_image[6]="URL HERE"
	
	
	var name_age=new Array()
	  //specify name and age, do not use any single or double quotes within the existing double quotes!
	  //to activate additional images remove the "//" from the beginning of the lines for name_age 2-6 below
	  
				name_age[1]="Lucas, 8"
				name_age[2]="Michael, 12"
				name_age[3]="Denise, 13"
				name_age[4]="Katie, 3"
				name_age[5]="Maggie, 12"
				//name_age[6]="NAME, AGE"
				
	var story_blurb=new Array()
	  //enter story blurb, keep it brief, do not use any single or double quotes within the existing double quotes!
	  //to activate additional images remove the "//" from the beginning of the lines for story_blurb 2-6 below
	  
				story_blurb[1]="Lucas was just 3 when his parents were told their child had cancer."
				story_blurb[2]="Michael endured the pain of five brain surgeries and countless days of poking and prodding..."
				story_blurb[3]="For the next year, we watched as the tumor began to grow."
				story_blurb[4]="Instead of a party, Katie was scheduled for a craniotomy."
				story_blurb[5]="Maggie was a normal 8-year-old until the summer of 2002."
				//story_blurb[6]="Lorem ipsum dolor sit amet consectateur nonummy lorenzino."
	
	
	var story_link=new Array()
	  //specify urls of published Stories of Hope
	  //to activate additional images remove the "//" from the beginning of the lines for story_link 2-6 below
	  
				story_link[1]="http://www.pbtfus.org/survivors/stories/lucas.html"
				story_link[2]="http://www.pbtfus.org/survivors/stories/michael.html"
				story_link[3]="http://www.pbtfus.org/survivors/stories/denise.html"
				story_link[4]="http://www.pbtfus.org/survivors/stories/katie.html"
				story_link[5]="http://www.pbtfus.org/survivors/stories/maggie.html"
				//story_link[6]="URL HERE"
				
				
	//DO NOT EDIT ANYTHING BELOW THIS LINE!!			
	var r=Math.floor(Math.random()*story_image.length);
	
	  if (r==0){r=1;}
	  
	   document.write('<td><img src='+ story_image[r] +' align=right /></td>');
	   document.write('<td>&nbsp;<img src=../images/content/pagebuilder/10617.gif border=0 /></td></tr><tr><td colspan=2>');
	   document.write('<h2>'+ name_age[r] +'</h2>');
       document.write('<p>'+ story_blurb[r] +'<br />');
       document.write('<b>&gt;&gt;</b><a href='+ story_link[r] +'> learn more</p></td>');
	  
	
	}

