﻿ var _IMGCONTROLCOUNTER1 =0;
	var _IMGCONTROLCOUNTER2 =0;
	var _IMGCONTROLCOUNTER3 =0;


	function imageRotatorControll()
	{
		setInterval( "rotateImage1()",10000);
		setTimeout("500");
		setInterval( "rotateImage2()",10000);
		setTimeout("500");
		setInterval( "rotateImage3()",10000);
		setTimeout("500");

	}


	function rotateImage1()
	{

		
			//alert("imgBox Counter1:" +_IMGCONTROLCOUNTER1);
			if(_IMGCONTROLCOUNTER1 ==3)
			{
				_IMGCONTROLCOUNTER1=0;
			}

			if(_IMGCONTROLCOUNTER1 ==0)
			{
				//document.getElementById('newsBoxInnerPicture1').setAttribute('src').value ="images/image1.jpg");	
				document.newsBoxInnerPicture1.src= "/cech/Portals/0/Image1.jpg";

				//fadeImg(document.getElementById('newsBoxInnerPicture1'), _OPACITY);
					

			}
			else if(_IMGCONTROLCOUNTER1 ==1)
			{
				//document.getElementById('newsBoxInnerPicture1').setAttribute('src').value ="images/image2.jpg");
				document.newsBoxInnerPicture1.src= "/cech/Portals/0/Image2.jpg";	
							}
			else if(_IMGCONTROLCOUNTER1 ==2)
			{
				//document.getElementById('newsBoxInnerPicture1').setAttribute('src').value ="images/image3.jpg");
				document.newsBoxInnerPicture1.src= "/cech/Portals/0/Image3.jpg";	
							}
			
			

			_IMGCONTROLCOUNTER1 ++;
	
	
	}


	function rotateImage2()
	{

		
			//alert("imgBox Counter2:" +_IMGCONTROLCOUNTER2);
			if(_IMGCONTROLCOUNTER2 ==3)
			{
				_IMGCONTROLCOUNTER2 =0;
			}

			if(_IMGCONTROLCOUNTER2 ==0)
			{
				//document.getElementById('newsBoxInnerPicture1').setAttribute('src').value ="images/image4.jpg");	
				document.newsBoxInnerPicture2.src= "/cech/Portals/0/Image4.jpg";

				//fadeImg(document.getElementById('newsBoxInnerPicture1'), _OPACITY);
					

			}
			else if(_IMGCONTROLCOUNTER2 ==1)
			{
				//document.getElementById('newsBoxInnerPicture1').setAttribute('src').value ="images/image5.jpg");
				document.newsBoxInnerPicture2.src= "/cech/Portals/0/Image5.jpg";	
			}
			else if(_IMGCONTROLCOUNTER2 ==2)
			{
				//document.getElementById('newsBoxInnerPicture1').setAttribute('src').value ="images/image6.jpg");
				document.newsBoxInnerPicture2.src= "/cech/Portals/0/Image6.jpg";	
			}
			
			

			_IMGCONTROLCOUNTER2 ++;
			


		
	
	}

	function rotateImage3()
	{

		
			//alert("imgBox Counter3:" +_IMGCONTROLCOUNTER3);
			if(_IMGCONTROLCOUNTER3 ==3)
			{
				_IMGCONTROLCOUNTER3 =0;
			}

			if(_IMGCONTROLCOUNTER3 ==0)
			{
				//document.getElementById('newsBoxInnerPicture1').setAttribute('src').value ="images/image7.jpg");	
				document.newsBoxInnerPicture3.src= "/cech/Portals/0/Image7.jpg";

				//fadeImg(document.getElementById('newsBoxInnerPicture1'), _OPACITY);
					

			}
			else if(_IMGCONTROLCOUNTER3 ==1)
			{
				//document.getElementById('newsBoxInnerPicture1').setAttribute('src').value ="images/image8.jpg");
				document.newsBoxInnerPicture3.src= "/cech/Portals/0/Image8.jpg";	
			}
			else if(_IMGCONTROLCOUNTER3 ==2)
			{
				//document.getElementById('newsBoxInnerPicture1').setAttribute('src').value ="images/image9.jpg");
				document.newsBoxInnerPicture3.src= "/cech/Portals/0/Image9.jpg";	
			}
			
			

			_IMGCONTROLCOUNTER3 ++;
			
	}
	
	imageRotatorControll();