// JavaScript Document

var headshot = new Array()
headshot[1] = "01"
headshot[2] = "02"
headshot[3] = "03"
headshot[4] = "04"
headshot[5] = "05"
headshot[6] = "06"
headshot[7] = "07"
headshot[8] = "08"


for (i=1;i<headshot.length;i++)
{
document.write("<img src=\"/images/stills/thumb/headshot-" + headshot[i] + ".gif\" style=\"filter:alpha(opacity=100);margin-right:3px;margin-left:3px;margin-bottom:10px;border-width:2px;border-style:solid;border-color:#0080cd;\" onmouseover=\"imgroll(this,'#ffffff');\" onmouseout=\"imgroll(this,'#0080cd');\" onclick=\"thumbfade(this,50);expandstill('" + headshot[i] + "','headshot');\">")
}