//Begin Tri-Image Script
<!--
function showTriImage(){
// numimg  is the number of Images
numimg = 16
day = new Date()
z = day.getTime()
y = (z - (parseInt(z/1000,10) * 1000))/10
x = parseInt(y/100*numimg,10) + 1
if (x == (1))
img=("riv-2002-nite-dt-county-150x134")
if (x == (2))
img=("riv-2002-dt-county-005ac-150x67")
if (x == (3))
img=("riv-2002-dt-county-sign-150x67")
if (x == (4))
img=("riv-2006-dt-025-150x67")
if (x == (5))
img=("riv-2002-dt-003a-150x67")
if (x == (6))
img=("riv-2004-dt-art-003-150x67")
if (x == (7))
img=("riv-2004-dt-courthouse-006-150x67")
if (x == (8))
img=("riv-2004-inn-023-150x67")
if (x == (9))
img=("riv-2004-inn-090-150x67")
if (x == (10))
img=("riv-2004-inn-093-150x67")
if (x == (11))
img=("riv-2004-inn-amistad-006-150x67")
if (x == (12))
img=("riv-2004-inn-patio-005-150x67")
if (x == (13))
img=("riv-2004-inn-rotunda-003-150x67")
if (x == (14))
img=("riv-2005-dt-daon-002-150x67")
if (x == (14))
img=("riv-2005-dt-marriott-002-150x67")
if (x == (15))
img=("riv-2005-dt-raincross-007-150x67")
if (x == (16))
img=("riv-2005-dt-sign-003-150x67")

document.write('<img class="tri-image" src="/images/site/tri-images/' + img + '-01.jpg"><img class="tri-image" src="/images/site/tri-images/' + img + '-02.jpg"><img class="tri-image" src="/images/site/tri-images/' + img + '-03.jpg">')
}
//-->
//End Tri-Image Script