For some reason I can't get random photos on my home page to work quite right. Actually, on one site (same server) it works perfectly, while in this case, it shows random pictures from one specific category (id 3022), but I can't get the thing to pull from cat 500 for the life of me. I even copied the inc_features from the other site in case it was dorked up. Still, I get random pics from the one cat.
Please help! It just so happens that the one cat I don't want showing IS showing.

I have tried specifying specific cats with no luck too.
thoughts?
current inc_features settings (all photos are showing from cat 3022):
FROM {$pp_db_prefix}photos p
LEFT JOIN {$pp_db_prefix}categories c ON c.id = p.cat
WHERE c.cattype = 'c' AND p.storecat = 0
ORDER BY RAND()";