hehe well it isnt a procedure its called a function
you need to do something like this
void procedure()
{
the PROCEDURE
}
in void loop
void loop()
{
procedure();
}
and first time i saw this post ti thought this was something new because of the werid post name procedures ;D