Does any have the scrolling specials box working, so that it only displays the products relevant to that site.

I have the

Code:
  $random_specials_sidebox_product = zen_random_select(cat_filter($random_specials_sidebox_product_query));
in the specials.php file, but it still pulls in ALL items listed as specials.

Thoughts?