function WriteQuickLinks() 
{
var currentTime = new Date()
var UTChour = currentTime.getUTCHours()
document.write("<table border='6'>");
document.write("<tr><th>Quick Links</th></tr>");
document.write('<tr><td><font size=3><b>Tickets</b></font></td></tr>');
document.write("<tr><td>--<a href='contkt.htm'><font size=2><b>Information</b></font></a></td></tr>");
    if (GetKeyDay(11,3,30) > GetTodayKey() )  //Display until day before ticket cutoff
      {
        DisplayAfter(11,1,1,'<tr><td>--<font size=2>');
        DisplayTixAfter(11,1,1,'<b>Order Online</b>');
        DisplayAfter(11,3,25,"<center>(until 6 PM - 3/31)</center>");
        DisplayAfter(11,1,1,'</font></td></tr>');
        DisplayAfter(11,1,1,"<tr><td>--<font size=2>Order by Phone<br><center>866-412-5943");
        DisplayAfter(11,3,25,"<br>(until 6 PM 3/31)");
        DisplayAfter(11,1,1,"</center></font></td></tr>");
      } 
//  if (GetKeyDay(8,5,3) == GetTodayKey() )    // display on day of show (until 2PM)
//    {
//      EThour=UTChour-5;
//      if (EThour < 1 ) EThour = EThour + 24; 
//      if (EThour < 14 )
//        {
//          document.write('<tr><td>--<font size=2>');
//          DisplayTixUntil(8,5,3,'<b>Order Online</b>');
//          document.write("<br>(until 2:00 PM, 5/3)");
//          document.write('</font></td></tr>');
//          document.write("<tr><td>--<font size=2>Order by Phone<br><center>866-412-5943");
//          document.write("<br>(until 2:00 PM, 5/3)");
//          document.write("</center></font></td></tr>");
//        } 
//      document.write("<tr><td>--<font size=2><b>Available at the Door</b></font></td></tr>");
//    } 
DisplayUntil(11,3,6,"<tr><td>--<a href='contkf.htm'><font size=2><b>Order by Mail</b></font></a></td></tr>");
document.write("<tr><td><font size=3><b>Clarice Smith Performing Arts Center</b></font></td></tr>");
document.write("<tr><td>--<a href='http://claricesmithcenter.umd.edu'><font size=2><b>General Info</b></font></td></tr>");
//document.write("<tr><td>--<a href='http://www.nvcc.edu/alexandria/schlesingercenter/seating.html'><font size=2><b>Seating Chart</b></font></td></tr>");
document.write("<tr><td>--<a href='http://claricesmithcenter.umd.edu/2010/c/about/parking/'><font size=2><b>Directions</b></font></td></tr>");
document.write("<tr><td>--<A HREF='http://mapq.st/eZOz3D'><font size=2><b>Map it!</b></font></A></td></tr>");
//DisplayUntil(8,5,3,"<tr><td>--<a href='pdfs/menu.pdf'><font size=2><b>Menu</b><br></font></td></tr>");
//document.write("<tr><td>--<a href='http://www.birchmere.com/birchmeremenu09_web.pdf'><font size=2><b>Menu</b></font></td></tr>");
//DisplayUntil(8,5,3,'<tr><td>--<font size=2><b>Free Parking</b><br><center>(in Garage across the street)</center></font></td></tr>');
document.write("<tr><td><font size='3'><b>Headquarters Hotel</b></font></td></tr>");
document.write("<tr><td>--<a href='conhot.htm'><font size=2><b>General Info</b></font></td></tr>");
DisplayUntil(11,3,18,"<tr><td>--<font size=2><a href='http://www.marriott.com/hotels/travel/wasum?groupCode=wfmwfma&app=resvlink&fromDate=3/31/11&toDate=4/3/11'><b>Reserve a Room</b></a></font></td></tr>");
//document.write("<tr><td>--<A HREF='http://mapq.st/eZOz3D'><font size=2><b>Map it!</b></font></A></td></tr>");
//document.write("<tr><td>--<A HREF='http://www.mapquest.com/maps/map.adp?address=2650+Jefferson+Davis+Highway&city=Arlington&state=VA&zipcode=22202&country=US&cid=lfmaplink'><font size=2><b>Map it!</b></font></A></td></tr>");
//document.write("<tr><td>--<A HREF='http://www.mapquest.com/maps/map.adp?address=5000+Seminary+Rd&city=Alexandria&state=VA&zipcode=22311&country=US&cid=lfmaplink'><font size=2><b>Map it!</b></font></A></td></tr>");
DisplayUntil(11,3,15,'<tr><td><font size=3><b>Help</b></font></td></tr>');
DisplayUntil(11,3,15,'<tr><td>--<a href="consponsor.htm"><font size=2><b>Become a Sponsor</b></font></td></tr>');
DisplayUntil(11,3,20,'<tr><td>--<a href="convol.htm"><font size=2><b>Become a Volunteer</b></font></td></tr>');
//document.write("<tr><td><font size='3'><b>Help</b></font></td></tr>");
//document.write("<tr><td>--<a href='consponsor.htm'><font size=2><b>Become a Sponsor</b></font></td></tr>");
//document.write("<tr><td>--<a href='convol.htm'><font size=2><b>Become a Volunteer</b></font></td></tr>");
document.write("</table>");
};
