From: =?iso-2022-jp?B?V2luZG93cyBJbnRlcm5ldCBFeHBsb3JlciA4IBskQiRHSl1COCQ1GyhC?= =?iso-2022-jp?B?GyRCJGwkRiQkJF4kORsoQg==?= Subject: =?iso-2022-jp?B?GyRCO1hGMztxTkEhJjY1OmAlKyU/JW0lMBsoQg==?= Date: Thu, 17 Nov 2011 09:28:55 +0900 MIME-Version: 1.0 Content-Type: multipart/related; type="text/html"; boundary="----=_NextPart_000_0007_01CCA50B.5372FD90" X-MimeOLE: Produced By Microsoft MimeOLE V6.0.6001.18645 This is a multi-part message in MIME format. ------=_NextPart_000_0007_01CCA50B.5372FD90 Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Location: http://sv57.wadax.ne.jp/~text-kyoukyuu-or-jp/22digitalbook/ =EF=BB=BF =E6=8C=87=E5=B0=8E=E8=B3=87=E6=96=99=E3=83=BB=E6=95= =99=E6=9D=90=E3=82=AB=E3=82=BF=E3=83=AD=E3=82=B0
= =E6=9C=AC=E3=82=B3=E3=83=B3=E3=83=86=E3=83=B3=E3=83=84=E3=82=92=E3=81= =94=E8=A6=A7=E3=81=AB=E3=81=AA=E3=82=8B=E9=9A=9B=E3=81=AB=E3=81=AF=E3=80=81= =E6=9C=80=E6=96=B0=E3=81=AE Adobe=C2=AE=20 Flash=C2=AE Player = =E3=81=8C=E5=BF=85=E8=A6=81=E3=81=A7=E3=81=99=E3=80=82
=E6=9C=80=E6=96= =B0=E3=81=AE Adobe=C2=AE=20 Flash=C2=AE Player = =E3=82=92=E3=82=A4=E3=83=B3=E3=82=B9=E3=83=88=E3=83=BC=E3=83=AB=E3=81=97=E3= =81=A6=E3=81=8F=E3=81=A0=E3=81=95=E3=81=84=E3=80=82
=E7=8F=BE=E5=9C=A8=E3=82=A4=E3=83=B3=E3=82=B9=E3=83=88=E3=83=BC=E3= =83=AB=E3=81=95=E3=82=8C=E3=81=A6=E3=81=84=E3=82=8B Adobe=C2=AE = Flash=C2=AE Player = =E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3=EF=BC=9A
=E5=BF=85=E8=A6=81=E3=81=AA Adobe=C2=AE = Flash=C2=AE Player = =E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3=EF=BC=9A

=E3=82=BF=E3=82=A4=E3=83=88=E3=83=AB=EF=BC=9A = =E6=8C=87=E5=B0=8E=E8=B3=87=E6=96=99=E3=83=BB=E6=95=99=E6=9D=90=E3=82=AB=E3= =82=BF=E3=83=AD=E3=82=B0

=E3=82=AD=E3=83=BC=E3=83=AF=E3=83=BC=E3=83=89=EF=BC=9A

=E4=BD=9C=E6=88=90=E6=97=A5=EF=BC=9A 2010/09/16 15:38:00

=E8=AA=AC=E6=98=8E=EF=BC=9A

------=_NextPart_000_0007_01CCA50B.5372FD90 Content-Type: application/octet-stream Content-Transfer-Encoding: quoted-printable Content-Location: http://sv57.wadax.ne.jp/~text-kyoukyuu-or-jp/22digitalbook/lib/AC_RunActiveContent.js //v1.7=0A= // Flash Player Version Detection=0A= // Detect Client Browser type=0A= // Copyright 2005-2007 Adobe Systems Incorporated. All rights reserved.=0A= var isIE =3D (navigator.appVersion.indexOf("MSIE") !=3D -1) ? true : = false;=0A= var isWin =3D (navigator.appVersion.toLowerCase().indexOf("win") !=3D = -1) ? true : false;=0A= var isOpera =3D (navigator.userAgent.indexOf("Opera") !=3D -1) ? true : = false;=0A= =0A= function ControlVersion()=0A= {=0A= var version;=0A= var axo;=0A= var e;=0A= =0A= // NOTE : new ActiveXObject(strFoo) throws an exception if strFoo isn't = in the registry=0A= =0A= try {=0A= // version will be set for 7.X or greater players=0A= axo =3D new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");=0A= version =3D axo.GetVariable("$version");=0A= } catch (e) {=0A= }=0A= =0A= if (!version)=0A= {=0A= try {=0A= // version will be set for 6.X players only=0A= axo =3D new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");=0A= =0A= // installed player is some revision of 6.0=0A= // GetVariable("$version") crashes for versions 6.0.22 through 6.0.29,=0A= // so we have to be careful. =0A= =0A= // default to the first public version=0A= version =3D "WIN 6,0,21,0";=0A= =0A= // throws if AllowScripAccess does not exist (introduced in 6.0r47) =0A= axo.AllowScriptAccess =3D "always";=0A= =0A= // safe to call for 6.0r47 or greater=0A= version =3D axo.GetVariable("$version");=0A= =0A= } catch (e) {=0A= }=0A= }=0A= =0A= if (!version)=0A= {=0A= try {=0A= // version will be set for 4.X or 5.X player=0A= axo =3D new ActiveXObject("ShockwaveFlash.ShockwaveFlash.3");=0A= version =3D axo.GetVariable("$version");=0A= } catch (e) {=0A= }=0A= }=0A= =0A= if (!version)=0A= {=0A= try {=0A= // version will be set for 3.X player=0A= axo =3D new ActiveXObject("ShockwaveFlash.ShockwaveFlash.3");=0A= version =3D "WIN 3,0,18,0";=0A= } catch (e) {=0A= }=0A= }=0A= =0A= if (!version)=0A= {=0A= try {=0A= // version will be set for 2.X player=0A= axo =3D new ActiveXObject("ShockwaveFlash.ShockwaveFlash");=0A= version =3D "WIN 2,0,0,11";=0A= } catch (e) {=0A= version =3D -1;=0A= }=0A= }=0A= =0A= return version;=0A= }=0A= =0A= // JavaScript helper required to detect Flash Player PlugIn version = information=0A= function GetSwfVer(){=0A= // NS/Opera version >=3D 3 check for Flash plugin in plugin array=0A= var flashVer =3D -1;=0A= =0A= if (navigator.plugins !=3D null && navigator.plugins.length > 0) {=0A= if (navigator.plugins["Shockwave Flash 2.0"] || = navigator.plugins["Shockwave Flash"]) {=0A= var swVer2 =3D navigator.plugins["Shockwave Flash 2.0"] ? " 2.0" : "";=0A= var flashDescription =3D navigator.plugins["Shockwave Flash" + = swVer2].description;=0A= var descArray =3D flashDescription.split(" ");=0A= var tempArrayMajor =3D descArray[2].split("."); =0A= var versionMajor =3D tempArrayMajor[0];=0A= var versionMinor =3D tempArrayMajor[1];=0A= var versionRevision =3D descArray[3];=0A= if (versionRevision =3D=3D "") {=0A= versionRevision =3D descArray[4];=0A= }=0A= if (versionRevision[0] =3D=3D "d") {=0A= versionRevision =3D versionRevision.substring(1);=0A= } else if (versionRevision[0] =3D=3D "r") {=0A= versionRevision =3D versionRevision.substring(1);=0A= if (versionRevision.indexOf("d") > 0) {=0A= versionRevision =3D versionRevision.substring(0, = versionRevision.indexOf("d"));=0A= }=0A= }=0A= var flashVer =3D versionMajor + "." + versionMinor + "." + = versionRevision;=0A= }=0A= }=0A= // MSN/WebTV 2.6 supports Flash 4=0A= else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.6") !=3D = -1) flashVer =3D 4;=0A= // WebTV 2.5 supports Flash 3=0A= else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.5") !=3D = -1) flashVer =3D 3;=0A= // older WebTV supports Flash 2=0A= else if (navigator.userAgent.toLowerCase().indexOf("webtv") !=3D -1) = flashVer =3D 2;=0A= else if ( isIE && isWin && !isOpera ) {=0A= flashVer =3D ControlVersion();=0A= } =0A= return flashVer;=0A= }=0A= =0A= // When called with reqMajorVer, reqMinorVer, reqRevision returns true = if that version or greater is available=0A= function DetectFlashVer(reqMajorVer, reqMinorVer, reqRevision)=0A= {=0A= versionStr =3D GetSwfVer();=0A= if (versionStr =3D=3D -1 ) {=0A= return false;=0A= } else if (versionStr !=3D 0) {=0A= if(isIE && isWin && !isOpera) {=0A= // Given "WIN 2,0,0,11"=0A= tempArray =3D versionStr.split(" "); // ["WIN", "2,0,0,11"]=0A= tempString =3D tempArray[1]; // "2,0,0,11"=0A= versionArray =3D tempString.split(","); // ['2', '0', '0', '11']=0A= } else {=0A= versionArray =3D versionStr.split(".");=0A= }=0A= var versionMajor =3D versionArray[0];=0A= var versionMinor =3D versionArray[1];=0A= var versionRevision =3D versionArray[2];=0A= =0A= // is the major.revision >=3D requested major.revision AND the minor = version >=3D requested minor=0A= if (versionMajor > parseFloat(reqMajorVer)) {=0A= return true;=0A= } else if (versionMajor =3D=3D parseFloat(reqMajorVer)) {=0A= if (versionMinor > parseFloat(reqMinorVer))=0A= return true;=0A= else if (versionMinor =3D=3D parseFloat(reqMinorVer)) {=0A= if (versionRevision >=3D parseFloat(reqRevision))=0A= return true;=0A= }=0A= }=0A= return false;=0A= }=0A= }=0A= =0A= function AC_AddExtension(src, ext)=0A= {=0A= if (src.indexOf('?') !=3D -1)=0A= return src.replace(/\?/, ext+'?'); =0A= else=0A= return src + ext;=0A= }=0A= =0A= function AC_Generateobj(objAttrs, params, embedAttrs) =0A= {=0A= var ret =3D false;=0A= if (params["return"] =3D=3D "1") {=0A= ret =3D true;=0A= delete params["return"];=0A= }=0A= =0A= var str =3D '';=0A= if (isIE && isWin && !isOpera)=0A= {=0A= str +=3D '';=0A= for (var i in params)=0A= {=0A= str +=3D ' ';=0A= }=0A= str +=3D '';=0A= }=0A= else=0A= {=0A= str +=3D '';=0A= }=0A= =0A= if (ret) {=0A= return str;=0A= }=0A= else {=0A= document.write(str);=0A= }=0A= }=0A= =0A= function AC_FL_RunContent() {=0A= var d =3D new Date;=0A= var ret =3D =0A= AC_GetArgs=0A= ( arguments, ".swf?d=3D"+d.getTime(), "movie", = "clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"=0A= , "application/x-shockwave-flash"=0A= );=0A= return AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs);=0A= }=0A= =0A= function AC_SW_RunContent() {=0A= var ret =3D =0A= AC_GetArgs=0A= ( arguments, ".dcr", "src", = "clsid:166B1BCA-3F9C-11CF-8075-444553540000"=0A= , null=0A= );=0A= return AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs);=0A= }=0A= =0A= function AC_GetArgs(args, ext, srcParamName, classid, mimeType) {=0A= var ret =3D new Object();=0A= ret.embedAttrs =3D new Object();=0A= ret.params =3D new Object();=0A= ret.objAttrs =3D new Object();=0A= for (var i=3D0; i < args.length; i=3Di+2) {=0A= var currArg =3D args[i].toLowerCase(); =0A= =0A= switch (currArg) {=0A= case "classid":=0A= break;=0A= case "pluginspage":=0A= ret.embedAttrs[args[i]] =3D args[i+1];=0A= break;=0A= case "src":=0A= case "movie": =0A= args[i+1] =3D AC_AddExtension(args[i+1], ext);=0A= ret.embedAttrs["src"] =3D args[i+1];=0A= ret.params[srcParamName] =3D args[i+1];=0A= break;=0A= case "onafterupdate":=0A= case "onbeforeupdate":=0A= case "onblur":=0A= case "oncellchange":=0A= case "onclick":=0A= case "ondblclick":=0A= case "ondrag":=0A= case "ondragend":=0A= case "ondragenter":=0A= case "ondragleave":=0A= case "ondragover":=0A= case "ondrop":=0A= case "onfinish":=0A= case "onfocus":=0A= case "onhelp":=0A= case "onmousedown":=0A= case "onmouseup":=0A= case "onmouseover":=0A= case "onmousemove":=0A= case "onmouseout":=0A= case "onkeypress":=0A= case "onkeydown":=0A= case "onkeyup":=0A= case "onload":=0A= case "onlosecapture":=0A= case "onpropertychange":=0A= case "onreadystatechange":=0A= case "onrowsdelete":=0A= case "onrowenter":=0A= case "onrowexit":=0A= case "onrowsinserted":=0A= case "onstart":=0A= case "onscroll":=0A= case "onbeforeeditfocus":=0A= case "onactivate":=0A= case "onbeforedeactivate":=0A= case "ondeactivate":=0A= case "type":=0A= case "codebase":=0A= ret.objAttrs[args[i]] =3D args[i+1];=0A= break;=0A= case "id":=0A= case "width":=0A= case "height":=0A= case "align":=0A= case "vspace": =0A= case "hspace":=0A= case "class":=0A= case "title":=0A= case "accesskey":=0A= case "name":=0A= case "tabindex":=0A= ret.embedAttrs[args[i]] =3D ret.objAttrs[args[i]] =3D args[i+1];=0A= break;=0A= default:=0A= ret.embedAttrs[args[i]] =3D ret.params[args[i]] =3D args[i+1];=0A= }=0A= }=0A= ret.objAttrs["classid"] =3D classid;=0A= if (mimeType) ret.embedAttrs["type"] =3D mimeType;=0A= return ret;=0A= }=0A= ------=_NextPart_000_0007_01CCA50B.5372FD90 Content-Type: application/octet-stream Content-Transfer-Encoding: quoted-printable Content-Location: http://sv57.wadax.ne.jp/~text-kyoukyuu-or-jp/22digitalbook/lib/wisebook.js function gi(id) { return document.getElementById(id); }=0A= function getUserAgent() { return window.navigator.userAgent; }=0A= function getHref() { return document.location.href; }=0A= =0A= var pageTracker;=0A= =0A= function isReady(version) {=0A= document.title +=3D " Wisebook " + version.replace(/wisebook\s+/i, "");=0A= interval =3D setInterval("checkHash()", 200);=0A= return true;=0A= }=0A= =0A= function setTitle(b, t, g) {=0A= document.title =3D t;=0A= try { if (!pageTracker) { pageTracker =3D _gat._getTracker(g); = pageTracker._trackPageview(); } } catch (e) {}=0A= return true;=0A= }=0A= =0A= function setPage(b, t, p) {=0A= clearInterval(interval);=0A= page =3D p.replace(/ /g, "%20");=0A= document.location.hash =3D "#" + page;=0A= document.title =3D t + " #" + p;=0A= book =3D b;=0A= interval =3D setInterval("checkHash()", 200);=0A= try { if (pageTracker) { = pageTracker._trackPageview((l=3Ddocument.location).pathname+l.search+l.ha= sh); } } catch (e) {}=0A= return true;=0A= }=0A= =0A= function gotoBook(b, p, k, m) {=0A= document.body.focus();=0A= document.location.href =3D href + "?" + b + (k !=3D "" ? "&k=3D" + = encodeURIComponent(k) + "&m=3D" + m : "") + (p !=3D "" ? "#" + p : "");=0A= }=0A= =0A= function bpPreview(src) {=0A= window.open(src + "/html/", "wisebook_blog", = "width=3D180,height=3D390");=0A= }=0A= =0A= function gotoBookmark(n) {=0A= var s =3D document.location.href;=0A= var t =3D encodeURIComponent(document.title);=0A= switch (n) {=0A= case "hatena": s =3D "http://b.hatena.ne.jp/entry/" + s; break;=0A= case "buzzurl": s =3D "http://buzzurl.jp/entry/" + s; break;=0A= case "delicious": s =3D = "http://delicious.com/save?v=3D5&noui&jump=3Dclose&url=3D" + = encodeURIComponent(s) +"&title=3D" + t; break;=0A= case "livedoor": s =3D "http://clip.livedoor.com/redirect?title=3D" + t = + "&ie=3Dutf8&link=3D" + s; break;=0A= case "nifty": s =3D "http://clip.nifty.com/create?url=3D" + = encodeURIComponent(s); break;=0A= case "yahoo": s =3D = "http://bookmarks.yahoo.co.jp/bookmarklet/showpopup?t=3D" + t + "&u=3D" = + encodeURIComponent(s) + "&ei=3DUTF-8"; break;=0A= case "fc2": s =3D "http://bookmark.fc2.com/user/post?url=3D" + = encodeURIComponent(s) + "&title=3D" + t; break;=0A= case "google": s =3D = "http://www.google.com/bookmarks/mark?op=3Dedit&bkmk=3D" + = encodeURIComponent(s) + "&title=3D" + t; break;=0A= }=0A= =0A= window.open(s, "wisebook_bookmark_" + n);=0A= }=0A= =0A= function gotoURL(url, mode) {=0A= var win;=0A= if (url.search(/^(\/|\.|http|mailto|data)/i) < 0) url =3D "http://" + = url;=0A= if (url.search(/^mailto/i) >=3D 0) {=0A= document.location.href =3D url;=0A= return;=0A= }=0A= else if (mode.length > 3 && parseInt(mode[2], 10) > 0 && = parseInt(mode[3], 10) > 0) {=0A= win =3D window.open(url, "wisebook_popup", "width=3D" + mode[2] + = ",height=3D" + mode[3] + ",resizable=3Dyes,scrollbars=3Dyes");=0A= //win =3D window.open(url, mode[0].replace("/", ""), "width=3D" + = mode[1] + ",height=3D" + mode[2] + ",resizable=3Dyes,scrollbars=3Dyes");=0A= }=0A= else {=0A= win =3D window.open(url, "wisebook_popup");=0A= //win =3D window.open(url, mode.length > 0 ? mode[0] : = "wisebook_popup");=0A= }=0A= if (!win) alert(wbMsg.gotoURL + url);=0A= else win.focus();=0A= }=0A= =0A= function openCabinet() {=0A= if (opener) {=0A= opener.window.focus();=0A= opener.document.location.href =3D "/library/cabinet/" + book + "/" + = page + "/";=0A= return "opener";=0A= }=0A= else {=0A= window.open("/library/cabinet/" + book + "/" + page + "/");=0A= return "newwin";=0A= }=0A= }=0A= =0A= function sendmail(tomail, fromname, frommail, body, p, title) {=0A= if (tomail =3D=3D "" || fromname =3D=3D "" || frommail =3D=3D "" || = body =3D=3D "") {=0A= alert(wbMsg.sendmail.error);=0A= }=0A= else if (document.location.host =3D=3D "") {=0A= body =3D body.replace("\r", "%0D%0A");=0A= document.location.href =3D "mailto:" + tomail + "?subject=3D" + title = + "&body=3D" + body;=0A= }=0A= else {=0A= gi("wbfi").innerHTML =3D=0A= '' +=0A= '' +=0A= '' +=0A= '' +=0A= '' +=0A= '' +=0A= '';=0A= f =3D document.forms["wbfo"];=0A= f.action =3D "/library/sendmail/";=0A= f.method =3D "POST";=0A= f.submit();=0A= }=0A= }=0A= =0A= function sendmail_done(msg) {=0A= if (msg =3D=3D "ok") {=0A= alert(wbMsg.sendmail.done);=0A= }=0A= else {=0A= alert(wbMsg.sendmail.fail);=0A= }=0A= }=0A= =0A= function exit() {=0A= if (opener) {=0A= window.close();=0A= }=0A= else {=0A= window.open('about:blank', '_self').close();=0A= }=0A= }=0A= =0A= function checkHash() {=0A= try {=0A= var hash =3D document.location.hash;=0A= if (hash.charAt(0) =3D=3D "#") hash =3D hash.substr(1);=0A= if (window.navigator.userAgent.search(/safari/i) >=3D 0) hash =3D = decodeURI(hash);=0A= if (page !=3D "" && page !=3D hash) {=0A= page =3D hash;=0A= var w =3D gi("wisebook");=0A= if (w !=3D null) {=0A= w.gotoPage(book, page);=0A= }=0A= else {=0A= document.getElementsByName("wisebook")[0].gotoPage(book, page);=0A= }=0A= }=0A= }=0A= catch (e) {=0A= clearInterval(interval);=0A= alert("ERROR: " + e);=0A= }=0A= }=0A= =0A= function unload()=0A= {=0A= try {=0A= if (opener && opener.plugin =3D=3D true) opener.location.reload();=0A= }=0A= catch (e) {}=0A= }=0A= =0A= function wisebookFlash(p, o) {=0A= if (AC_FL_RunContent =3D=3D 0 || DetectFlashVer =3D=3D 0) {=0A= //alert("This page requires AC_RunActiveContent.js.");=0A= } else {=0A= var hasRightVersion =3D DetectFlashVer(requiredMajorVersion, = requiredMinorVersion, requiredRevision);=0A= var flashVars =3D new Array();=0A= flashVars.push('book=3D' + book);=0A= flashVars.push('page=3D' + page);=0A= flashVars.push('data=3D' + data);=0A= flashVars.push('keyword=3D' + keyword);=0A= flashVars.push('method=3D' + method);=0A= =0A= if (p !=3D "" && p !=3D undefined && p !=3D "undefined") {=0A= flashVars.push('plugin=3D' + p + ";");=0A= if (o !=3D "") flashVars.push('popened=3D' + o);=0A= }=0A= =0A= if (hasRightVersion) { // if we've detected an acceptable version=0A= document.body.removeChild(gi("nonflash"));=0A= // embed the flash movie=0A= AC_FL_RunContent(=0A= 'codebase', = '//download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=3D= 9,0,115,0',=0A= 'width', '100%',=0A= 'height', '100%',=0A= 'src', 'wisebook',=0A= 'quality', 'high',=0A= 'pluginspage', 'http://www.macromedia.com/go/getflashplayer',=0A= 'align', 'middle',=0A= 'play', 'true',=0A= 'loop', 'false',=0A= 'scale', 'noscale',=0A= 'wmode', 'window',=0A= 'devicefont', 'true',=0A= 'id', 'wisebook',=0A= 'bgcolor', '#FFFFFF',=0A= 'name', 'wisebook',=0A= 'menu', 'true',=0A= 'allowScriptAccess', 'always',=0A= 'allowFullScreen', 'true',=0A= 'movie', 'wisebook',=0A= 'salign', 'lt',=0A= 'flashvars', flashVars.join('&')=0A= ); //end AC code=0A= } else if (GetSwfVer() !=3D -1) { // flash is too old or we can't = detect the plugin=0A= gi("current_flash_version_msg").style.display =3D "";=0A= gi("current_flash_version").innerHTML =3D GetSwfVer();=0A= gi("require_flash_version").innerHTML =3D requiredMajorVersion + "." = + requiredMinorVersion + "." + requiredRevision;=0A= //document.write(wbMsg.alternateContent); // insert non-flash content=0A= }=0A= }=0A= }=0A= =0A= function protect() {=0A= if (AC_FL_RunContent =3D=3D 0 || DetectFlashVer =3D=3D 0) {=0A= //alert("This page requires AC_RunActiveContent.js.");=0A= } else if (DetectFlashVer(10, 0, 0)) { // if we've detected an = acceptable version=0A= var protector =3D document.createElement("DIV");=0A= //protector.style.display =3D "none";=0A= protector.innerHTML =3D AC_FL_RunContent(=0A= 'return', '1',=0A= 'codebase', = '//download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=3D= 10,0,0,0',=0A= 'width', '0',=0A= 'height', '0',=0A= 'src', 'lib/protector',=0A= 'quality', 'best',=0A= 'pluginspage', 'http://www.macromedia.com/go/getflashplayer',=0A= 'align', 'middle',=0A= 'play', 'true',=0A= 'loop', 'false',=0A= 'scale', 'noscale',=0A= 'wmode', 'window',=0A= 'devicefont', 'true',=0A= 'id', 'wisebook',=0A= 'bgcolor', '#FFFFFF',=0A= 'name', 'wisebook',=0A= 'menu', 'true',=0A= 'allowScriptAccess', 'always',=0A= 'allowFullScreen', 'true',=0A= 'movie', 'lib/protector',=0A= 'salign', 'lt'=0A= ); //end AC code=0A= document.body.appendChild(protector);=0A= }=0A= }=0A= =0A= var interval, book =3D page =3D plugins =3D opened =3D publisher =3D = keyword =3D method =3D "", serial =3D 1;=0A= var href =3D document.location.href.replace(document.location.hash, "");=0A= =0A= // /v2/[userid]/?[bookid]&k=3D[keyword]&m=3D[and|or]#[pagelabel]=0A= var k =3D href.split(/\?|\&|\#/g);=0A= if (k.length > 1) {=0A= href =3D k[0], book =3D k[1];=0A= if (k[2] && k[2].search(/k\=3D/i) >=3D 0) keyword =3D k[2].substr(2), = method =3D k.length > 3 ? k[3].substr(2) : "or";=0A= }=0A= =0A= page =3D document.location.hash.replace("#","");=0A= var publisher =3D href.split("/");=0A= publisher =3D publisher[publisher.length - 2];=0A= =0A= document.write('');=0A= document.write('
');=0A= ------=_NextPart_000_0007_01CCA50B.5372FD90--