Please change the quote tags to code tags.
Basically you make a note of the time in a long int variable and the millis() function. Then in the loop you look to see if the current time is greater than the time you set plus the delay, then do the stuff.
See the blink without delay example.
You can remove all the delays like that, long delays are bad in code because they block anything else from happening.