<!--//
	function Rotate(overide){
		if(!stopped || overide) {
			i++; if(i>4){i=1}
			var theImage = getObjectName('HeroProductAlt');
			switch(i) {
				case 1 :
					//theImage.src = '/images/home/rotate/promo01.jpg';
					//theImage.alt = 'Beer lovers\' 1st Choice';
					theImage.src = '/images/home/rotate/banner1.jpg';
					theImage.alt = 'EFFEN VODKA - LIQUID LUXURY';
					break;
				case 2 :
					//theImage.src = '/images/home/rotate/promo02.jpg';
					//theImage.alt = 'The biggest choice of boutique beers in the land';
					theImage.src = '/images/home/rotate/banner2.jpg';
					theImage.alt = 'EFFEN VODKA - LIQUID LUXURY';
					break;
				case 3 :
					//theImage.src = '/images/home/rotate/promo03.jpg';
					//theImage.alt = 'The wildest choice of Vodka this side of Russia';
					theImage.src = '/images/home/rotate/banner3.jpg';
					theImage.alt = 'EFFEN VODKA - LIQUID LUXURY';
					break;
				case 4 :
					//theImage.src = '/images/home/rotate/promo04.jpg';
					//theImage.alt = '1st Choice for New World Wines';
					theImage.src = '/images/home/rotate/banner4.jpg';
					theImage.alt = 'EFFEN VODKA - LIQUID LUXURY';
					break;
				//case 5 :
					//theImage.src = '/images/home/rotate/promo05.jpg';
					//theImage.alt = 'The best choice of Rose';
					//break;
				//case 6 :
					//theImage.src = '/images/home/rotate/promo06.jpg';
					//theImage.alt = '1st Choice for old and rare wines';
					//break;

			}
		}
	}
//-->
