    var ani = {
        cloud1: {
            type: 'backgroundx',
            from: -1400,
            to: 0,
            step: 1,
            delay: 30
        }
    };
    
	

	

function startAnimation(){
	$fx('#clouds').fxAdd(ani.cloud1).fxRun(null,-1);
	

}