Joe's Params Kewpie

function params(qp){ try { r = unescape(location.search.match(new RegExp(qp + "=+([^&]*)"))[1]); } catch(e) { r = ''; } return r; }
Enter the query parameters in the URL (after `?`) to see their values below.
Example: ?name=Joe&age=30
Result will appear here