ciao, prova così:

codice:
var the_url = window.location.href;
var the_value = the_url.split("=")[1];
in the_value hai il valore (solo se hai un solo parametro, però).

saluti