Forum Moderators: not2easy
<?phpheader("Content-Type: text/css");$rand_num = mt_rand(1, 4);?>.randimage {background-image: url('randimage<?php echo $rand_num ?>.gif');}