//$(document).ready(function() {
/*effect possible : 
    *  blindX
    * blindY
    * blindZ
    * cover
    * curtainX
    * curtainY
    * fade
    * fadeZoom
    * growX
    * growY
    * scrollUp
    * scrollDown
    * scrollLeft
    * scrollRight
    * scrollHorz
    * scrollVert
    * shuffle
    * slideX
    * slideY
    * toss
    * turnUp
    * turnDown
    * turnLeft
    * turnRight
    * uncover
    * wipe
    * zoom
*/
$(window).load(function() {
 $('#leadstory_wrapper').cycle({ 
    fx:     'fade', 
    timeout: 1500,
	speed: 1500,
	pause:       1,
	delay: -2000 ,
	/*next:   '#leadstory_next', 
    prev:   '#leadstory_prev',*/
	/*pager:  '#leadstory_pager',*/
 });
 
 $('#left_slide_wrapper').cycle({ 
    fx:     'scrollLeft', 
    timeout: 1800,
	speed: 1700,
	pause:       1,
	delay: -1000 
 });
 
 
 $('#project_main_content_right').cycle({ 
    fx:     'fade', 
    timeout: 3000,
	speed: 3000,
	pause:       0,
	delay: -700 ,
 });
 
 
});
