// This preloads the images for the back button used throughout the site.

var backbuttonOff = new Image();
var backbuttonOn = new Image();

backbuttonOff.src = '/imgs/global/button-backOff.gif';
backbuttonOn.src = '/imgs/global/button-backOn.gif';