var images1=new Array();images1[0]={href:"ecofriendlysolutions.php",src:"images/homebox1loop_1.jpg"};images1[1]={href:"ecofriendlysolutions.php",src:"images/homebox1loop_2.jpg"};var images2=new Array();images2[0]={href:"specials.php",src:"images/homebox2loop_1.jpg"};images2[1]={href:"specials.php",src:"images/homebox2loop_2.jpg"};var images3=new Array();images3[0]={href:"articles.php",src:"images/homebox3loop_1.jpg"};images3[1]={href:"ro_underthecounter.php",src:"images/homebox3loop_2.jpg"};var current=0;function loop()
{if(current==images3.length)
current=0;if(document.getElementById("loop_a1"))
document.getElementById("loop_a1").href=images1[current].href;if(document.getElementById("loop_img1"))
document.getElementById("loop_img1").src=images1[current].src;if(document.getElementById("loop_a2"))
document.getElementById("loop_a2").href=images2[current].href;if(document.getElementById("loop_img2"))
document.getElementById("loop_img2").src=images2[current].src;if(document.getElementById("loop_a3"))
document.getElementById("loop_a3").href=images3[current].href;if(document.getElementById("loop_img3"))
document.getElementById("loop_img3").src=images3[current].src;current++;}
function setup()
{setInterval("loop()",10000);}
