<!-- This script created by http://www.vasih.com copyright 2006 -->

<!-- Begin

var theFeatures = new Array()
var theFeaturesLinks = new Array()


theFeatures[0] = '/images/features/hp_feature_horse.jpg';
theFeaturesLinks[0] = '/solutions/index.html';
theFeatures[1] = '/images/features/hp_feature_equip.jpg';
theFeaturesLinks[1] = '/solutions/replenishment_analysis.html';
theFeatures[2] = '/images/features/hp_feature_lostfound.jpg';
theFeaturesLinks[2] = '/solutions/phantom_inventory.html';

// do not edit anything below this line

var j = 0
var p = theFeatures.length;
var preBuffer = new Array()
for (j = 0; j < p; j++){
   preBuffer[j] = new Image()
   preBuffer[j].src = theFeatures[j]
}
var whichImage2 = Math.round(Math.random()*(p-1));
function showFeatures(){
document.write('<a href="'+theFeaturesLinks[whichImage2]+'"><img src="'+theFeatures[whichImage2]+'" border="0"></a>');
}

//  End -->