function GPaC_home_randomImage () {
  rand_picture = Math.floor (Math.random () * 24.999800); 
  document.write ('<img src="sl6/' + rand_picture + '.jpg" width="467" height="350" alt="A Vancouver Scene" />');
}


