
window.onload = choosePic;

var myPix = new Array("images/faces1.png","images/faces2.png","images/faces3.png","images/faces4.png","images/faces5.png","images/faces6.png");

function choosePic() {
	randomNum = Math.floor((Math.random() * myPix.length));
	document.getElementById("face").src = myPix[randomNum];
}

						

function nameon1()
{
document.getElementById('h1text').innerHTML="Is there somebody who's willing to <b>hold my hand</b> at the edge.<span id=\"index_citation\">Cancer patient</span>"
}
function nameout1()
{
document.getElementById('h1text').innerHTML="Is there somebody who's willing to <b>hold my hand</b> at the edge.<span id=\"index_citation\">Cancer patient</span>"
}

function nameon2()
{
document.getElementById('h1text').innerHTML="The way you communicate is part of your work as a healer. <b>Your not born with communicaion skills &mdash; you learn them.</b><span id=\"index_citation\">Anthony Back, MD</span>"
}
function nameout2()
{
document.getElementById('h1text').innerHTML="The way you communicate is part of your work as a healer. <b>Your not born with communicaion skills &mdash; you learn them.</b><span id=\"index_citation\">Anthony Back, MD</span>"
}

function nameon3()
{
document.getElementById('h1text').innerHTML="Oncotalk <b>transformed</b> the way I talk to patients.<span id=\"index_citation\">Oncotalk participant</span>"
}
function nameout3()
{
document.getElementById('h1text').innerHTML="Oncotalk <b>transformed</b> the way I talk to patients.<span id=\"index_citation\">Oncotalk participant</span>"
}
