function randomizer() { 
 pics = new Array ('ads/sponsor1.jpg','ads/sponsor2.jpg','ads/sponsor3.jpg', 'ads/sapad.jpg'); 
 links = new Array ('http://www.ballclaw.com','http://www.strength-systems.com','http://www.strength-systems.com','http://www.studentathleteprofiles.com/contact.php' ); 
  
 whichItem = Math.floor(Math.random()*4); 
  
 document.write('<a href="http://studentathleteprofiles.com/cgi-bin/awredir.pl?url=' +links[whichItem]+ '" target="_new"><IMG SRC="' +pics[whichItem]+ '" border="0"></A>');  
 } 