<!-- Last changed: 1/26/2006 -->
<!-- Begin Script
function DoHotTips()
{

  var QArray = new Array(12)
  var ZArray = new Array(8)

  QArray[0] = "Please <a href=\"officer.html#coordinators\">contact a coordinator</a> before making any changes."
  QArray[1] = "<a href=\"paypal.htm\">PayPal dues payments</a> now immediately appear in our online system."
  QArray[2] = "<a href=\"http://www.narcc.org/policy_and_proc.pdf\">You must notify the coordinator if your station is off the air for more than 30 days.</a>"
  QArray[3] = "NEW: You can now print your own <a href=\"http://www.narcconline.org/narcc/entry.htm\" target=\"_top\">Coordination Certificate</a>."
  QArray[4] = "Be sure your email address and phone number are correct in our <a href=\"http://www.narcconline.org/narcc/entry.htm\" target=\"_top\">online database</a>."
  QArray[5] = "NARCC elects its Board of Directors at the <a href=\"Newsupdates/Meetings_Events.html\">April membership meeting</a>."
  QArray[6] = "Anyone can <a href=\"http://www.narcconline.org/narcc/search.cfm\" target=\"_top\">search the database</a> to find repeaters."
  QArray[7] = "Click an IRLP node number to get more information about that node."
  QArray[8] = "Question? Contact our <a href=\"officer.html#comm-mgr\">Communications Manager</a> or a <a href=\"officer.html#coordinators\">coordinator</a>."
  QArray[9] = "Please <a href=\"officer.html#coordinators\">contact a coordinator</a> before turning on a new repeater."
  QArray[10] = "Discuss the issues on NARCC's <a href=\"how_to_contact_us.html#reflector\">public reflector</a>."

  ZArray[0] = "FF8C00"
  ZArray[1] = "3CB371"
  ZArray[2] = "00008B"
  ZArray[3] = "6495ED"
  ZArray[4] = "C71585"
  ZArray[5] = "20B2AA"

  var now = new Date()
  var sec = now.getSeconds()

  tipstr = QArray[sec % 11]
  rgbstr = ZArray[sec % 6]

  document.write("<table width=400 cellpadding=4 cellspacing=0 border=1 bordercolor=black>")
  document.write("<tr><td valign=center align=center width=50 bgcolor=" + rgbstr + "><font face=\"Arial,Helvetica\" color=white size=-1><b>Hot<br>Tip</b></font></td>")
  document.write("<td valign=center align=left width=370 bgcolor=white><font face=\"Arial,Helvetica\" color=black size=-1><b>" + tipstr + "</b></font></td></tr></table>")

}
// End Script -->
