// JavaScript Document

function runSlideShow()
{
    
	var stopShow = 0;
	var PictureBox = new Array(); 
	
	
	PictureBox[0]  = "<img src='design_html/image/spacer.gif' alt='' width='1' height='10' align='top' /><span class='body_text_left_panel_01'>I would like to thank Herakle,the outstanding work they did on my new website for both the timely implementation and problem solve.Your project methodology and your ability to effectively work with all facets of our organization resulted in exactly what we needed.Please extended our thanks to your implementation team for a job well done.<br><br>Best regards,<br>Charles<br>Double R Group Co., Ltd <br />Tokyo, Japan<br></span><span><img src='testi_logo_charles.jpg' align='right' /></span><span class='body_text_left_panel_02'></span><span class='body_text_left_panel_03'></span>";	



    PictureBox[1]  = "<img src='design_html/image/spacer.gif' alt='' width='1' height='10' align='top' /><span class='body_text_left_panel_01'>My project was elaborate and complex.The team at Herakle worked tirelessly,going above and beyond my requirements to deliver a highly satisfactory product with professionalism and incredible courtesy.I look forward to working with them again.<br>Thanks.<br><br>Regards,<br>Livingstone Mukasa<br>mukasa@yahoo.com<br>Archability.com<br></span><span><img src='testi_logo_arch.jpg' align='right' /></span><span class='body_text_left_panel_02'></span><span class='body_text_left_panel_03'></span>";	

	
	PictureBox[2]  = "<img src='design_html/image/spacer.gif' alt='' width='1' height='10' align='top' /><span class='body_text_left_panel_01'>I confirm that I have dealt Herakle Dynamic Synchronizers Ltd since 2009,during the time they have provided my business with excellent support in the areas of website engineering,site optimization.I believe in:Their work will be a major factor in our website's success,helping it to become one of the most visited auction and freelance web site of Turkey of its kind on the Internet.<br><br>Yours faithfully<br>Ayberk Canturk<br>senalsensat.com Founder and CEO</span><span><img src='testi_logo_senal.jpg' align='right' /></span><span class='body_text_left_panel_02'></span><span class='body_text_left_panel_03'></span>";	
	

	
	PictureBox[3]  = "<img src='design_html/image/spacer.gif' alt='' width='1' height='10' align='top' /><span class='body_text_left_panel_01'>Herakle gave me my first experience with follow the sun website development.Every night we would send over the specifications and requirements and every morning we would wake up to find the work completed and all tests passed Every time.I must say that it was a very rewarding experience to do business with such qualified development professionals.<br><br>Regards,<br>Roy Oake<br>thespiritweekend.com<br></span><span><img src='testi_logo_spirit.jpg' align='right' /></span><span class='body_text_left_panel_02'></span><span class='body_text_left_panel_03'></span>";	
	
	
	PictureBox[4]  = "<img src='design_html/image/spacer.gif' alt='' width='1' height='10' align='top' /><span class='body_text_left_panel_01'>Herakle Dynamic Synchronizers P Ltd did such a great job for me on my company website flightclubindia.com.They had limitless patience,great communication and will be the only designer that I use from this point on.I would strongly recommend them for your project.<br><br>Regards,<br>Manoj Gandhi<br>Managing Director<br>flightclubindia.com<br></span><span><img src='testi_logo_flight.jpg' align='right' /></span><span class='body_text_left_panel_02'></span><span class='body_text_left_panel_03'></span>";	
	
		 	 
	
		
	PictureBox[5]  = "<img src='design_html/image/spacer.gif' alt='' width='1' height='10' align='top' /><span class='body_text_left_panel_01'>I hereby express my sincere thanks to the team at Herakle for their tireless work on our project.We found the team always ready and willing to put in that extra effort to achieve the required results.I therefore have no hesitation in recommending Herakle to anyone wishing to develop a web based auction facility.<br>We look forward to continuing our relationship with this company!<br><br>Regards,<br>Nikki Strange<br>www.Develophub.com<br></span><span><img src='devlop_logo.jpg' align='right' /></span><span class='body_text_left_panel_02'></span><span class='body_text_left_panel_03'></span>";	
	
	
				

	var ry=Math.floor(Math.random()*6)	
	document.getElementById("div_left_textbox_01").innerHTML= PictureBox[ry]	
	
}