//ssports(0)
function sports(pos)
{
t_pic1 = new Array("football03", "football04", "football05", "football06","football25","footballsj","championship","dy","sch" )
t_pic2 = new Array("football03_1", "football04_1", "football05_1", "football06_1","football25_1","footballsj_1","championship_1","dy_1","sch_1")
t_url = new Array("http://center.sportscn.com/content/football/europe/england/index.html", "http://center.sportscn.com/content/football/europe/italy/index.html", "http://center.sportscn.com/content/football/europe/germany/index.html", "http://center.sportscn.com/content/football/europe/spain/index.html","http://center.sportscn.com/content/football/europe/france/index.html", "http://center.sportscn.com/content/football/europe/world/index.html","http://center.sportscn.com/content/football/europe/champion/ target=_blank","http://center.sportscn.com/content/football/europe/world/deyi.html", "http://center.sportscn.com/content/football/europe/world/suchao.html")
html = "<table cellpadding=0 cellspacing=0 width=760 background=http://image.sportscn.com/center/ico/home04.gif border=0><tr><td width=500 style=border-bottom: 1 solid #000000 height=25>&nbsp;ÊÀ½ç×ãÇò</td>"
for (i = 0; i < t_url.length; i++)
    {
    html += "<td valign=bottom style=border-bottom: 1 solid #000000><a href=" + t_url[i] + "><img border=0 src=http://image.sportscn.com/center/football/world/ico/" + ((i == pos) ? t_pic2[i] : t_pic1[i]) + ".gif></a></td>"
    }
html += "</tr><TR><TD colspan=10 height=1 bgcolor=000000></TD></TR></table>"
document.write (html)
}


