// Basic page redirect

function redirect(URLStr) { location = URLStr; }
