//$(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 
 });
 
 /*$('#about_wrapper').cycle({ 
	    fx:     'uncover', 
	    timeout: 1800,
		speed: 1700,
		pause:       1,
		delay: -1000,
		timeout: 0, 
	    next:   '#next2', 
	    prev:   '#prev2' 
	 });*/
 
});
