//Copyright 2003 by MyKazaam.com Author: Yaza.  You must leave this copyright header in tact for use.  Please read the License file that accompanies the full package of this script.  For support visit http://www.mykazaam.com

var banner=new Array()



banner[0]='<a href=http://www.orlandoward.com/tips_diversity.html target=_new><font color="FFFFFF" face="Arial, Helvetica, sans-serif" align="left">Confused about what the term ‘diversity’ means?</a>'



banner[1]='<a href=http://www.orlandoward.com/tips_diversity.html target=_new><font color="FFFFFF" face="Arial, Helvetica, sans-serif" align="left">How do I leverage the diversity of my team?</a>'



banner[2]='<a href=http://www.orlandoward.com/tips_diversity.html target=_new><font color="FFFFFF" face="Arial, Helvetica, sans-serif" align="left">Confronted by <BR> diversity conflicts?</a>'



banner[3]='<a href=http://www.orlandoward.com/tips_diversity.html target=_new><font color="FFFFFF" face="Arial, Helvetica, sans-serif" align="left">Are you walking the diversity talk?</a>'



var whichbanner=Math.floor(Math.random()*(banner.length))

document.write(banner[whichbanner])

