//*****************************************
// Blending Image Slide Show Script- 
// © (www.gomassu.com)
//*****************************************

        var s1 = new SWFObject("imagerotator.swf","rotator","948","219","7");
		s1.addParam("allowfullscreen","true");
		s1.addParam("wmode","opaque");
		s1.addVariable("file","banners.xml");
		s1.addVariable("width","948");
		s1.addVariable("height","219");
		s1.addVariable("transition","fade");		
		s1.addVariable("shownavigation","false");
		s1.addVariable("screencolor","0xF87431");
		s1.addVariable("abouttxt","Kinder Explorers Children Learning Center");
        s1.addVariable("aboutlnk","http://www.kinderexplorers.com"); 		
		s1.write("splash");

