//Modified by:   $Author: gene $
//Last Modified: $Date: 2005/09/20 17:30:50 $
//Revision:      $Revision: 1.2 $


function submitbutton(newlocation) {
        if (newlocation && newlocation != 'undefined') {
                location=newlocation;
        }
        else {
                alert("Please select one of the options above before continuing.");
        }
}
function getRandom(min,max) {
        return (Math.round(Math.random()*(max-min)))+min;
}
