					
					var so = new SWFObject("imagerotator/imagerotator.swf","rotator","180","278","7");
                    
					so.addParam('allowscriptaccess','always');
                    so.addParam('wmode','opaque');
                    so.addParam('allowfullscreen','false');
                    so.addVariable("file", "imagerotator/list.xml" );
					so.addVariable('height','278');
                    so.addVariable('width','180');
                    so.addVariable('backcolor','0x000000');
                    so.addVariable('frontcolor','0x000000');
                    so.addVariable('screencolor','0x000000');
                    so.addVariable('overstretch','fit');
                    so.addVariable('showicons','false');
                    so.addVariable('rotatetime','3');
                    so.addVariable('shownavigation','false');
					so.addVariable('autostart','true');
                    so.addVariable('repeat','true');
                    so.addVariable('shuffle','true');
					so.addVariable('javascriptid','rotator');
					so.addVariable('enablejs','true');
                    so.write('rightcolumn'); 
					
					
					
