function delayArrow() {
    // change the name of the image below
  document.getElementById('delay').src='images/arrowleft4.gif';

	  document.getElementById('delay3').src='images/arrowright4.gif';

}
 // change the number below to adjust the time the image takes to load
window.setTimeout("delayArrow()", 1500);


