var mydate=new Date()
var year=mydate.getYear()
if (year<2000)
year="19"+year
var day=mydate.getDay()
var month=mydate.getMonth()
var daym=mydate.getDate()

switch (daym) {
  case 1: 
      r="Looking for Work In B.C.";
      s="http://workinfonet.bc.ca/";
      break;
  case 2: 
      r="Gardening in Canada.";
      s="http://www.icangarden.com/";
      break;
  case 3: 
      r="Health, Medical and Drug Information.";
      s="http://www.medicinenet.com/";
      break;
  case 4: 
      r="B.C. Legal Information.";
      s="http://www.duhaime.org/";
      break;
  case 5: 
      r="Ask an Auto Mechanic.";
      s="http://forums.sympatico.ca/WebX/WebX.cgi?14@^126390@.eeabe67";
      break;
  case 6: 
      r="List of Web Sites for Seniors.";
      s="http://www.hlth.gov.bc.ca/seniors/sites.html/";
      break;
  case 7: 
      r="The Vancouver Province.";
      s="http://www.canada.com/vancouver/theprovince/";
      break;
  case 8: 
      r="Learn How Things Work.";
      s="http://www.howstuffworks.com/";
      break;
  case 9: 
      r="Canada's Entertainment News.";
      s="http://www.canoe.ca/Jam/home.html";
      break;
  case 10: 
      r="Meals For You.";
      s="http://www.mymenus.com";
      break;
  case 11: 
      r="Sports Illustrated Online.";
      s="http://www.sportsillustrated.com";
      break;
  case 12: 
      r="Keep Your Children Safe at Home.";
      s="http://www.childfind.ca/educate/parents.hte";
      break;
  case 13: 
      r="Computer Security Tips.";
      s="http://www.staysafeonline.info/";
      break;
  case 14: 
      r="TransLink (BC Transit information).";
      s="http://www.translink.bc.ca/";
      break;
  case 15: 
      r="The Vancouver Sun";
      s="http://www.canada.com/vancouver/vancouversun/";
      break;
  case 16: 
      r="Canadian Space Agency.";
      s="http://www.space.gc.ca/asc/eng/default.asp";
      break;
  case 17: 
      r="B.C. Schools with Web Pages.";
      s="http://www.cln.org/community/schools_alph.html";
      break;
  case 18: 
      r="The Online Bartender";
      s="http://www.webtender.com/";
      break;
  case 19: 
      r="Encyclopedia Online.";
      s="http://www.encyclopedia.com/";
      break;
  case 20: 
      r="Stain Removal Guide.";
      s="http://www.chemistry.co.nz/stain_frame.htm";
      break;
  case 21: 
      r="Local Movie Theatre Guide.";
      s="http://www.mytelus.com/movies/theatres.do?prov=BC";
      break;
  case 22: 
      r="B.C. Golf Guide.";
      s="http://www.bcgolfguide.com";
      break;
  case 23: 
      r="Youth Resource Network of Canada.";
      s="http://www.youth.gc.ca";
      break;
  case 24: 
      r="Canada SuperPages.";
      s="http://www.superpages.ca/";
      break;
  case 25: 
      r="Local TV Listings.";
      s="http://tvlistings2.zap2it.com/gridall.asp";
      break;
  case 26: 
      r="Emergency Preparedness in Vancouver.";
      s="http://www.city.vancouver.bc.ca/corpsvcs/emerg/";
      break;
  case 27: 
      r="Visit Vancouver.";
      s="http://tourism-vancouver.org/";
      break;
  case 28: 
      r="Crime Stoppers of Greater Vancouver.";
      s="http://www.crimestoppers.aebc.com/";
      break;
  case 29: 
      r="Find a Postal Code.";
      s="http://www.canadapost.ca/personal/tools/pcl/bin/default-e.asp";
      break;
  case 30: 
      r="Discover Learning.";
      s="http://www.discoverlearning.com/learning_index.html";
      break;
  case 31: 
      r="Reverse Telephone Directory.";
      s="http://www.infospace.com/canada/reverse_ca.htm";  
      break;
}

document.write("</strong></font><a href="+s+" target='_self'><font face='Arial' color='#0000FF'><em>"+r+"</a>")

