function roll(image1, reference1)
{
  if (document.images)  {  document.images[image1].src = reference1; }
}
