<!-- Hide Script from old browsers
//begin rollover script

if (document.images) {
	aboutusOn = new Image();
	aboutusOn.src = "images/homeimages/aboutus-w.gif";
	servicesOn = new Image();
	servicesOn.src = "images/homeimages/services-w.gif";
	superiorOn = new Image();
	superiorOn.src = "images/homeimages/superior-w.gif";
	referenceOn = new Image();
	referenceOn.src = "images/homeimages/reference-w.gif";
	projectOn = new Image();
	projectOn.src = "images/homeimages/project-w.gif";
	inquiryOn = new Image();
	inquiryOn.src = "images/homeimages/inquiry-w.gif";
	employmentOn = new Image();
	employmentOn.src = "images/homeimages/employment-w.gif";
	contactusOn = new Image();
	contactusOn.src = "images/homeimages/contactus-w.gif";
	
			
	aboutusOff = new Image();
	aboutusOff.src = "images/homeimages/aboutus.gif";
	servicesOff = new Image();
	servicesOff.src = "images/homeimages/services.gif";
	superiorOff = new Image();
	superiorOff.src = "images/homeimages/superior.gif";
	referenceOff = new Image();
	referenceOff.src = "images/homeimages/reference.gif";
	projectOff = new Image();
	projectOff.src = "images/homeimages/project.gif";
	inquiryOff = new Image();
	inquiryOff.src = "images/homeimages/inquiry.gif";
	employmentOff = new Image();
	employmentOff.src = "images/homeimages/employment.gif";
	contactusOff = new Image();
	contactusOff.src = "images/homeimages/contactus.gif";
	
		
}
else {
	aboutusOn = "";
	aboutusOff = "";
	servicesOn = "";
	servicesOff = "";
	superiorOn = "";
	superiorOff = "";
	referenceOn = "";
	referenceOff = "";
	projectOn = "";
	projectOff = "";
	inquiryOn = "";
	inquiryOff = "";
	employmentOn = "";
	employmentOff = "";
	contactusOn = "";
	contactusOff = "";
	
}

pics = new Array("images/homeimages/rotate/homepage13.jpg","images/homeimages/rotate/homephoto1.jpg","images/homeimages/rotate/homephoto10.jpg","images/homeimages/rotate/homephoto12.jpg","images/homeimages/rotate/homephoto14.jpg","images/homeimages/rotate/homephoto15.jpg","images/homeimages/rotate/homephoto16.jpg","images/homeimages/rotate/homephoto17.jpg","images/homeimages/rotate/homephoto18.jpg","images/homeimages/rotate/homephoto2.jpg","images/homeimages/rotate/homephoto3.jpg","images/homeimages/rotate/homephoto4.jpg","images/homeimages/rotate/homephoto5.jpg","images/homeimages/rotate/homephoto6.jpg","images/homeimages/rotate/homephoto7.jpg","images/homeimages/rotate/homephoto8.jpg","images/homeimages/rotate/homephoto9.jpg","images/homeimages/rotate/homephoto11.jpg","images/homeimages/rotate/homephoto19.jpg")
picCt = pics.length

function choosePic() {
if (document.images) {
	randompic = Math.floor ((Math.random() * picCt))
	document.myPicture.src = pics[randompic]
	}
}	

// End hiding script from old browsers -->


 
                          