This php application reads a text file containing a list of banners and the time in seconds to display on the screen. The application will construct the proper javascript after
reading the text file from the server. It loads each banner, display it on the screen, the specified number of seconds. The list of banners and time can be freely edited. The
format of the text file (timer.txt) is as follows: first.gif 3000 =waits for 3 seconds second.gif 4000 =waits for 3 seconds third.gif 5000 =waits for 3 seconds
email:nuthankrishnan@hotmail.com