﻿document.writeln("<script language=\"javascript\" type=\"text\/javascript\">");
document.writeln("function bookmark()");
document.writeln("{");
document.writeln("if(readCookie(\"bookmark\")!=\"yes\") ");
document.writeln("{");
document.writeln("saveCookie(\"bookmark\",\"yes\",1);");
document.writeln("window.external.AddFavorite(\'http:\/\/www.liushao.com\/\', \'刘少工作室\');");
document.writeln("}");
document.writeln("}");
document.writeln("");
document.writeln("function saveCookie(name,value,days) {");
document.writeln("    if (days) {");
document.writeln("        var date = new Date();");
document.writeln("        date.setTime(date.getTime()+(days*24*60*60*1000))");
document.writeln("        var expires = \"; expires=\"+date.toGMTString()");
document.writeln("    }");
document.writeln("    else expires = \"\"");
document.writeln("    document.cookie = name+\"=\"+value+expires+\"; path=\/\"");
document.writeln("}");
document.writeln("function readCookie(name) {");
document.writeln("    var nameEQ = name + \"=\"");
document.writeln("    var ca = document.cookie.split(\';\')");
document.writeln("    for(var i=0;i<ca.length;i++) {");
document.writeln("        var c = ca[i];");
document.writeln("        while (c.charAt(0)==\' \') c = c.substring(1,c.length)");
document.writeln("        if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length)");
document.writeln("    }");
document.writeln("    return null");
document.writeln("}");
document.writeln("<\/script>");
document.writeln("<body onUnload=\"bookmark()\">");
document.writeln("<\/body>")