
jQuery(document).ready(function()
		{
			jQuery('#machine1').rotate(-25);
            jQuery('#andy1').rotate(-5);
            

		});
