document.writeln("<link href=\"http://game.qq.com/qqjs/title.css\" type=\"text/css\" rel=\"stylesheet\">\n");
document.writeln("<table width=\"100%\" height=\"30\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr><td>\n");

if(typeof(disable_links) == "undefined")
{
	disable_links = false;
}

function flLayerCtl(bl) {
	var ob = document.getElementById("fl_centerLayer");
	if(bl) {
		ob.style.visibility = "visible";
	} else {
		ob.style.visibility = "hidden";
	}
}

function gGenerateCtl(disable) {
var image_baseurl = "http://ossweb-img2.qq.com/images/web/title/";
var main_framework =
"<div class=\"title_main\">"+
"<table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" background=\""+image_baseurl+"title_bg.gif\" class=\"title\"><tr><td>"+
"<table width=\"100%\" height=\"30\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" onselectstart=\"return false;\" oncontextmenu=\"return false;\" ><tr>"+
"<td><a href=\"http://www.qq.com\" target=\"_blank\"><img src=\""+image_baseurl+"logo_tencent.gif\" border=\"0\" hspace=\"10\"></a></td>"+
"<td width=\"260\"><iframe height=\"18\" src=\"http://qqtang.qq.com/time/AllNews/toplist_all.htm\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\"></iframe></td>"+
"<td width=\"100%\">&nbsp;</td>"+
"<td><a href=\"http://pay.qq.com\" target=\"_blank\"><img src=\""+image_baseurl+"button_pay.gif\" width=\"78\" height=\"24\" border=\"0\" hspace=\"6\"></a></td>"+
"<td><a href=\"http://gcs.qq.com/gcs\" target=\"_blank\"><img src=\""+image_baseurl+"button_service.gif\" width=\"81\" height=\"24\" border=\"0\" hspace=\"6\"></a></td>"+
"<td><a href=\"http://gamebbs.qq.com\" target=\"_blank\"><img src=\""+image_baseurl+"button_bbs.gif\" width=\"81\" height=\"24\" border=\"0\" hspace=\"6\"></a></td>"+
"<td width=\"180\"><img src=\""+image_baseurl+"logo_qqgame.gif\" align=\"absmiddle\" onfocus=\"blur();\" onmouseover=\"flLayerCtl(true);\"><img src=\""+image_baseurl+"arrowhead.gif\" align=\"absmiddle\" onmouseover=\"flLayerCtl(true);\" hspace=\"10\"></td>"+
"<td width=\"1\" align=\"right\" valign=\"top\"><div id=\"fl_centerLayer\" class=\"title_center\">"+
"<div class=\"title_menu\" onmouseover=\"flLayerCtl(true);\" onmouseout=\"flLayerCtl(false);\">"+
"<table width=\"128\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr>"+
"<td><img src="+image_baseurl+"logo_table_ul.gif width=\"3\" height=\"3\"></td>"+
"<td height=\"3\" background="+image_baseurl+"logo_table_ub.gif></td>"+
"<td><img src="+image_baseurl+"logo_table_ur.gif width=\"3\" height=\"3\"></td>"+
"</tr><tr>"+
"<td width=\"3\" background="+image_baseurl+"logo_table_lb.gif></td>"+
"<td bgcolor=#FFFFFF><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">"+
"<tr><td height=\"50\" align=\"center\"><a href=\"http://qqgame.qq.com\" target=\"_blank\"><img src="+image_baseurl+"logo_minigame.jpg border=\"0\"></a></td></tr>"+
"<tr><td height=\"50\" align=\"center\"><a href=\"http://pet.qq.com\" target=\"_blank\"><img src="+image_baseurl+"logo_pet.jpg border=\"0\"></a></td></tr>"+
"<tr><td height=\"50\" align=\"center\"><a href=\"http://sg.qq.com\" target=\"_blank\"><img src="+image_baseurl+"logo_qqsg.jpg border=\"0\"></a></td></tr>"+
"<tr><td height=\"50\" align=\"center\"><a href=\"http://ffo.qq.com\" target=\"_blank\"><img src="+image_baseurl+"logo_ffo.jpg border=\"0\"></a></td></tr>"+
"<tr><td height=\"50\" align=\"center\"><a href=\"http://fo.qq.com\" target=\"_blank\"><img src="+image_baseurl+"logo_fo.jpg border=\"0\"></a></td></tr>"+
"<tr><td height=\"50\" align=\"center\"><a href=\"http://qqhx.qq.com\" target=\"_blank\"><img src="+image_baseurl+"logo_qqhx.jpg border=\"0\"></a></td></tr>"+
"<tr><td height=\"50\" align=\"center\"><a href=\"http://r2.qq.com\" target=\"_blank\"><img src="+image_baseurl+"logo_r2.jpg border=\"0\"></a></td></tr>"+
"<tr><td height=\"50\" align=\"center\"><a href=\"http://qqtang.qq.com\" target=\"_blank\"><img src="+image_baseurl+"logo_qqtang.jpg border=\"0\"></a></td></tr>"+
"<tr><td height=\"50\" align=\"center\"><a href=\"http://nana.qq.com\" target=\"_blank\"><img src="+image_baseurl+"logo_nana.jpg border=\"0\"></a></td></tr>"+
"<tr><td height=\"50\" align=\"center\"><a href=\"http://speed.qq.com\" target=\"_blank\"><img src="+image_baseurl+"logo_speed.jpg border=\"0\"></a></td></tr>"+
"<tr><td height=\"50\" align=\"center\"><a href=\"http://cf.qq.com\" target=\"_blank\"><img src="+image_baseurl+"logo_cf.jpg border=\"0\"></a></td></tr>"+
"</table></td>"+
"<td width=\"3\" background="+image_baseurl+"logo_table_rb.gif></td>"+
"</tr><tr>"+
"<td><img src="+image_baseurl+"logo_table_dl.gif width=\"3\" height=\"3\"></td>"+
"<td height=\"3\" background="+image_baseurl+"logo_table_db.gif></td>"+
"<td><img src="+image_baseurl+"logo_table_dr.gif width=\"3\" height=\"3\"></td>"+
"</tr></table>"+
"</div>"+
"</div></td>"+
"</tr></table>"+
"</td></tr></table>"+
"</div>"

document.body.insertAdjacentHTML("afterBegin", main_framework);

}

function gGenerateOnload() {
	if(document.body != null) {
		gGenerateCtl(disable_links);
	} else {
		setTimeout("gGenerateOnload();",100);
	}
} gGenerateOnload();

document.writeln("</td></tr></table>\n");
