/*

Object Adjective
Clocktower Studio
461 2nd St.
Unit 552
San Francisco, CA 94107 US
415-756-5198
http://www.objectadjective.com


CSMA > home.js

.......................................................*/


//Set ready state.......................................

$(document).ready(function() {

	$('.panel-1').cycle({ 
    	fx: 'fade',
        speed: 500,
        delay:  -3000 
	});
	
	$('.panel-2').cycle({ 
    	fx: 'fade',
        speed: 500,
        delay:  -2000 
	});
	
	$('.panel-3').cycle({ 
    	fx: 'fade',
        speed: 500,
        delay:  -1000 
	});
  
});

//End Ready.............................................



