Example #1
0
def get_next10(location,page):
	print location
	print page
	print "getting 10"
	temp=get_location_images(location,page)
	return temp
Example #2
0
def get_location_img(location):

    temp = get_location_images(location)

    return temp
Example #3
0
def get_location_img(location):
	
	temp = get_location_images(location)

	return  temp
Example #4
0
def get_next10(location, page):
    print location
    print page
    print "getting 10"
    temp = get_location_images(location, page)
    return temp