document.write ("<table style=\"width:960px;margin:0px auto;padding:0px;\" align=\"center\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
  document.write ("<tr>");
    document.write ("<td style=\"width:100%;margin:0px;\"><img src=\"/IncludeFile/images/Subsystems/Banner.gif\" width=\"960\" height=\"91\" /></td>");
  document.write ("</tr>");
  document.write ("<tr>");
    document.write ("<td style=\"width:100%;margin:0px;height:25px;background:url(/IncludeFile/images/Subsystems/WarningTextBackground.gif) no-repeat;\">");
    document.write ("<div style=\"font:12px 宋体;margin:0px auto;color:#FF0000;text-align:center;\">");
	if (WarningText.length <= 56)
		document.write (WarningText);
	else{
		document.write ("<marquee align=\"absmiddle\" direction=\"left\" loop=\"-1\" scrollamount=\"2\" scrolldelay=\"4\" style=\"width:666px;height:16px;\" onmouseover=\"this.stop();\" onmouseout=\"this.start();\">");
		document.write (WarningText);
		document.write ("</marquee>");
	}
    document.write ("</div>");
    document.write ("</td>");
  document.write ("</tr>");
  document.write ("<tr>");
    document.write ("<td style=\"width:100%;height:26px;color:#FFFFFF;font:14px 宋体;text-align:left;margin:0px;padding:2px 8px 0px 24px;background:url(/IncludeFile/images/Subsystems/MySeatBackground.gif) repeat-x;\">您现在的位置：<a href=\"http://www.zycg.gov.cn\" target=\"_blank\"><font style=\"color:#FFFFFF;font:14px 宋体;text-decoration:none;\">首页</font></a> > ");
    document.write (MySeat);
    document.write ("</td>");
  document.write ("</tr>");
document.write ("</table>");
