
var fullURL = location.toString();
ImagePathName = fullURL.substring( fullURL.lastIndexOf("/" ) + 1, fullURL.length - 5 );
ImagePathName = ImagePathName.replace(/-/g,"_");
ImagePathName = ImagePathName.replace("ö","o");
ImagePathName = ImagePathName.replace("%C3%B6","o");

var rotator = {
	movie:"/apps/rimrotator/rimrotator.swf",
	width: "481",
	height: "40",
	majorversion: "7",
	build: "19",
	bgcolor: "#000000",
	flashvars: "expandButtonLabel=Rotate wheel&collapseButtonLabel=Close&loadLabel=Loading images...&path=/images/rotator&fileName=" + ImagePathName + "&numberOfImages=5",
	id: "image_rotator",
	name: "image_rotator"
};

UFO.create ( rotator, "image_rotator_container" );
