
	jQuery(document).ready(function() {
		setInterval(function() {jQuery('#flashingtext').glow('#FF0000', 3000, 100)}, 3000);
		jQuery("#ScrollebleItems1").scrollSomething({
				scrollerHeight: 270,
				scrollerWidth: 630,      
                scrollInterval: 10000000,
                scrollPrefix: "discount1_",
                itemsVisable: 3,
                itemsScrolling: 3,
				buttonSettings: "show",
                buttonPosition: "bottomRight"
            });
			
			jQuery("#ScrollebleItems2").scrollSomething({
				scrollerHeight: 270,
                scrollerWidth: 630,
                scrollInterval: 10000,
                scrollPrefix: "discount2_",
                itemsVisable: 3,
                itemsScrolling: 3,
				buttonSettings: "show",
                buttonPosition: "bottomRight"
            });
			
			jQuery("#ScrollebleItems3").scrollSomething({
				scrollerHeight: 270,
                scrollerWidth: 630,
                scrollInterval: 10000,
                scrollPrefix: "discount3_",
                itemsVisable: 3,
                itemsScrolling: 3,
				buttonSettings: "show",
                buttonPosition: "bottomRight"
            });
			
			jQuery("#ScrollebleItems4").scrollSomething({
                scrollerHeight: 270,
				scrollerWidth: 630,
                scrollInterval: 10000,
                scrollPrefix: "discount4_",
                itemsVisable: 3,
                itemsScrolling: 3,
				buttonSettings: "show",
                buttonPosition: "bottomRight"
            });
			
			jQuery("#ScrollebleItems5").scrollSomething({
                scrollerHeight: 270,
				scrollerWidth: 630,
                scrollInterval: 10000,
                scrollPrefix: "discount5_",
                itemsVisable: 3,
                itemsScrolling: 3,
				buttonSettings: "show",
                buttonPosition: "bottomRight"
            });
			
			jQuery("#ScrollebleItems6").scrollSomething({
                scrollerHeight: 270,
				scrollerWidth: 630,
                scrollInterval: 10000,
                scrollPrefix: "discount6_",
                itemsVisable: 3,
                itemsScrolling: 3,
				buttonSettings: "show",
                buttonPosition: "bottomRight"
            });
	});

