// Display Random Sites 
var num=Math.floor(6*Math.random()+1)
if (num==1) {
  document.write("<a href='http://www.thehungersite.com' target='_blank'>The Hunger Site</a>")
   }
if (num==2) {
  document.write("<a href='http://www.therainforestsite.com' target='_blank'>The Rainforest Site</a>")
   }
if (num==3) {
  document.write("<a href='http://www.thechildhealthsite.com' target='_blank'>The Child Health Site</a>")
   }
if (num==4) {
  document.write("<a href='http://www.theanimalrescuesite.com' target='_blank'>The Animal Rescue Site</a>")
   }
if (num==5) {
  document.write("<a href='http://www.thebreastcancersite.com' target='_blank' >The Breast Cancer Site</a>")
   }
if (num==6) {
  document.write("<a href='http://www.theliteracysite.com' target='_blank'>The Literacy Site</a>")
   }
document.write("<br><font size=1 color=#364049>Please visit this site daily to support a good cause.</font>")