/* Cool Javascript Progress Bar for HTML Page Version 1.4
Written by: Jeff Baker on 9/6/07 
Copyright 2010 By Jeff Baker - 
www.seabreezecomputers.com
This javascript when called at the beginning of your HTML code
will pop up a progress bar in the middle of the screen and
dynamically show you the percentage of your images that are
loaded. Paste the following code just before </HEAD> in your
HTML document:

<script type="text/javascript" language="JavaScript" src="progress.js">
</script>  

Cross Browser Support: This javascript seems to work
fine in IE 6+, Firefox 1.5 and up, Safari 3.0, and Netscape 6+ */

