/* Start() is used to bypass the browsers ability 
     *to only load one function at a time 
     */

	function start() {
  		FillDiv();
		runSlideShow();
  		
  	}
	//  End -->
