//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_harassment.html target=_new><font color="FFFFFF" face="Arial, Helvetica, sans-serif" align="left">Offended?<br>  ‘Straight Talk’ em!</a>'



banner[1]='<a href=http://www.orlandoward.com/tips_harassment.html target=_new><font color="FFFFFF" face="Arial, Helvetica, sans-serif" align="left">Confused about what Sexual Harassment is?</a>'



banner[2]='<a href=http://www.orlandoward.com/tips_harassment.html target=_new><font color="FFFFFF" face="Arial, Helvetica, sans-serif" align="left">What is the “media standard”?</a>'



banner[3]='<a href=http://www.orlandoward.com/tips_harassment.html target=_new><font color="FFFFFF" face="Arial, Helvetica, sans-serif" align="left">Should I report it?</a>'



var whichbanner=Math.floor(Math.random()*(banner.length))

document.write(banner[whichbanner])

