function root()
{
//9
var ranNum= Math.round(Math.random() * 9);
if (ranNum == 0){document.write('<img border="0" src="http://www.rotherleyconstruction.com/images/rotate/grayboxes1.jpg" width="413" height="116" alt="">'); } // one
if (ranNum == 1){document.write('<img border="0" src="http://www.rotherleyconstruction.com/images/rotate/grayboxes2.jpg" width="413" height="116" alt="">'); } // two
if (ranNum == 2){document.write('<img border="0" src="http://www.rotherleyconstruction.com/images/rotate/grayboxes3.jpg" width="413" height="116" alt="">'); } // three
if (ranNum == 3){document.write('<img border="0" src="http://www.rotherleyconstruction.com/images/rotate/grayboxes4.jpg" width="413" height="116" alt="">'); } // four
if (ranNum == 4){document.write('<img border="0" src="http://www.rotherleyconstruction.com/images/rotate/grayboxes5.jpg" width="413" height="116" alt="">'); } // five
if (ranNum == 5){document.write('<img border="0" src="http://www.rotherleyconstruction.com/images/rotate/grayboxes6.jpg" width="413" height="116" alt="">'); } // six
if (ranNum == 6){document.write('<img border="0" src="http://www.rotherleyconstruction.com/images/rotate/grayboxes7.jpg" width="413" height="116" alt="">'); } // seven
if (ranNum == 7){document.write('<img border="0" src="http://www.rotherleyconstruction.com/images/rotate/grayboxes8.jpg" width="413" height="116" alt="">'); } // eight
if (ranNum == 8){document.write('<img border="0" src="http://www.rotherleyconstruction.com/images/rotate/grayboxes9.jpg" width="413" height="116" alt="">'); } // nine
if (ranNum == 9){document.write('<img border="0" src="http://www.rotherleyconstruction.com/images/rotate/grayboxes10.jpg" width="413" height="116" alt="">'); } // ten
}
