shell.run("clear")
print "SUCKING"
turtle.select(1)

while true do
	turtle.suck();
	turtle.dropDown();
	sleep(0.1)
end