
<!--
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->


var timer;
var textA = new Array();
textA = ['<a href=testimonials.html class=change_anchor style = "color:white" >"Godiva have been an approved supplier to Wates Construction for over four years, during that time we have found them to be extremely reliable.  Godiva have an impressive response time and their work is always up to the correct Health & Safety standards.  Daily checks are also made on each aspect of the individual jobs, resulting in an excellent and thorough service".</a> <br/><br/> <b><i>Andy O&apos;Hara Project Manager, Wates Construction</i></b>',
         '<a href=testimonials.html class=change_anchor style = "color:white"  >"Godiva have been working with Whitefriars for the last five years.  We have found them to be very reliable, professional, of good quality, with health & safety in mind and all at keen prices." </a><br/><br/> <b><i>John McAleer, Assistant Manager Responsive Repairs, Whitefriars Housing Group</i></b>',
         '<a href=testimonials.html class=change_anchor style = "color:white" >"Godiva have been consistently used by SOL Construction for the last seven years on a variety of projects ranging from office developments and medical centres to bespoke commercial and residential buildings.  As a company they have always been deemed very approachable and competitive within their niche.  I would highly recommend them."</a><br/><br/> <b><i>Brett Coley, Senior Quantity Surveyor, Sol Construction Ltd</i></b>',
         '<a href=testimonials.html class=change_anchor style = "color:white" >"Godiva have been completing competitive tenders and working alongside GAJ Construction Ltd for approximately five years, we would have no hesitation in recommending them.  We have always found the staff to be reliable, professional, Health & Safety competent and they work to a very high standard."</a><br/><br/> <b><i>Patrick Barrett, Contracts Manager, GAJ Construction Ltd</i></b>',
         '<a href=testimonials.html class=change_anchor style = "color:white" >"We are a relatively large construction company that has been in existence for over 100 years. We have found Godiva to be very professional in understanding our needs and providing us with prompt and efficient service.  All requests we have made to Godiva have been dealt with promptly and their site operatives have helped us out of a few difficult situations." </a><br/><br/> <b><i>P Gorman, Project/Development Manager, G & J Seddon Ltd</i></b>',
         ];
         
var currText = 0;

function changeText() {
    currText = currText + 1;
    if(currText > textA.length-1) currText = 0;
    document.getElementById("currtextContainer").innerHTML = textA[currText];
}





function setText(num) {
    currText = num;
    document.getElementById("currtextContainer").innerHTML = textA[num];
}


