
                             currentIndx=0;
							MyImages=new Array(); 
                            
                            MyImages[0]='images/clients/yzm.jpg';

                            MyImages[1]='images/clients/123.jpg';
                            
                            MyImages[2]='images/clients/autosoft.jpg';
                            
                            MyImages[3]='images/clients/trk.jpg';
                            
                            MyImages[4]='images/clients/bio2.jpg';

                            MyImages[5]='images/clients/feng.jpg';
                            
                            MyImages[6]='images/clients/lns.jpg';
                            
                            MyImages[7]='images/clients/plastmed.jpg';
                            
                            MyImages[8]='images/clients/hitech.jpg';

                            MyImages[9]='images/clients/bio.jpg';
                            
                            MyImages[10]='images/clients/haaretz.jpg';
                            
                                                                              
                            Messages=new Array();
                            
                            Messages[0]='<strong>???:</strong>www.yzm.org.il<br /><strong>????? ?????:</strong>#1 ???? ????? ?????, #4 ????? ?????';
                            
                            Messages[1]='<strong>???:</strong> www.123win.co.il<br /><strong>????? ????:</strong>????, ??????';
                            
                            Messages[2]='<strong>???:</strong>www.autosoft.co.il<br /><strong>????? ?????:</strong>#5 ???? ?????, #6 ????? ??????';
                            
                            Messages[3]='<strong>???:</strong>www.therichkids.com<br /><strong>????? ?????:</strong>make money fast #2, money fast #5';
 
                            Messages[4]=' <strong>???:</strong>www.biopharmax.com<br /><strong>????? ?????:</strong>Pharmaceutical Engineering #7, Biopharmaceutical plants #5';
                            
                            Messages[5]='<strong>???:</strong>www.fengshui-life.co.il<br /><strong>????? ?????:</strong>#5 ??? ????, #6 ???? ??? ????';
                            
                            Messages[6]='<strong>???:</strong>www.light-and-strong.com<br /><strong>????? ?????:</strong> ?????? ???????, ???? ?????';
                            
                            Messages[7]='<strong>???:</strong>www.plastmed.com<br /><strong>????? ????:</strong>hazardous drugs, new medical innovation';
                            
                            Messages[8]='<strong>???:</strong>www.hitechstrategies.co.il<br /><strong>????? ????:</strong>?????? ?????, ??????? ??????';
                            
                            Messages[9]='<strong>???:</strong>www.biopharmax.co.il<br /><strong>????? ?????:</strong>#1 ????? ?????, #1 ???? ??????';
                            
                            Messages[10]='<strong>???:</strong>www.haaretz-pro.com<br />';


imagesPreloaded = new Array(11)

for (var i = 0; i < MyImages.length ; i++)

{

imagesPreloaded[i] = new Image(120,120)

imagesPreloaded[i].src=MyImages[i]

}

function writeImageNumber()
{
oSpan=document.getElementById("sp1");
oSpan.innerHTML="Image "+eval(currentIndx+1)+" of "+MyImages.length;

}

function automaticly() {

				if (currentIndx<imagesPreloaded.length){
				currentIndx=currentIndx
				}
				else {
				 currentIndx=0
				}
	writeImageNumber()
	document.theImage.src=imagesPreloaded[currentIndx].src
	document.form1.text1.value=Messages[currentIndx];
	currentIndx=currentIndx+1;
	var delay = setTimeout("automaticly()",3500)
    
}
