<!-- Javascript code begins -->

var randomlinks=new Array()

randomlinks[0]='<a href="http://www.501st.com/members/displaymember.cfm?userid=6575&costumeid=2" target="_blank"><img src="images/randomtrooper/td5152.jpg" width="300" height="402" border=0></a>'
randomlinks[1]='<a href="http://www.501st.com/members/displaymember.cfm?userid=7061&costumeid=6" target="_blank"><img src="images/randomtrooper/tb6691.jpg" width="300" height="402" border=0></a>'
randomlinks[2]='<a href="http://www.501st.com/members/displaymember.cfm?userid=6901&costumeid=1" target="_blank"><img src="images/randomtrooper/tk4546.jpg" width="300" height="402" border=0></a>'
randomlinks[3]='<a href="http://www.501st.com/members/displaymember.cfm?userid=5985&costumeid=3" target="_blank"><img src="images/randomtrooper/ts3132.jpg" width="300" height="402" border=0></a>'
randomlinks[4]='<a href="http://www.501st.com/members/displaymember.cfm?userID=5925&costumeID=5" target="_blank"><img src="images/randomtrooper/ta5776.jpg" width="300" height="402" border=0></a>'
randomlinks[5]='<a href="http://www.501st.com/members/displaymember.cfm?userID=1661&costumeID=8" target="_blank"><img src="images/randomtrooper/bh6325.jpg" width="300" height="402" border=0></a>'

function randomlink(){
var add = randomlinks[Math.floor(Math.random()*randomlinks.length)]
return(add)
}

document.write( randomlink() );

<!-- Javascript code ends -->