<!-- This script created by George Valentine, Vasih Inc. -->

<!-- Begin

var theFeatures = new Array()
var theFeaturesLinks = new Array()


theFeatures[0] = '/images/features/header_image_01.jpg';
theFeaturesLinks[0] = '/index.html';
theFeatures[1] = '/images/features/header_image_02.jpg';
theFeaturesLinks[1] = '/index.html';
theFeatures[2] = '/images/features/header_image_03.jpg';
theFeaturesLinks[2] = '/index.html';
theFeatures[3] = '/images/features/header_image_04.jpg';
theFeaturesLinks[3] = '/index.html';

// do not edit anything below this line

var j = 0
var p = theFeatures.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theFeatures[i]
}
var whichImage = Math.round(Math.random()*(p-1));
function showFeatures(){
document.write('<img src="'+theFeatures[whichImage]+'" border="0"></a>');
}

//  End -->