document.writeln("<style type=\"text\/css\">");
document.writeln("<!--");
document.writeln(".llll {");
document.writeln("    filter: RevealTrans(Duration=1, Transition=1);");
document.writeln("    height: 133px;");
document.writeln("    width: 1007px;");
document.writeln("}");
document.writeln("-->");
document.writeln("<\/style><\/head>");
document.writeln("<body>");
document.writeln("<table width=\"200\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("  <tr><td><img src=\"http:\/\/www.csmp.cn\/lp\/1.gif\" id=\"img\" class=\"llll\"><\/td>");
document.writeln("  <\/tr><tr><td> <\/td><\/tr>");
document.writeln("  <tr>");
document.writeln("    <td><table width=\"200\" border=\"0\" cellspacing=\"0\" ");
document.writeln("cellpadding=\"0\">");
document.writeln("      <tr>");
document.writeln("        <td width=\"100\" align=\"center\" id =\"bt\">标题<\/td>");
document.writeln("        <td width=\"10\" align=\"center\"><\/td>");
document.writeln("        <td id=\"t1\" width=\"15\" align=\"center\">1<\/td>");
document.writeln("        <td id=\"t2\" width=\"15\" align=\"center\">2<\/td>");
document.writeln("        <td id=\"t3\" width=\"15\" align=\"center\">3<\/td>");
document.writeln("        <td id=\"t4\" width=\"15\" align=\"center\">4<\/td>");
document.writeln("        <td id=\"t5\" width=\"15\" align=\"center\">5<\/td>");
document.writeln("        <td id=\"t6\" width=\"15\" align=\"center\">6<\/td>");
document.writeln("      <\/tr>");
document.writeln("    <\/table><\/td>");
document.writeln("  <\/tr>");
document.writeln("<\/table>");
document.writeln("<script language=\"javascript\">");
document.writeln("    var num=0;");
document.writeln("    var bt=new Array(\"进出口权\",\"核桃苗预定中\",\"便携式挖坑机\",\"购苗优惠政策\",\"购苗有礼相送\",\"www.csmp.cn\");");
document.writeln("function disp(i1){");
document.writeln("    img.filters.revealTrans.Transition=Math.floor(Math.random()*23);");
document.writeln("    \/\/这是随机函数,用来更改前面[transition=15]15这个值域的");
document.writeln("    img.filters[0].apply();");
document.writeln("    img.src=\"http:\/\/www.csmp.cn\/lp\/top\" + i1 + \".gif\";  \/\/图片地址");
document.writeln("    img.filters[0].play();");
document.writeln("    document.getElementById(\"bt\").innerText = bt[i1-1];");
document.writeln("    document.getElementById(\"t\"+i1).innerHTML = \"<font color=#FFFFFF>\" + i1 + \"<\/font>\";");
document.writeln("    document.getElementById(\"t\"+i1).background=\"images\/lbbg.jpg\";");
document.writeln("    }");
document.writeln("function disp0(){");
document.writeln("    var i1;");
document.writeln("    for(i1=1;i1<=6;i1++){");
document.writeln("        document.getElementById(\"t\"+i1).innerHTML = i1;");
document.writeln("        document.getElementById(\"t\"+i1).background=\"\";");
document.writeln("        }}");
document.writeln("function disp2(){");
document.writeln("    num=num+1;");
document.writeln("    if(num>6)num=1;");
document.writeln("    disp0();");
document.writeln("    disp(num);");
document.writeln("    setTimeout(\"disp2()\",4800);");
document.writeln("}");
document.writeln("");
document.writeln("disp2();");
document.writeln("");
document.writeln("<\/script>");
