<!--
function random_imglink(){
var images = new Array(
"color5100.jpg",
"color6100.jpg",
"color7100.jpg",
"color8100.jpg")

var urls = new Array(
"http://diversityminnesota.com/organizations.php",
"http://diversityminnesota.com/cgi-bin/volunteers/volunteers.cgi",
"http://diversityminnesota.com/diversitypublications.php",
"http://diversityminnesota.com/search_jobs.php?js_zone=true")


  var ry=Math.floor(Math.random()*images.length)

  if (ry==0)
     ry=1
     document.write('<center><table border=0 cellpadding=0 cellspacing=0 width='+'"'+'125'+'"'+'> <tr><td><center><a href='+'"'+urls[ry]+'"'+'><img src='+'"'+'http://diversityminnesota.com/images/'+images[ry]+'"'+' border='+'"'+'0'+'"'+'></center></td></tr></a></table></center><p>')
}

  random_imglink()
//-->

