      var linkno = 14;
      var date = new Date();
      var rd = date.getMinutes();
      var ra = rd % linkno;
      var re = ++ra;
      var mo=0
      frame="_top"

      // Check to see if link number is
      // below one and fix it.
       if (re < 1) re=++re
      //Begin Links

      if (re == 1) {
      re = "finance/budgeting.htm";
      mo = "Budgeting";

      }

      if (re == 2) {
      re = "health/articles/eat_more_fibre.htm";
      mo = "Eat More Fibre";
      }

      if (re == 3) {
      re = "accommodation/security.htm";
      mo = "Security";
      }

      if (re == 4) {
      re = "interests/thefuture.htm";
      mo = "The Future"
      }

      if (re == 5) {
      re = "employmentbusiness/business_startups.htm";
      mo = "Business Start-Ups";
      }

      if (re == 6) {
      re = "personal/adjustment.htm";
      mo = "Adjustment";
      }

      if (re == 7) {
      re = "finance/investment/investment.htm";
      mo = "Investment";
      }

      if (re == 8) {
      re = "health/articles/exercise.htm";
      mo = "Exercise";
      }

      if (re == 9) {
      re = "accommodation/location.htm";
      mo = "Location";
      }

      if (re == 10) {
      re = "interests/volunwrk.htm";
      mo = "Voluntary Work";
      }

      if (re == 11) {
      re = "personal/adjustment.htm";
      mo = "Adjustment";
      }

      if (re == 12) {
      re = "finance/articles/yourwill.htm";
      mo = "Made Your Will?";
      }

      if (re == 13) {
      re = "health/articles/health_why_bother.htm";
      mo = "Health Why Bother?";
      }

      if (re == 14) {
      re = "health/travel/travelling_abroad_the_first_steps.htm";
      mo = "Traveling Abroad";
      }

      var link="<A HREF="+re+" onMouseOver=\"window.status='"+mo+"'\">"+mo+" </A>";
      document.write(link);
