38 }
39 }
40
41 // can now deal with depth 3
42 // start on command line
43 crawl(startURL, 3)
43 crawl(startURL, 4)
44