
/*********************************************
 ****    jQuery CrossSlide Module     ****
 ****  Implemented Sep-2011 DRM   ****
 ********************************************/

jQuery(function($) {
	 $('#crossslide').crossSlide({
		fade: 0.5
	 }, [
	  {
		src:  'imagesSite/namesOfJesus/Alpha&Omega.png',
		from: '50% 100% 0.8x',
		to:   '50% 0% 1.9x',
		time: 8
	  }, {
		src:  'imagesSite/namesOfJesus/EverlastingFather.png',
		from: '100% 80% 1.1x',
		to:   '80% 0% 0.3x',
		time: 8
	  }, {
		src:  'imagesSite/namesOfJesus/JesusChrist.png',
		from: '50% 100% 0.5x',
		to:   '50% 0% 1x',
		time: 8
	  }, {
		src:  'imagesSite/namesOfJesus/KingOfKings.png',
		from: '100% 80% 1.2x',
		to:   '80% 0% 0.8x',
		time: 8
	  }, {
		src:  'imagesSite/namesOfJesus/LambOfGod.png',
		from: '100% 80% 0.2x',
		to:   '80% 0% 1.4x',
		time: 8
	  }, {
		src:  'imagesSite/namesOfJesus/LionOfTribeOfJudah.png',
		from: '100% 80% 0.7x',
		to:   '80% 0% 0.0x',
		time: 8
	  }, {
		src:  'imagesSite/namesOfJesus/ManOfSorrows.png',
		//href: 'http://www.php.net/',
		from: '100% 80% 1.5x',
		to:   '80% 0% 0.3x',
		time: 8
	  }, {
	  
		src:  'imagesSite/namesOfJesus/OnlyBegottenSon.png',
		from: '100% 80% 1.1x',
		to:   '80% 0% 0.3x',
		time: 8
	  }, {
		
		src:  'imagesSite/namesOfJesus/PrinceOfPeace.png',
		from: '50% 100% 0.5x',
		to:   '50% 0% 1.3x',
		time: 8
	  }, {
		src:  'imagesSite/namesOfJesus/Shiloh.png',
		from: '100% 80% 1.0x',
		to:   '80% 0% 0.1x',
		time: 8
	  }, { 
		src:  'imagesSite/namesOfJesus/WonderfulCounselor.png',
		from: '100% 80% 0.1x',
		to:   '80% 0% 1.0x',
		time: 8
		 
	  }			  
 ]);
});
