def WikiSoup(url):
    return soupypages.soupFromUrl(url, hdr=True, fail=True)
def getSoup(url,hdr=False):
    return soupypages.soupFromUrl(url,hdr)