// JavaScript DocumentwriteMessage = function(){	var messageArray = ['about the professional experience of a lifetime.','to find out how to become a part of the Amdocs team.','to change the way you practice family medicine.','to discover superior professional opportunities.','and begin exploring new frontiers.','to learn if this work is right for you.'];	var randomMessNumber=Math.floor(Math.random()*messageArray.length);	document.write(messageArray[randomMessNumber]);	}