<!--
images = new Array(22);
images[0] = "<img src='images/stories/RightHand/righthandimages-1.gif' width='211' height='176' alt=''>";
images[1] = "<img src='images/stories/RightHand/righthandimages-2.gif' width='211' height='176' alt=''>";
images[2] = "<img src='images/stories/RightHand/righthandimages-3.gif' width='211' height='176' alt=''>";
images[3] = "<img src='images/stories/RightHand/righthandimages-4.gif' width='211' height='176' alt=''>";
images[4] = "<img src='images/stories/RightHand/righthandimages-5.gif' width='211' height='176' alt=''>";
images[5] = "<img src='images/stories/RightHand/righthandimages-6.gif' width='211' height='176' alt=''>";
images[6] = "<img src='images/stories/RightHand/righthandimages-7.gif' width='211' height='176' alt=''>";
images[7] = "<img src='images/stories/RightHand/righthandimages-8.gif' width='211' height='176' alt=''>";
images[8] = "<img src='images/stories/RightHand/righthandimages-9.gif' width='211' height='176' alt=''>";
images[9] = "<img src='images/stories/RightHand/righthandimages-10.gif' width='211' height='176' alt=''>";
images[10] = "<img src='images/stories/RightHand/righthandimages-11.gif' width='211' height='176' alt=''>";
images[11] = "<img src='images/stories/RightHand/righthandimages-12.gif' width='211' height='176' alt=''>";
images[12] = "<img src='images/stories/RightHand/righthandimages-13.gif' width='211' height='176' alt=''>";
images[13] = "<img src='images/stories/RightHand/righthandimages-14.gif' width='211' height='176' alt=''>";
images[14] = "<img src='images/stories/RightHand/righthandimages-15.gif' width='211' height='176' alt=''>";
images[15] = "<img src='images/stories/RightHand/righthandimages-16.gif' width='211' height='176' alt=''>";
images[16] = "<img src='images/stories/RightHand/righthandimages-17.gif' width='211' height='176' alt=''>";
images[17] = "<img src='images/stories/RightHand/righthandimages-18.gif' width='211' height='176' alt=''>";
images[18] = "<img src='images/stories/RightHand/righthandimages-19.gif' width='211' height='176' alt=''>";
images[19] = "<img src='images/stories/RightHand/righthandimages-22.gif' width='211' height='176' alt=''>";
images[20] = "<img src='images/stories/RightHand/righthandimages-23.gif' width='211' height='176' alt=''>";
images[21] = "<img src='images/stories/RightHand/righthandimages-24.gif' width='211' height='176' alt=''>";
index = Math.floor(Math.random() * images.length);
		document.write(images[index]);
// -->