function reldate(days) { var d; d = new Date(); d.setTime(d.getTime() + days*86400000); return d.toGMTString(); } function readCookie(name) { var s = document.cookie, i; if (s) for (i=0, s=s.split('; '); i"); document.write(""); var style = document.createElement('link'); style.href = "http://quimble.com/stylesheets/inpage.css"; style.rel = "stylesheet"; style.media = "screen"; style = document.getElementsByTagName('head')[0].appendChild(style); // var prev_vote = readCookie("quimble_10058"); if(!prev_vote) { makeCookie("quimble_10058", 0, 'expires:365'); prev_vote = readCookie("quimble_10058"); if(!prev_vote) { document.write("You must have cookies enabled to use quimble"); document.write(navigator.appName); } else { document.write("

On average how often do you walk to school each week?


  1. Vote

    Never

  2. Vote

    Once a week

  3. Vote

    Twice a week

  4. Vote

    Three times a week

  5. Vote

    Four times a week

  6. Vote

    Every day


Discuss this poll at Quimble.com
This poll powered by Quimble
"); } } else { if(prev_vote > 0 && navigator.appName == "Microsoft Internet Explorer") { document.write("

On average how often do you walk to school each week?


  1. Never (1)
  2. Once a week (0)
  3. Twice a week (0)
  4. Three times a week (0)
  5. Four times a week (0)
  6. Every day (0)

Discuss this poll at Quimble
This poll powered by Quimble
"); } else { document.write("

On average how often do you walk to school each week?


  1. Vote

    Never

  2. Vote

    Once a week

  3. Vote

    Twice a week

  4. Vote

    Three times a week

  5. Vote

    Four times a week

  6. Vote

    Every day


Discuss this poll at Quimble.com
This poll powered by Quimble
"); } }