// IMPORTANT:
// Change root path here if web files are moved to a different root folder.
// Example: http://www.usdeafsports.org/2005team/index.html = "/2005team"
//          http://2005.usdeafsports.org = "http://2005.usdeafsports.org"

var strRootPath = "http://2005.usdeafsports.org/"
var strFullPath = strRootPath + "/graphics"

// TABLE START
document.write("<table border=0 cellpadding=0 cellspacing=0><tr valign=middle>")

// GOLD
document.write("<td width=54><img src=" + strFullPath + "/clear.gif hspace=0 vspace=0 border=0></td>")
document.write("<td height=50 width=53 class=text_white background=" + strFullPath + "/gold.jpg align=center>8</td>")

// SILVER
document.write("<td width=5><img src=" + strFullPath + "/clear.gif hspace=0 vspace=0 border=0></td>")
document.write("<td height=50 width=53 class=text_white background=" + strFullPath + "/silver.jpg align=center>11</td>")

// BRONZE
document.write("<td width=5><img src=" + strFullPath + "/clear.gif hspace=0 vspace=0 border=0></td>")
document.write("<td height=50 width=53 class=text_white background=" + strFullPath + "/bronze.jpg align=center>12</td>")

// TABLE END
document.write("</tr></table>")