document.writeln("<link href=\"skins/title.css\" type=\"text/css\" rel=\"stylesheet\">\n");
document.writeln("<table width=\"100%\"  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 flLayerCtl2(bl) {
	var ob = document.getElementById("fl_centerLayer2");
	if(bl) {
		ob.style.visibility = "visible";
	} else {
		ob.style.visibility = "hidden";
	}
}

function gGenerateCtl(disable) {
var image_baseurl = "/web/imgs/";
var main_framework =
"<table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" background=\""+image_baseurl+"title_bg.gif\" ><tr>"+
"<td width=\"150\"><a href=\"http://www.web686.com\" target=\"_blank\"><img src=\""+image_baseurl+"logo_dvbbs.gif\" border=\"0\"></a></td>"+
"<td><font color=\"135C86\">专业源于技术  服务出自真心</font></td>"+
"<td width=\"68\"><a href=\"http://www.web686.com/web/mail.html\" target=\"_blank\"><img src=\""+image_baseurl+"services.gif\" border=\"0\"></a></td>"+
"<td width=\"68\"><a href=\"http://www.web686.com/web/server.asp\" target=\"_blank\"><img src=\""+image_baseurl+"order.gif\" border=\"0\"></a></td>"+
"<td width=\"68\"><a href=\"http://www.web686.com/web/aboutus.html\" target=\"_blank\"><img src=\""+image_baseurl+"club.gif\" border=\"0\"></a></td>"+
"<td width=\"110\"><a href=\"http://www.web686.com/web/news.html\" target=\"_blank\"><img src=\""+image_baseurl+"logo_qqgame.gif\" border=\"0\"></a></td>"+
"</tr></table>"
document.body.insertAdjacentHTML("afterBegin", main_framework);
}

if (!document.all && 'undefined' !== typeof(HTMLElement))
{
	HTMLElement.prototype.insertAdjacentHTML = function (where, html) { 
		var e = this.ownerDocument.createRange(); 
		e.setStartBefore(this); 
		e = e.createContextualFragment(html); 
		switch (where) 
		{ 
			case 'beforeBegin':
				this.parentNode.insertBefore(e, this);
				break; 
			case 'afterBegin':
				this.insertBefore(e, this.firstChild);
				break; 
			case 'beforeEnd':
				this.appendChild(e);
				break;
			case 'afterEnd':
				if(!this.nextSibling)
				{
					this.parentNode.appendChild(e);
				}
				else
				{
					this.parentNode.insertBefore(e, this.nextSibling);
				}
				break; 
		} 
	}
}

function gGenerateOnload() {
	if(document.body != null) {
		gGenerateCtl(disable_links);
	} else {
		setTimeout("gGenerateOnload();",100);
	}
} gGenerateOnload();

document.writeln("</td></tr></table>\n");