
<!--//
	var numberassigned;
	function refreshimage()
	{
	  var imgToLoad = Math.round(Math.random()*4);
	  numberassigned=imgToLoad;
	  switch(imgToLoad){
		case 1:
		  document.write("<img src=images/ofaw_005.jpg width=562 height=124 border=0 alt=\"\">");
		  break;
		case 2:
		  document.write("<img src=images/ofaw_005.jpg width=562 height=124 border=0 alt=\"\">");
		  break;
		case 3:
		  document.write("<img src=images/ofaw_003.jpg width=562 height=124 border=0 alt=\"\">");
		  break;
		case 4:
		  document.write("<img src=images/ofaw_004.jpg width=562 height=124 border=0 alt=\"\">");
		  break;
		default:
		  document.write("<img src=images/ofaw_005.jpg width=562 height=124 border=0 alt=\"\">");
	  }
	}

//-->

