<!--




var thirdboxno = 4; // No of contents in third box ,    #########


var secondboxno = 8; // No of lines in second box   ##########

var secondboxpages=3;

var rand=Math.floor(secondboxpages*Math.random());


var iii = Math.floor(thirdboxno*Math.random());
//This is start of second box section


//This text will be shown in box2
var r_text = new Array ();
r_text[0] = "<div class=Testimonialbox> <div class=words>&ldquo;This was a Fantastic Job and highly recommend to anyone. VERY prompt and   considerate. Thank You Excellent job WELL DONE&rdquo;</div>  <div class=author><strong>Coral Majoor</strong> - <a title=http://www.coralmajoor.com.au/ href=http://www.coralmajoor.com.au/>http://www.coralmajoor.com.au/</a></div></div>";


r_text[1] = "<div class=Testimonialbox>  <div class=words>&ldquo;The work was delivered on time and as per our request and   communications were always excellent.&rdquo;</div>  <div class=author><strong>JimS </strong>- <a title=http://bridgingheartandmarketing.com/blog/ href=http://bridgingheartandmarketing.com/blog/>http://bridgingheartandmarketing.com/blog/</a></div></div>";


r_text[2] = "<div class=Testimonialbox>  <div class=words>&ldquo;Recommended. Great turnaround &amp; quick to respond to questions.   Will be using again!&rdquo;</div>  <div class=author><strong>Markor</strong> - <a title=http://www.repossessedcarsforsale.co.uk/ href=http://www.repossessedcarsforsale.co.uk/>http://www.repossessedcarsforsale.co.uk/</a></div></div>";


r_text[3] = "<div class=Testimonialbox>  <div class=words>&ldquo;Good communication, regular updates and a   professional job as usual.&rdquo;</div>  <div class=author><strong>Brightlightmedia </strong><a title=http://www.moretvchannels.co.uk/ href=http://www.moretvchannels.co.uk>www.moretvchannels.co.uk</a></div></div>";


r_text[4] = "<div class=Testimonialbox>  <div class=words>&ldquo;did a great job will use again&rdquo;</div>  <div class=author><strong>Bkleinhe</strong> <a title=http://www.vacationrentaldirect.com/ href=http://www.vacationrentaldirect.com/>http://www.vacationrentaldirect.com/</a></div></div>";


r_text[5] = "<div class=Testimonialbox>  <div class=words>&ldquo;very   prompt in response and delivered much sooner than expected and maintained high   level of quality. Plan to have the company work on more   projects.&rdquo;</div>  <div class=author><strong>Debordpolygraph</strong> - <a title=http://www.debordpolygraph.com/ href=http://www.debordpolygraph.com/>http://www.debordpolygraph.com/</a></div></div>";

r_text[6] = "<div class=Testimonialbox>  <div class=words>&ldquo;Quality work. Put in a good effort to get us relevant links. Reporting and communication was good.&rdquo;</div>  <div class=author><strong>Smmdirect</strong> - <a title=http://www.smmdirect.com/ href=http://www.smmdirect.com/>http://www.smmdirect.com/</a></div></div>";


r_text[7] = "<div class=Testimonialbox>  <div class=words>&ldquo;I highly appreciate the web site development and other services rendered by Sochtek. You have done a good job for Mapway International Packers & Movers over the years. Your after sales support has been tremendous. I wish you all the best &rdquo;</div>  <div class=author><strong>Avninder Thakur  </strong> - <a title=http://mapwayin.com/ href=http://mapwayin.com/>http://mapwayin.com/</a></div></div>";





// end of box2

var ii = Math.floor(secondboxno*Math.random());




//This text will be shown in box3     ######
var r_text3 = new Array ();
r_text3[0] = "<p align='left'>&quot;Being an old dog, I know software that meets one's expectations is rare. DataSelf BI has far exceeded mine. We bought it for its world-class sales reporting, and now I'm saving up to $500k annually because I also use it to manage my inventory and purchasing more effectively.&quot; <a href='customers.htm'>Read more...</a></p> John Barrett / COO, Wiley X Eyewear ";
r_text3[1] = "<p align='left'>&quot;After email, DataSelf BI is the first thing the CEO checks in the morning. I use it religiously. You can drill down, drill up, and drill back in history. You can look at snapshots on how we're doing versus how we've done the past three years.&quot; <a href='/brochures/DataSelfBI_Success_Implus.pdf'>Read more...</a></p> Sam Prestipino / COO, Implus Footcare LLC";
r_text3[2] = "<p align='left'>&quot;Just did my first report with DataSelf BI... forget about eating a donut...I didn't even have time to take a bite of the donut before I finished the report. I can't wait to take this Porsche out of the parking lot.&quot; <a href='customers.htm'>Read more...</a></p>Robert C. / Controller, Food Should Taste Good, Inc.";
r_text3[3] = "<p align='left'>&quot;In the produce business, things change fast. With DataSelf BI, our business data becomes live. I can bend the data, shape it, move it around. It becomes live in ways that a piece of paper just can't.&quot; <a href='customers.htm'>Read more...</a></p>Toine van der Knaap / General Manager, St. Davids' Hydroponics";
//End of forth box


//This will be shown as images    ######
var r_text4 = new Array ();
r_text4[0] = "images/"+"wileyx.jpg";
r_text4[1] = "images/"+"implus.jpg";
r_text4[2] = "images/"+"fstg.jpg";
r_text4[3] = "images/"+"stdavids.jpg";
// end of image section

var zz=iii;


var yy=rand*2;

function showup(){
document.getElementById("box2").innerHTML="<ul>"+r_text[window.yy] + r_text[window.yy+1] +"</ul>";
window.yy = window.yy+2;
if(window.yy>=window.secondboxno){	window.yy=0;   }
}

function showup2(){
//alert(window.zz);
//document.getElementById("box3").innerHTML=r_text3[window.zz];
//document.getElementById("box4").innerHTML="<img src='"+r_text4[window.zz]+"' id='dyimage' name='dyimage' align='right'/>";

window.zz++;
if(window.zz>=window.thirdboxno){	window.zz=0;   }
}



function showtext(){
document.getElementById("box2").innerHTML=r_text[window.yy] + r_text[window.yy+1];
//document.getElementById("box3").innerHTML= "<img src='"+r_text4[window.zz]+"' id='dyimage' name='dyimage' align='right'/>" + r_text3[window.zz];;
//document.getElementById("box4").innerHTML="<img src='"+r_text4[window.zz]+"' id='dyimage' name='dyimage' align='right'/>";


}

//-->

function change()
{

showup();
//showup2();
t=setTimeout("change()",5000);
}



