Well post what you have then.

A nested loop is simply
Code:
for ( a ; b ; c ) {
    for ( d ; e ; f ) {
    }
}
Replace a to f with whatever