i used this query_posts to random photo of a product :
<?php query_posts('showposts=1&orderby=rand'); ?>
and now i'd like to be generating random "Picture of the Day"
I want it to be so random and not repeating itself every time i refreche the browser, only one time in a day.
Thanks