
function run_imagerotator() {
			var s1 = new SWFObject("imagerotator/imagerotator.swf","rotator","280","540","1");
			s1.addParam("allowfullscreen","false");
			s1.addVariable("shownavigation","false");
			s1.addVariable("transition","random");
			s1.addVariable("rotatetime","4");
			s1.addVariable("file","imagerotator/imagerotator.xml");
			s1.addVariable("width","280");
			s1.addVariable("height","540");
			s1.write("imageRotatorLeft");
}



function run_imagerotator2() {
			var s1 = new SWFObject("imagerotator/imagerotator.swf","rotator","240","500","1");
			s1.addParam("allowfullscreen","false");
			s1.addVariable("shownavigation","false");
			s1.addVariable("transition","fade");
			s1.addVariable("rotatetime","4");
			s1.addVariable("file","imagerotator/imagerotator2.xml");
			s1.addVariable("width","240");
			s1.addVariable("height","500");
			s1.write("imageRotatorLeft");
}


