function fll()
		{
		var so = new SWFObject("http://www.plattekill.com/summer/templates/plattekill_interior/imagerotator.swf", "imagerotator", "530", "90", "6", "#FFFFFF", true);
		so.addVariable("file", "http://www.plattekill.com/summer/templates/plattekill_interior/playlist.xml");
        so.addVariable("transition", "fade");
        so.addVariable("rotatetime", "5");
        so.addParam("wmode", "transparent"); // must be added to allow dropdowns on top of flash
		so.write("flashcontent"); //the name of the div to write the content to
		}