function Hypnagogic_randomImage () {
  rand_picture = Math.floor (Math.random () * 214.999800); 
  document.write ('<img src="sl5/' + rand_picture + '.jpg" width="650" height="487" alt="A Vancouver Scene" />');
}

