// JavaScript Document


   boston = new Image()
   fam = new Image()
   ash_boat = new Image()
   jetski = new Image()
   pats = new Image()
   nyc = new Image()
   portland = new Image()
   r_case  = new Image()
   r_hand  = new Image()
   becca_wed  = new Image()
   rocks = new Image()
   ash_rock = new Image()
   sun = new Image()
   us_beach = new Image()
   us_castle = new Image()
   

	boston.src = "album/boston.jpg"
   fam.src = "album/fam.jpg"
   ash_boat.src = "album/ash_boat.jpg"
   jetski.src = "album/jetski.jpg"
   pats.src = "album/pats.jpg"
   nyc.src = "album/nyc.jpg"
   portland.src = "album/portland.jpg"
   r_case.src = "album/r_case.jpg"
   r_hand.src = "album/r_hand.jpg"
   becca_wed.src = "album/becca_wed.jpg"
   rocks.src = "album/rocks.jpg"
   ash_rock.src = "album/ash_rock.jpg"
   sun.src = "album/sun.jpg"
   us_beach.src = "album/us_beach.jpg"
   us_castle.src = "album/us_castle.jpg"






