<!--
function random_content(){
var mycontent=new Array()
mycontent[1]='<img src="/images/UNIFI_RP_photo1.jpg" width="760" height="220" alt="UNIFI Retirement Plans" border="0">'
mycontent[2]='<img src="/images/UNIFI_RP_photo2.jpg" width="760" height="220" alt="UNIFI Retirement Plans" border="0">'
mycontent[3]='<img src="/images/UNIFI_RP_photo3.jpg" width="760" height="220" alt="UNIFI Retirement Plans" border="0">'
mycontent[4]='<img src="/images/UNIFI_RP_photo4.jpg" width="760" height="220" alt="UNIFI Retirement Plans" border="0">'
mycontent[5]='<img src="/images/UNIFI_RP_photo5.jpg" width="760" height="220" alt="UNIFI Retirement Plans" border="0">'
mycontent[6]='<img src="/images/UNIFI_RP_photo6.jpg" width="760" height="220" alt="UNIFI Retirement Plans" border="0">'
var ry=Math.floor(Math.random()*mycontent.length)
if (ry==0)
ry=1
document.write(mycontent[ry])
}
random_content()
//-->