// Copyright &copy; 2001, 2002 Mark Purtill.
// $Id: backward.js,v 1.2 2002/01/25 05:01:40 purtill Exp $

if( args[ "seed" ] ) {
  var new_location = "aca.html" + arg_string();
  if( ! args[ "card_count" ] ) {
    new_location += "&card_count=101";
  }
  window.location = new_location;
}

