===========================
DESCRIPTION: In some cases, when you name your header images sequentialy (img01.jpg, img02.jpg, img03.jpg) they may not appear in that order.
CAUSE: This is caused by the way different servers return a list of filenames when using the PHP function m_find_in_dir__().
FIX: edit bfa_rotating_header_images.php and find line 37 which shoud be
HTML Code:
closedir($dh);
HTML Code:
sort($files); closedir($dh);