<!--
function GetImage(){
	var result = Math.random();
	if (result <= .5){
		var image_source = "<img src=\"home2.jpg\" width=\"407\" height=\"159\" border=\"0\" alt=\"Learn About Global MBE Opportunities\">";
	}
	else {
		var image_source = "<img src=\"home2.jpg\" width=\"407\" height=\"159\" border=\"0\" alt=\"Learn About Global MBE Opportunities\">";
	}
	document.write(image_source);
}
// -->