var m=1;
var n=Math.floor(Math.random()*m+1);
switch(n)
{
case 1:
document.writeln("<table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\">");
document.writeln("<tr>");
document.writeln("");
document.writeln("<td width=\"70%\">");
document.writeln("<iframe id=\"baiduSpFrame\" border=\"0\" vspace=\"0\" hspace=\"0\" marginwidth=\"0\" marginheight=\"0\" framespacing=\"0\" frameborder=\"0\" scrolling=\"no\" width=\"468\" height=\"60\" src=\"http:\/\/spcode.baidu.com\/spcode\/spstyle\/style3331.jsp?tn=baidusys_sp&ctn=0&styleid=3331\"><\/iframe>");
document.writeln("<\/td>");
document.writeln("<td width=\"30%\">");
document.writeln("");
document.writeln("<iframe id=\"baiduSpFrame\" border=\"0\" vspace=\"0\" hspace=\"0\" marginwidth=\"0\" marginheight=\"0\" framespacing=\"0\" frameborder=\"0\" scrolling=\"no\" width=\"120\" height=\"60\" src=\"http:\/\/spcode.baidu.com\/spcode\/spstyle\/style3902.jsp?tn=baidusys_sp&ctn=0&styleid=3902\"><\/iframe>");
document.writeln("");
document.writeln("<\/td>");
document.writeln("<\/tr>");
document.writeln("<\/table>");
break;
}
