var text=new Array();
var img=new Array();
text[1]="Inspired by the nurses and volunteers of Hospice. I know there are earth angels ... I've seen them.";
text[2]="When you listen to your heart ... and you just know.";
text[3]="To realize that you are treasured.";
text[4]="In tribute to those that have no choice but to find their inner strength.";
text[5]="For intuition ... the internal voice of influence.";
text[6]="Inspired by those with wisdom, elegance and maturity.";
text[7]="For those who give the infectious gift of joy and laughter wherever they are.";
text[8]="Inspired by the unspoken, yet undeniable expression of love.";
text[9]="In celebration of achieving balance and harmony in one's life.";
text[10]="For those who have survived.";
text[11]="Inspired by those who never miss a chance to celebrate life.";
text[12]="Embracing our personal commitments to ourselves and others.";
text[13]="Inspired by those who bring a positive influence to the world around us.";
text[14]="For those wishing time would pass swiftly.";
text[15]="For those who face unexpected challenges with determination.";
text[16]="Inspired by those who stand for what they believe.";

img[1]='http://lib.store.yahoo.net/lib/shoprewards/caregiver.jpg';
img[2]='http://lib.store.yahoo.net/lib/shoprewards/certainty.jpg';
img[3]='http://lib.store.yahoo.net/lib/shoprewards/cherised.jpg';
img[4]='http://lib.store.yahoo.net/lib/shoprewards/courage.jpg';
img[5]='http://lib.store.yahoo.net/lib/shoprewards/daredevil.jpg';
img[6]='http://lib.store.yahoo.net/lib/shoprewards/grace.jpg';
img[7]='http://lib.store.yahoo.net/lib/shoprewards/gregarious.jpg';
img[8]='http://lib.store.yahoo.net/lib/shoprewards/guardian.jpg';
img[9]='http://lib.store.yahoo.net/lib/shoprewards/harmony.jpg';
img[10]='http://lib.store.yahoo.net/lib/shoprewards/invincible.jpg';
img[11]='http://lib.store.yahoo.net/lib/shoprewards/jubilant.jpg';
img[12]='http://lib.store.yahoo.net/lib/shoprewards/loyalty.jpg';
img[13]='http://lib.store.yahoo.net/lib/shoprewards/optimist.jpg';
img[14]='http://lib.store.yahoo.net/lib/shoprewards/patience.jpg';
img[15]='http://lib.store.yahoo.net/lib/shoprewards/perseverance.jpg';
img[16]='http://lib.store.yahoo.net/lib/shoprewards/stubborn.jpg';

var isNav, isIE;
if(parseInt(navigator.appVersion)>=4)
{
if(navigator.appName=="Netscape") {
  isNav=true;
}
else {
  isIE=true;
  }
}
   
if (isNav) {
	style = "td";
}
else {
	style = "inline";
}
	

function changeImage(obj,i)
{
	var str=obj.src;
	document.getElementById('SlideShow').src=img[i];
	document.getElementById('VU').style.display=style;
	document.getElementById('VUT').innerHTML=text[i];
}

