info = 

"<html>" +
"<head>" +
"<link rel=stylesheet href=style.css type=text/css>" +
"<base target=_top>" +
"</head>" +

"<body bgcolor=#000000>" +

"<table style='background-repeat:no-repeat' border=0 cellpadding=0 cellspacing=0 width=16>" +
"    <tr>" +
"      <td width=16 height=18 align=center valign=top>" +













"</center>" +

"      </td>" +
"    </tr>" +
"</table>" +

"</body>" +
"</html>"

document.write(info);
