Output from CommentPuller
$ java -classpath stax.jar:.:bea.jar CommentPuller http://www.cafeaulait.org/oldnews/news2004January8.html
/* Only sunsites are allowed to mirror this page and then
only with explicit, prior permission. For details,
send email to elharo@metalab.unc.edu */
if (location.protocol.toLowerCase().indexOf("file") != 0 ) {
if (0 > location.host.toLowerCase().indexOf("cafeconleche.org")
&& 0 > location.host.toLowerCase().indexOf("cafeaulait.org")
&& 0 > location.host.toLowerCase().indexOf("sunsite")
&& 0 > location.host.toLowerCase().indexOf("ibiblio.org")) {
location.href="http://www.cafeconleche.org/oldnews/news2004January8.html";
}
}
//