var str;
str = "<style type=text/css>" + 
"A.title1:link {font-size:17.9px;font-family:arial;font-weight:bold;text-decoration:none;color:#ffffff;}" + 
"A.title1:visited {font-size:17.9px;font-family:arial;font-weight:bold;text-decoration:none;color:#ffffff;}" + 
"A.title1:active {font-size:17.9px;font-family:arial;font-weight:bold;text-decoration:none;color:#ffffff;}" + 
"A.title1:hover {font-size:17.9px;font-family:arial;font-weight:bold;text-decoration:none;color:#ffffff;}" + 
"A.title2:link {text-decoration:none;color:#000000;font-size:12px}" + 
"A.title2:visited {text-decoration:none;color:#000000;font-size:12px}" + 
"A.title2:active {text-decoration:none;color:#ff0000;font-size:12px}" + 
"A.title2:hover {text-decoration:none;color:#ff0000;font-size:12px}" + 
"</style>" + 
"<table width=760 border=0 cellspacing=0 cellpadding=0 align=center>" + 
"<tr><td height=1 colspan=2 bgcolor=#000000><img src=../images/c.gif width=1 height=1></td></tr>" + 
"<tr><td height=2 colspan=2></td></tr>" + 
"<tr><td width=150 height=18 bgcolor=#94AAD6 align=center><a href=http://www.kuqin.com/ class=title1>酷勤网</a></td>" + 
"<td width=600 align=right>" + 
"	<table width=600 border=0 cellspacing=0 cellpadding=0>" + 
"<tr align=left><td><a href=http://www.kuqin.com/index2.html class=title2>第二首页</a>" + 
" | <a href=http://www.kuqin.com/daohang/ class=title2>导网站</a>" + 
" | <a href=http://www.kuqin.com/jingyan/ class=title2 >挖经验</a>" +
" | <a href=http://www.kuqin.com/tech/ class=title2 >学技术</a>" +
" | <a href=http://www.kuqin.com/download/ class=title2 >下资源</a>" + 
"</td></tr>" + 
"	</table></td></tr>" + 
"<tr><td height=2 colspan=2></td></tr>" + 
"<tr><td height=1 colspan=2 bgcolor=#000000></td></tr>" + 
"</table>";
document.write(str)
