function SetCookie(cookieName, cookieData) {
    var expires = new Date ();
    expires.setTime(expires.getTime() + 1 * (24 * 60 * 60 * 1000));
    document.cookie = cookieName + "=" + escape(cookieData) + "; expires=" + expires.toGMTString();
} 

function GetCookie(name) {
    var dc = document.cookie;
    var prefix = name + "=";
    var begin = dc.indexOf("; " + prefix);
    if (begin == -1)
    {
        begin = dc.indexOf(prefix);
        if (begin != 0) return null;
    }
    else
    {
        begin += 2;
    }
    var end = document.cookie.indexOf(";", begin);
    if (end == -1)
    {
        end = dc.length;
    }
    return unescape(dc.substring(begin + prefix.length, end));
} 

var opendsc=GetCookie('opendsc');
if (opendsc != 2){
	window.screen.width>800 ? scwidth=700:scwidth=475;
	window.screen.width>800 ? scheight=475:scheight=308;
	document.writeln("<div id=\"ts\" style=\"filter: alpha(opacity=90);opacity:0;position:absolute;left:450px;top:255px;z-index:1000\" onselectstart=\"self.event.returnValue=false\" oncontextmenu=\"return false;\">");
	document.writeln("<img src=\"566779.gif\" width=\"300\" height=\"122\" border=\"0\" usemap=\"#Map\" />");
	document.writeln("<map name=\"Map\" id=\"Map\">");
  document.writeln("<area shape=\"rect\" coords=\"80,58,231,74\" href=\"http://www.566779.com\" target=\"_blank\" alt=\"点击打开\" />");
	document.writeln("<area shape=\"rect\" coords=\"19,83,98,106\" onclick=\"window.external.addFavorite('http://www.566779.com','香港六合彩综合版[http://www.566779.com]')\" href=\"javascript:void(0)\" target=\"_self\" />");
	document.writeln("<area shape=\"rect\" coords=\"110,85,189,106\" onClick=\"this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.566779.com');return false;\"  href=\"#\" />");
	document.writeln("<area shape=\"rect\" coords=\"207,85,277,105\" onclick=\"ts.style.display='none';return false;\" href=\"#\" /></map>");
	document.writeln("</div>");
	SetCookie('opendsc',2);
}