This is suppose to take the images given and every time you refresh the browser page a new image is suppose to appear. The code I have which goes in the ads div.

code so far:

Code:
 <div id="ads">
  
      <script type="text/javascript">
		    
	var rNumber = randInt(5); 
        var rAd = adDescription(rNumber); 
        var rLink = adLink(rNumber);
...