<!--// rdm<CON>BANintro <sub> (?)
function random_content(){
var mycontent=new Array()
/*mycontent[1]='<img border="0" src="http://sheppardconstruction.com/includes/images/headerImg01.jpg" alt="Sheppard Construction. We know how to get the job done right the first time!" align="center" width="482" height="223"></a>'*/
mycontent[1]='<img border="0" src="http://sheppardconstruction.com/includes/images/headerImg02.jpg" alt="Sheppard Construction. Have a vision. We\'ll help you build it!" align="center" width="482" height="223"></a>'
mycontent[2]='<img border="0" src="http://sheppardconstruction.com/includes/images/headerImg03.jpg" alt="Sheppard Construction. Tired of dealing with contractors that just don\'t produce. Try us. We build the difference!" align="center" width="482" height="223"></a>'

var ry=Math.floor(Math.random()*mycontent.length)
if (ry==0)
ry=1
document.write(mycontent[ry])
}
random_content()
//-->
