mySlide1 = new JSFX.ClickableSlideShow();
mySlide1.addSlide("ads/vankel.jpg", "ads/vankel.html", "width=400,height=310");
mySlide1.addSlide("ads/netex.jpg", "ads/netex.html", "width=400,height=310");
mySlide1.addSlide("ads/oakcreekjpg.jpg", "ads/oakcreek.html", "width=400,height=310");
mySlide1.addSlide("ads/corix.jpg", "ads/corix.html", "width=400,height=310");
mySlide1.setStartDelay(1);
mySlide1.setSlideDelay(8);
mySlide1.setTransType(24);
mySlide1.setTransDuration(1.5);

mySlide2 = new JSFX.ClickableSlideShow();
mySlide2.addSlide("ads/armowerjpg.jpg", "ads/armower.html", "width=400,height=310");
mySlide2.addSlide("ads/bcga.jpg", "ads/bcga.html", "width=400,height=310");
mySlide2.addSlide("ads/rollinsjpg.jpg", "ads/rollins.html", "width=400,height=310");
mySlide2.addSlide("ads/uap.jpg", "ads/uap.html", "width=400,height=310");
mySlide2.setStartDelay(2);
mySlide2.setSlideDelay(8);
mySlide2.setTransType(24);
mySlide2.setTransDuration(1.5);

mySlide3 = new JSFX.ClickableSlideShow();
mySlide3.addSlide("ads/turfcanada.jpg", "ads/turfcanada.html", "width=400,height=310");
mySlide3.addSlide("ads/kesojpg.jpg", "ads/keso.html", "width=400,height=310");
mySlide3.addSlide("ads/terraequipmentjpg.jpg", "ads/terraequipment.html", "width=400,height=310");
mySlide3.addSlide("ads/tractortime.jpg", "ads/tractortime.html", "width=400,height=310");
mySlide3.setStartDelay(2);
mySlide3.setSlideDelay(8);
mySlide3.setTransType(24);
mySlide3.setTransDuration(1.5);

mySlide4 = new JSFX.ClickableSlideShow();
mySlide4.addSlide("ads/bosjpg.jpg", "ads/bossod.html", "width=400,height=310");
mySlide4.addSlide("ads/farmtek.jpg", "ads/farmtek.html", "width=400,height=310");
mySlide4.addSlide("ads/taylorsjpg.jpg", "ads/taylors.html", "width=400,height=310");
mySlide4.addSlide("ads/targetjpg.jpg", "ads/target.html", "width=400,height=310");
mySlide4.setStartDelay(2);
mySlide4.setSlideDelay(8);
mySlide4.setTransType(24);
mySlide4.setTransDuration(1.5);

mySlide5 = new JSFX.ClickableSlideShow();
mySlide5.addSlide("ads/brettyoung.jpg", "ads/brettyoung.html", "width=400,height=300");
mySlide5.addSlide("ads/covertech.jpg", "ads/covertech.html", "width=400,height=300");
mySlide5.addSlide("ads/naturesgoldgif.gif", "ads/naturesgold.html", "width=400,height=310");
mySlide5.addSlide("ads/terralinkjpg.jpg", "ads/terralink.html", "width=400,height=310");
mySlide5.setStartDelay(1);
mySlide5.setSlideDelay(8);
mySlide5.setTransType(24);
mySlide5.setTransDuration(1.5);

mySlide6 = new JSFX.ClickableSlideShow();
mySlide6.addSlide("ads/prairiecoast.jpg", "ads/prairiecoast.html", "width=400,height=310");
mySlide6.addSlide("ads/eljayjpg.jpg", "ads/eljay.html", "width=400,height=310");
mySlide6.addSlide("ads/westernturffarms.jpg", "ads/westernturffarms.html", "width=400,height=310");
mySlide6.setStartDelay(2);
mySlide6.setSlideDelay(8);
mySlide6.setTransType(24);
mySlide6.setTransDuration(1.5);

mySlide7 = new JSFX.ClickableSlideShow();
mySlide7.addSlide("ads/butlerjpg.jpg", "ads/butler.html", "width=400,height=310");
mySlide7.addSlide("ads/kwantlen.jpg", "ads/kwantlen.html", "width=400,height=310");
mySlide7.addSlide("ads/evergrojpg.jpg", "ads/evergro.html", "width=400,height=310");
mySlide7.setStartDelay(0);
mySlide7.setSlideDelay(8);
mySlide7.setTransType(24);
mySlide7.setTransDuration(1.5);






function JSFX_StartEffects()
{
	mySlide1.start();
	mySlide2.start();
	mySlide3.start();
	mySlide4.start();
	mySlide5.start();
	mySlide6.start();
	mySlide7.start();	
}


 