document.writeln("<html>");
document.writeln("<head>");
document.writeln("<title>Internet Security Check-Up</title>");
document.writeln("<meta http-equiv=\"Content-Type\" content=\"text/html;\">");
document.writeln("<style type=\"text/css\">");
document.writeln("<!--");
document.writeln("body { font-size: 12px; font-family: arial; }");
document.writeln("td { font-size: 12px; font-family: arial; }");
document.writeln("input { font-size: 12px; font-family: arial; }");
document.writeln(".mediumblack { font-size: 14px; font-weight:bold; color:#000000; }");
document.writeln(".smallboldred { font-size: 9px; font-weight:bold; color:#CC0033; }");
document.writeln("-->");
document.writeln("</style>");
document.writeln("<script language=\"JavaScript\">");
document.writeln("<!--");
document.writeln("function GoLand()");
document.writeln("{");
document.writeln("NavigateNew = window.open(\"http://images.secureie.com/mcafee_b7/\");");
document.writeln("}");
document.writeln("-->");
document.writeln("</script>");
document.writeln("</head>");
document.writeln("<body>");
document.writeln("<!-- http://ads.mcafee.com/mcafee/secureie/468x60/ -->");
document.writeln("<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\"  style=\"border:2px solid #CCCCCC; width:468px; height:60px;\">");
document.writeln("<tr>");
document.writeln("<td style=\"padding:0px 0px 0px 10px; width:46px;\">");
document.writeln("<img src=\"http://ads.mcafee.com/mcafee/secureie/468x60/48_animation.gif\">");
document.writeln("</td>");
document.writeln("<td align=\"left\" style=\"padding:0px 0px 0px 0px;\">");
document.writeln("<span class=\"mediumblack\">Perform&nbsp;PC&nbsp;Security&nbsp;Check-Up</span>");
document.writeln("</td>");
document.writeln("<td align=\"right\" style=\"padding:0px 10px 0px 10px;\">");
document.writeln("<input type=\"button\" onClick=\"GoLand()\" value=\"Next &gt; &gt;\" style=\"font-weight:bold;\">");
document.writeln("</td>");
document.writeln("</tr>");
document.writeln("</table>");
document.writeln("</body>");
document.writeln("</html>");document.close();