path2 = '../htmls/'
bg = new Array(3);
ln = new Array(3);
bg[0] = 'http://www.cantuconstruction.com/images/ccbanner1.gif'
bg[1] = 'http://www.cantuconstruction.com/images/ccbanner2.gif'
bg[2] = 'http://www.cantuconstruction.com/images/ccbanner3.gif'
ln[0] = 'http://www.cantuconstruction.com/residential'
ln[1] = 'http://www.cantuconstruction.com/residential'
ln[2] = 'http://www.cantuconstruction.com/commercial'
index = Math.floor(Math.random() * bg.length);
document.write('<A HREF='+ln[index]+'><IMG SRC='+bg[index]+' width=126 height=276 border=0 ></A>');
