var a=1
var t
function timedCount()
{
var cadre01="<table onMouseOver='ClearTimer();' onMouseOut='setTimer()'><tr><td width='90'><a href='/index.php/en/content/index/id/13' alt='Read the testimony'><img src='/uploads/images/Anna_Wroblewska.jpg' width='90' height='120' border='0'></a></td><td><p><strong>Anna Wr&oacute;blewska </strong><br>Wavin</p><p>&ldquo;For many years Wavin has produced PE100 pipes by using raw materials placed on the PE100+ Associations &ldquo;PE100+ Quality Materials&rdquo; list&rdquo; </p></td></tr><tr><td colspan='2' align='center'><a href='/index.php/en/content/index/id/13'>Read more...</a></td></tr></table>";
var cadre02="<table onMouseOver='ClearTimer();' onMouseOut='setTimer()'><tr><td width='90'><a href='/index.php/en/content/index/id/22' alt='Read the testimony'><img src='/uploads/images/Mike_Shepherd.jpg' width='90' height='120' border='0'></a></td><td><p> <strong>Mike Shepherd </strong><br>Thames Water plc</p><p> &ldquo;PE100+ Association , by setting the standards for high quality materials and<strong></strong> improving best practice in use of PE pipe systems, gives confidence that the  requirements will be met.&rdquo; </p></td></tr><tr><td colspan='2' align='center'><a href='/index.php/en/content/index/id/22' >Read more...</a></td></tr></table>";
var cadre03="<table onMouseOver='ClearTimer();' onMouseOut='setTimer()'><tr><td width='80'><a href='/index.php/en/content/index/id/23' alt='Read the testimony'><img src='/uploads/images/robin_bresser.jpg' width='90' height='120' border='0'></a></td><td><p> <strong>Robin Bresser</strong><br>Vice President Asia of the PE100+ Association</p><p>The PE 100+ Association is an industry association that welcomes all PE100 pipe material producers, who fulfill the strict quality requirements of the association.</p></td></tr><tr><td colspan='2' align='center'><a href='/index.php/en/content/index/id/23' alt='Read the testimony'>Read more...</a></td></tr></table>";
var cadre04="<table' onMouseOver='ClearTimer();' onMouseOut='setTimer()'><tr><td width='80'><a href='/index.php/en/content/index/id/24' alt='See the testimony'><img src='/uploads/images/Lockenhoff.jpg' width='90' height='120' border='0'></a></td><td><p> <strong>Dr. Elmar Loeckenhoff</strong><br>Kunststoffrohrverband - KRV</p><p>Thanks to the active education work of the PE100+ Association many pipe users and decision makers are today well informed on the benefits of PE100 material.</p></td></tr><tr><td colspan='2' align='center'><a href='/index.php/en/content/index/id/24'>Read more...</a></td></tr></table>";


//The industry highly appreciates the work of the PE100+ Association, which aims to create trust in high quality PE pipes - Globally and in co-operation with other associations.

//a = a + 1
//if (a>4){a=1}
//c=Math.round(Math.random()*1) + 1
//alert(eval("cadre0" + c))
document.getElementById('In01').innerHTML= eval("cadre0" + a);
a = a + 1;
if (a>4){a=1};
//c=Math.round(Math.random()*1) + 1
//alert(eval("cadre0" + c))
document.getElementById('In02').innerHTML= eval("cadre0" + a);

t=setTimeout("timedCount()",7500);
}

function setTimer ()
{
t=setTimeout("timedCount()",1000);
}

function ClearTimer ()
{
clearTimeout(t);
}


function surfto(form) {
        var myindex=form1.dest.selectedIndex
        window.open(form1.dest.options[myindex].value,"_blank","toolbar=yes,location=yes,status=yes,scrollbars=yes,resizable=1");
}

