Clearup of Rhino and JQuery

Clearup of Rhino and JQuery


I have included this as a seperate file
load("env.js");
window.location = "testfile2.html";
window.onload = function() {
load("jquery.js");
print("Newest A List Apart Posts:");
$("h3.ishinfo").each(function(){
print(" - " + this.textContent);
});
called testscript.js
ran it as
java -jar js.jar testscript.js
and all I get is
Newest A List Apart Posts:
could somebody point out anything that I would not cause the loop to
iterate
regards
matthew