#Web Mapper
Functions:
map_website(base_url,depth) - use this to map all the pages
base_url: the website to start from depth: the number of times the link_grab runs
link_grab(url, base_url) - scrapes a single page and stores all the links found on that page
url - the page to visit base_url - the homepage for the website