alert("There has been a problem contacting the Flybox web-site. Please ensure that:" & RETURN & RETURN & "1. You are connected to the Internet." & RETURN & "2. If you are behind a firewall that you have permissions to access the Internet.")
setVariable(sprite(1), "Uploaded", "D")
else
db = DGOpenDatabase(DBPath & "FlyBox.mdb", 0, 0, ";PWD=StopLooking")
DGExecute("UPDATE Anecdote SET Uploaded = True WHERE AnecdoteID = " & AnecdoteID, db)