if not os.path.isfile(sys.argv[5]):
        print 'Landing page {} does not exist'.format(sys.argv[5]) 
        usage()