THER1ON,
 Дополнить, в смысле без перегрузки оновление сделать? Тогда так.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<TITLE>0931454574.blogspot.com</TITLE>
 
<META name="content-Type" content="text/html; charset=windows-1251">
 <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"  type="text/javascript"></script>
<script>
 $(document).ready(function()
{
good();
});
function good()
{
setInterval(random,3000);	
}
function random( )
{
$.post("random.php", { name: "John", time: "2pm" },
  function(data){
    //alert("Data Loaded: " + data);
	
		
	$("#images").attr("src",data);
  });}
</script>
<meta http-equiv="Content-Type" content="text/html;charset=windows-1251">
</head>
<body>
<img src="image/1.jpg" id="images">
 
</body>
</html>