function loadjavaimage(){
var randomnumber1 = Math.floor(Math.random()*3+1);

if(randomnumber1 == 1){
	document.write("<div class=\"slideshow\" id=\"slidshowimages\"><a href=\"/solutions/individuals/\"><img src=\"images/home_java_individual1.png\" alt=\"In an emergency I need to be found. TracPlus lets my colleagues and loved ones know where I am at all times.\" border=\"0\"/></a>");
	document.write("<a href=\"/solutions/organizations/\"><img src=\"images/home_java_org1.png\" alt=\"In an emergency, we need to save lives. TracPlus gives my visibility.\" border=\"0\"/></a>");
	document.write("<a href=\"/solutions/enterprise/\"><img src=\"images/home_java_multi1.png\" alt=\"In an emergency, my people need to be found. TracPlus gives me situational awareness and operational control.\" border=\"0\"/></a>");
	document.write("<a href=\"/solutions/individuals/\"><img src=\"images/home_java_individual2.png\" alt=\"In an emergency I need to be found. TracPlus lets my colleagues and loved ones know where I am at all times.\" border=\"0\"/></a>");
	document.write("<a href=\"/solutions/organizations/\"><img src=\"images/home_java_org2.png\" alt=\"In an emergency, we need to save lives. TracPlus gives my visibility.\" border=\"0\"/></a>");
	document.write("<a href=\"/solutions/enterprise/\"><img src=\"images/home_java_multi2.png\" alt=\"In an emergency, my people need to be found. TracPlus gives me situational awareness and operational control.\" border=\"0\"/></a>");
	document.write("<a href=\"/solutions/individuals/\"><img src=\"images/home_java_individual3.png\" alt=\"In an emergency I need to be found. TracPlus lets my colleagues and loved ones know where I am at all times.\" border=\"0\"/></a>");
	document.write("<a href=\"/solutions/organizations/\"><img src=\"images/home_java_org3.png\" alt=\"In an emergency, we need to save lives. TracPlus gives my visibility.\" border=\"0\"/></a>");
	document.write("<a href=\"/solutions/enterprise/\"><img src=\"images/home_java_multi3.png\" alt=\"In an emergency, my people need to be found. TracPlus gives me situational awareness and operational control.\" border=\"0\"/></a></div>");
}

if(randomnumber1 == 2){
	document.write("<div class=\"slideshow\" id=\"slidshowimages\"><a href=\"/solutions/individuals/\"><img src=\"images/home_java_individual2.png\" alt=\"In an emergency I need to be found. TracPlus lets my colleagues and loved ones know where I am at all times.\" border=\"0\"/></a>");
	document.write("<a href=\"/solutions/organizations/\"><img src=\"images/home_java_org2.png\" alt=\"In an emergency, we need to save lives. TracPlus gives my visibility.\" border=\"0\"/></a>");
	document.write("<a href=\"/solutions/enterprise/\"><img src=\"images/home_java_multi2.png\" alt=\"In an emergency, my people need to be found. TracPlus gives me situational awareness and operational control.\" border=\"0\"/></a>");
	document.write("<a href=\"/solutions/individuals/\"><img src=\"images/home_java_individual3.png\" alt=\"In an emergency I need to be found. TracPlus lets my colleagues and loved ones know where I am at all times.\" border=\"0\"/></a>");
	document.write("<a href=\"/solutions/organizations/\"><img src=\"images/home_java_org3.png\" alt=\"In an emergency, we need to save lives. TracPlus gives my visibility.\" border=\"0\"/></a>");
	document.write("<a href=\"/solutions/enterprise/\"><img src=\"images/home_java_multi3.png\" alt=\"In an emergency, my people need to be found. TracPlus gives me situational awareness and operational control.\" border=\"0\"/></a>");
	document.write("<a href=\"/solutions/individuals/\"><img src=\"images/home_java_individual1.png\" alt=\"In an emergency I need to be found. TracPlus lets my colleagues and loved ones know where I am at all times.\" border=\"0\"/></a>");
	document.write("<a href=\"/solutions/organizations/\"><img src=\"images/home_java_org1.png\" alt=\"In an emergency, we need to save lives. TracPlus gives my visibility.\" border=\"0\"/></a>");
	document.write("<a href=\"/solutions/enterprise/\"><img src=\"images/home_java_multi1.png\" alt=\"In an emergency, my people need to be found. TracPlus gives me situational awareness and operational control.\" border=\"0\"/></a></div>");
}
if(randomnumber1 == 3){
	document.write("<div class=\"slideshow\" id=\"slidshowimages\"><a href=\"/solutions/individuals/\"><img src=\"images/home_java_individual3.png\" alt=\"In an emergency I need to be found. TracPlus lets my colleagues and loved ones know where I am at all times.\" border=\"0\"/></a>");
	document.write("<a href=\"/solutions/organizations/\"><img src=\"images/home_java_org3.png\" alt=\"In an emergency, we need to save lives. TracPlus gives my visibility.\" border=\"0\"/></a>");
	document.write("<a href=\"/solutions/enterprise/\"><img src=\"images/home_java_multi3.png\" alt=\"In an emergency, my people need to be found. TracPlus gives me situational awareness and operational control.\" border=\"0\"/></a>");
	document.write("<a href=\"/solutions/individuals/\"><img src=\"images/home_java_individual1.png\" alt=\"In an emergency I need to be found. TracPlus lets my colleagues and loved ones know where I am at all times.\" border=\"0\"/></a>");
	document.write("<a href=\"/solutions/organizations/\"><img src=\"images/home_java_org1.png\" alt=\"In an emergency, we need to save lives. TracPlus gives my visibility.\" border=\"0\"/></a>");
	document.write("<a href=\"/solutions/enterprise/\"><img src=\"images/home_java_multi1.png\" alt=\"In an emergency, my people need to be found. TracPlus gives me situational awareness and operational control.\" border=\"0\"/></a>");
	document.write("<a href=\"/solutions/individuals/\"><img src=\"images/home_java_individual2.png\" alt=\"In an emergency I need to be found. TracPlus lets my colleagues and loved ones know where I am at all times.\" border=\"0\"/></a>");
	document.write("<a href=\"/solutions/organizations/\"><img src=\"images/home_java_org2.png\" alt=\"In an emergency, we need to save lives. TracPlus gives my visibility.\" border=\"0\"/></a>");
	document.write("<a href=\"/solutions/enterprise/\"><img src=\"images/home_java_multi2.png\" alt=\"In an emergency, my people need to be found. TracPlus gives me situational awareness and operational control.\" border=\"0\"/></a></div>");
}

}

