var b1dis = "<a href=\"";
var bdis = "\"><img src=\"";
var edis = " width=\"211\" height=\"110\" border=\"0\"></a>";
var rnumb = "";
var img = "";
// number at the end of this formula below is the number of images
rnumb += Math.floor(Math.random()*2);
img = rnumb;

if (img == "0") {
document.write(b1dis+ "servicelogistics_overview.jsp" +bdis+ "images/systems_solutions_thumbnail.jpg\"" +edis);
}

if (img == "1") {
document.write(b1dis+ "lead_logistics.jsp" +bdis+ "images/lead_logistics_thumbnail.jpg\"" +edis);
}






