output = "";
for(i in window.location){
	output += i+"="+window.location[i]+"\n";
}
alert(output);