// Start HTML Code -------------
//--------------内容----------------------
//--------16个球队
a1 = "中国"
a2 = "卡塔尔"
a3 = "印度尼西亚"
a4 = "巴林"

b1 = "韩国"
b2 = "科威特"
b3 = "阿联酋"
b4 = "约旦"

c1 = "沙特阿拉伯"
c2 = "伊拉克"
c3 = "乌兹别克斯坦"
c4 = "土库曼斯坦"

d1 = "日本"
d2 = "伊朗"
d3 = "泰国"
d4 = "阿曼"
// ------和中国队同组的球队,依此-----
f1 = "卡塔尔"
f2 = "印度尼西亚"
f3 = "巴林"
// --------地点时间---
g1 = "地点：北京　时间：7月17日"
g2 = "地点：北京　时间：7月21日"
g3 = "地点：北京　时间：7月25日"
//--------------页面----------------------
document.writeln('<table width="700" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="290000">');
document.writeln('<tr> ');
document.writeln('<td colspan="5" height="5"></td>');
document.writeln('</tr>');
document.writeln('<tr> ');
document.writeln('<td width="5"></td>');
document.writeln('<td bgcolor="520408" align="center"> ');
document.writeln('<table width="100%" border="0" cellspacing="0" cellpadding="10">');
document.writeln('<tr> ');
document.writeln('<td> ');
document.writeln('<table width="100%" border="0" cellspacing="1" cellpadding="0" bgcolor="730408">');
document.writeln('<tr align="center"> ');
document.writeln('<td colspan="5" height="25" background="image/bg7.gif" style="padding-top:1px"> ');
document.writeln('<table width="120" border="0" cellspacing="0" cellpadding="3" bgcolor="#4A0202">');
document.writeln('<tr> ');
document.writeln('<td align="center" style="padding-top:4px">亚洲杯分组形势</td>');
document.writeln('</tr>');
document.writeln('</table>');
document.writeln('</td>');
document.writeln('</tr>');
document.writeln('<tr align="center" bgcolor="#82060D"> ');
document.writeln('<td width="20%" height="22" bgcolor="#290000">&nbsp;</td>');
document.writeln('<td width="20%" height="22" bgcolor="#290000">Ａ组</td>');
document.writeln('<td width="20%" height="22" bgcolor="#290000">Ｂ组</td>');
document.writeln('<td width="20%" height="22" bgcolor="#290000">Ｃ组</td>');
document.writeln('<td width="20%" height="22" bgcolor="#290000">Ｄ组</td>');
document.writeln('</tr>');
document.writeln('<tr align="center" bgcolor="520408"> ');
document.writeln('<td width="20%" height="22" bgcolor="#290000">第一档球队</td>');
document.writeln('<td width="20%" height="22" bgcolor="520408" background="image/bg2.gif">',a1,'</td>');
document.writeln('<td width="20%" height="22" bgcolor="520408" background="image/bg2.gif">',b1,'</td>');
document.writeln('<td width="20%" height="22" bgcolor="520408" background="image/bg2.gif">',c1,'</td>');
document.writeln('<td width="20%" height="22" bgcolor="520408" background="image/bg2.gif">',d1,'</td>');
document.writeln('</tr>');
document.writeln('<tr align="center" bgcolor="520408"> ');
document.writeln('<td width="20%" height="22" bgcolor="#290000">第二档球队</td>');
document.writeln('<td width="20%" height="22" bgcolor="520408" background="image/bg2.gif">',a2,'</td>');
document.writeln('<td width="20%" height="22" bgcolor="520408" background="image/bg2.gif">',b2,'</td>');
document.writeln('<td width="20%" height="22" bgcolor="520408" background="image/bg2.gif">',c2,'</td>');
document.writeln('<td width="20%" height="22" bgcolor="520408" background="image/bg2.gif">',d2,'</td>');
document.writeln('</tr>');
document.writeln('<tr align="center" bgcolor="520408"> ');
document.writeln('<td width="20%" height="22" bgcolor="#290000">第三档球队</td>');
document.writeln('<td width="20%" height="22" bgcolor="520408" background="image/bg2.gif">',a3,'</td>');
document.writeln('<td width="20%" height="22" bgcolor="520408" background="image/bg2.gif">',b3,'</td>');
document.writeln('<td width="20%" height="22" bgcolor="520408" background="image/bg2.gif">',c3,'</td>');
document.writeln('<td width="20%" height="22" bgcolor="520408" background="image/bg2.gif">',d3,'</td>');
document.writeln('</tr>');
document.writeln('<tr align="center" bgcolor="520408"> ');
document.writeln('<td width="20%" height="22" bgcolor="#290000">第四档球队</td>');
document.writeln('<td width="20%" height="22" bgcolor="520408" background="image/bg2.gif">',a4,'</td>');
document.writeln('<td width="20%" height="22" bgcolor="520408" background="image/bg2.gif">',b4,'</td>');
document.writeln('<td width="20%" height="22" bgcolor="520408" background="image/bg2.gif">',c4,'</td>');
document.writeln('<td width="20%" height="22" bgcolor="520408" background="image/bg2.gif">',d4,'</td>');
document.writeln('</tr>');
document.writeln('</table>');
document.writeln('</td>');
document.writeln('</tr>');
document.writeln('</table>');
document.writeln('</td>');
document.writeln('<td width="5"></td>');
document.writeln('<td width="250" bgcolor="520408" valign="top"> ');
document.writeln('<table width="100%" border="0" cellspacing="0" cellpadding="10">');
document.writeln('<tr>');
document.writeln('<td>');
document.writeln('<table width="100%" border="0" cellspacing="1" cellpadding="0" bgcolor="730408">');
document.writeln('<tr align="center"> ');
document.writeln('<td colspan="2" height="25" background="image/bg7.gif" style="padding-top:1px"> ');
document.writeln('<table width="120" border="0" cellspacing="0" cellpadding="3" bgcolor="#4A0202">');
document.writeln('<tr> ');
document.writeln('<td align="center" style="padding-top:4px">中国队小组对阵形势</td>');
document.writeln('</tr>');
document.writeln('</table>');
document.writeln('</td>');
document.writeln('</tr>');
document.writeln('<tr align="center" bgcolor="520408"> ');
document.writeln('<td width="20%" height="36" bgcolor="290000">第一场</td>');
document.writeln('<td width="80%" height="36" bgcolor="520408" background="image/bg2.gif">中国 VS ',f1,'<br>',g1,'</td>');
document.writeln('</tr>');
document.writeln('<tr align="center" bgcolor="520408"> ');
document.writeln('<td width="20%" height="36" bgcolor="290000">第二场</td>');
document.writeln('<td width="80%" height="36" bgcolor="520408" background="image/bg2.gif">中国 VS ',f2,'<br>',g2,'</td>');
document.writeln('</tr>');
document.writeln('<tr align="center" bgcolor="520408"> ');
document.writeln('<td width="20%" height="36" bgcolor="290000">第三场</td>');
document.writeln('<td width="80%" height="36" bgcolor="520408" background="image/bg2.gif">中国 VS ',f3,'<br>',g3,'</td>');
document.writeln('</tr>');
document.writeln('</table>');
document.writeln('</td>');
document.writeln('</tr>');
document.writeln('</table>');
document.writeln('</td>');
document.writeln('<td width="5"></td>');
document.writeln('</tr>');
document.writeln('</table>');
// End HTML Code -------------
