function fll()
		{
		var so = new SWFObject("http://www.plattekill.com/summer/templates/plattekill_home/imagerotator.swf", "imagerotator", "557", "253", "6", "#FFFFFF", true);
		so.addVariable("file", "http://www.plattekill.com/summer/templates/plattekill_home/playlist.xml");
        so.addVariable("transition", "fade");
        so.addVariable("linkfromdisplay", "true");
		so.addVariable("linktarget", "_self");
		so.addVariable("rotatetime", "5");
		so.addVariable("shuffle", "false");
        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
		}