
//create an image scroller object
var imageScroller_32836216;

//delay all code execution untill after page load
addAnEvent(window, "load", loadScroller_32836216);

    function loadScroller_32836216() {

        imageScroller_32836216 = new ImageScroller("imageScrollerFrame_32836216", "imageScrollerImageRow_32836216");
        //**    [begin] Modify these to change your images  **//
		
		   imageScroller_32836216.setThumbnailWidth(133);
imageScroller_32836216.setThumbnailHeight(145);
imageScroller_32836216.setScrollSpeed(5);
imageScroller_32836216.setScrollAmount(2);
imageScroller_32836216.setThumbsShown(4);
imageScroller_32836216.setAutoLoop("True");
imageScroller_32836216.setScrollType(0);
imageScroller_32836216.setThumbnailPadding(5);

imageScroller_32836216.addThumbnail("/coupons/shortcuts-2010-01/thumbs/chicken_salad.gif", "/turkey-chicken-recipes/video_recipes.html?id=8", "", "");

imageScroller_32836216.addThumbnail("/coupons/shortcuts-2010-01/thumbs/chicken_stirfry.gif", "/turkey-chicken-recipes/video_recipes.html?id=2", "", "");

imageScroller_32836216.addThumbnail("/coupons/shortcuts-2010-01/thumbs/chicken_quesadilla.gif", "/turkey-chicken-recipes/video_recipes.html?id=1", "", "");

imageScroller_32836216.addThumbnail("/coupons/shortcuts-2010-01/thumbs/chicken_fajitas.gif", "/turkey-chicken-recipes/video_recipes.html?id=3", "", "");

imageScroller_32836216.addThumbnail("/coupons/shortcuts-2010-01/thumbs/greek_pasta.gif", "/turkey-chicken-recipes/video_recipes.html?id=4", "", "");

imageScroller_32836216.addThumbnail("/coupons/shortcuts-2010-01/thumbs/pasta_salad.gif", "/turkey-chicken-recipes/video_recipes.html?id=5", "", "");

imageScroller_32836216.addThumbnail("/coupons/shortcuts-2010-01/thumbs/mandarin_chicken_salad.gif", "/turkey-chicken-recipes/video_recipes.html?id=6", "", "");

imageScroller_32836216.addThumbnail("/coupons/shortcuts-2010-01/thumbs/garden_fresh_wraps.gif", "/turkey-chicken-recipes/video_recipes.html?id=7", "", "");


//imageScroller_32836216.addThumbnail("/Resources/imgs/ssell_sheet_off.jpg", "/resources/pdfs/SandwichBuildersMeatTrayComparisonSellSheet.pdf", "Meat Tray Comparison Sell Sheet", "");
//imageScroller_32836216.addThumbnail("/Resources/imgs/trend_brochure_off.jpg", "/Resources/pdfs/SandwichTrendsBrochure.pdf", "Sandwich BuildersŪ Trend Brochure", "");

		
	    //**    [end]   Modify these to change your images  **//			    			    
	    imageScroller_32836216.enableThumbBorder(false);
	    imageScroller_32836216.setClickOpenType(0);
	    imageScroller_32836216.setNumOfImageToScroll(1);
	    imageScroller_32836216.renderScroller();
    };
	
	
