Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ePub book fails validation for ePub version 3; causes hangs and rendering errors in e-readers #720

Closed
anadon opened this issue Jul 4, 2022 · 12 comments

Comments

@anadon
Copy link
Contributor

anadon commented Jul 4, 2022

Fighting with non-responsiveness issues on my nook, there might be others who have difficulty with the generated .epub as is. All I know at time of writing is that the SOC just can't handle it. https://ebooks.stackexchange.com/questions/482/how-can-i-optimize-an-epub-file may or may not be relevant. I do see that the file itself is (compressed?) over 5MB, which is apparently large.

@wenkokke
Copy link
Collaborator

wenkokke commented Jul 4, 2022

Could you check for me if your reader supports EPUB3?

@wenkokke wenkokke closed this as completed Jul 4, 2022
@wenkokke wenkokke reopened this Jul 4, 2022
@wenkokke
Copy link
Collaborator

wenkokke commented Jul 4, 2022

I'll add another compression step to the build, which might help, but will make the build less portable.

If you want to test it locally, you can install Calibre and run ebook-polish with approppriate flags. The subfonting is especially beneficial.

@anadon
Copy link
Contributor Author

anadon commented Jul 4, 2022

It doesn't specify version, but checking specification and product release dates it seems to support version 3 of .epub.

Running an optimization pass seems to have altered the .epub dramatically. It is smaller, and page 1 is the first page instead of page 2. It still can't progress past page 2.

anadon@Poymon:~/Documents/code/plfa$ ebook-polish -e -f -j -p -U  ~/Downloads/plfa.epub 
Subsetting font: Frankenfont

------------------------------ REPORT ------------------------------
## Polishing: EPUB

### Inserting metadata jacket
Metadata jacket inserted


### Smartening punctuation
Smartened punctuation in: EPUB/text/ch004.xhtml
Smartened punctuation in: EPUB/text/ch006.xhtml
Smartened punctuation in: EPUB/text/ch007.xhtml
Smartened punctuation in: EPUB/text/ch017.xhtml
Smartened punctuation in: EPUB/text/ch023.xhtml
Smartened punctuation in: EPUB/text/ch024.xhtml
Smartened punctuation in: EPUB/text/ch025.xhtml
Smartened punctuation in: EPUB/text/ch027.xhtml
Smartened punctuation in: EPUB/text/ch030.xhtml
Smartened punctuation in: EPUB/text/ch031.xhtml
Smartened punctuation in: EPUB/text/ch033.xhtml
Smartened punctuation in: EPUB/text/ch036.xhtml


### Embedding referenced fonts
No embeddable fonts found


### Subsetting embedded fonts
Removed unused font: EPUB/fonts/DejaVuSansMono-BoldOblique.ttf
Removed unused font: EPUB/fonts/DejaVuSans-BoldOblique.ttf
Removed unused font: EPUB/fonts/DejaVuSansMono-Oblique.ttf
Removed unused font: EPUB/fonts/DejaVuSansMono-Regular.ttf
Removed unused font: EPUB/fonts/DejaVuSerif-BoldItalic.ttf
Removed unused font: EPUB/fonts/DejaVuSans-ExtraLight.ttf
Removed unused font: EPUB/fonts/FreeMono-BoldOblique.ttf
Removed unused font: EPUB/fonts/DejaVuSansMono-Bold.ttf
Removed unused font: EPUB/fonts/DejaVuSerif-Regular.ttf
Decreased the font Frankenfont to 89.1% of its original size
Removed unused font: EPUB/fonts/mononoki-BoldItalic.ttf
Removed unused font: EPUB/fonts/DejaVuSans-Oblique.ttf
Removed unused font: EPUB/fonts/DejaVuSans-Regular.ttf
Removed unused font: EPUB/fonts/DejaVuSerif-Italic.ttf
Removed unused font: EPUB/fonts/DejaVuMathTeXGyre.ttf
Removed unused font: EPUB/fonts/DejaVuSerif-Bold.ttf
Removed unused font: EPUB/fonts/FreeMono-Oblique.ttf
Removed unused font: EPUB/fonts/FreeMono-Regular.ttf
Removed unused font: EPUB/fonts/mononoki-Regular.ttf
Removed unused font: EPUB/fonts/DejaVuSans-Bold.ttf
Removed unused font: EPUB/fonts/mononoki-Italic.ttf
Removed unused font: EPUB/fonts/FreeMono-Bold.ttf
Removed unused font: EPUB/fonts/mononoki-Bold.ttf
Reduced total font size to 1.9% of original


### Upgrading book, if possible
No upgrade needed

----------------------------------------------------------------------
Polishing took: 6.4 seconds
Output written to: /home/anadon/Downloads/plfa_polished.epub
anadon@Poymon:~/Documents/code/plfa$ ls -lh ~/Downloads/plfa_polished.epub 
-rw-rw-r-- 1 anadon anadon 712K Jul  4 13:18 /home/anadon/Downloads/plfa_polished.epub

@anadon
Copy link
Contributor Author

anadon commented Jul 4, 2022

I've been able to replicate the hanging behavior on a much less anemic Nook Color. I have a Boox Note Air 2 Plus arriving in mid-July to test on, too. For the sake of argument, I'm trying e-readers on my desktop, and am able to replicate the hanging behavior in Foliate. Bookworm works, but huge swaths of formatting are removed. Gnome Books renders complete garbage. LRF viewer works ok, if somewhat laggy, and appears to be a part of Calibre.

@anadon
Copy link
Contributor Author

anadon commented Jul 4, 2022

Looks like the generated Epub is chock-full of schema violations.

From https://www.ebookit.com/tools/bp/Bo/eBookIt/epub-validator :

Whoops!

Wow! That is one error-full file you got there! You might have a problem with your conversion software. [We can fix this for you](https://www.ebookit.com/). To decipher the errors and fix yourself, see http://code.google.com/p/epubcheck/wiki/Errors.

Validating using EPUB version 3.2 rules.

ERROR(RSC-005): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/nav.xhtml(3,102): Error while parsing file: element "html" not allowed here; expected element "ns:html" (with xmlns:ns="http://www.w3.org/1999/xhtml")

ERROR(RSC-005): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/title_page.xhtml(3,102): Error while parsing file: element "html" not allowed here; expected element "ns:html" (with xmlns:ns="http://www.w3.org/1999/xhtml")

ERROR(RSC-005): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch001.xhtml(3,102): Error while parsing file: element "html" not allowed here; expected element "ns:html" (with xmlns:ns="http://www.w3.org/1999/xhtml")

ERROR(RSC-005): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch002.xhtml(3,102): Error while parsing file: element "html" not allowed here; expected element "ns:html" (with xmlns:ns="http://www.w3.org/1999/xhtml")

ERROR(RSC-005): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch003.xhtml(3,102): Error while parsing file: element "html" not allowed here; expected element "ns:html" (with xmlns:ns="http://www.w3.org/1999/xhtml")

ERROR(RSC-005): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch005.xhtml(3,102): Error while parsing file: element "html" not allowed here; expected element "ns:html" (with xmlns:ns="http://www.w3.org/1999/xhtml")

ERROR(RSC-005): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch008.xhtml(3,102): Error while parsing file: element "html" not allowed here; expected element "ns:html" (with xmlns:ns="http://www.w3.org/1999/xhtml")

ERROR(RSC-005): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch009.xhtml(3,102): Error while parsing file: element "html" not allowed here; expected element "ns:html" (with xmlns:ns="http://www.w3.org/1999/xhtml")

ERROR(RSC-005): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch010.xhtml(3,102): Error while parsing file: element "html" not allowed here; expected element "ns:html" (with xmlns:ns="http://www.w3.org/1999/xhtml")

ERROR(RSC-005): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch011.xhtml(3,102): Error while parsing file: element "html" not allowed here; expected element "ns:html" (with xmlns:ns="http://www.w3.org/1999/xhtml")

ERROR(RSC-005): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch012.xhtml(3,102): Error while parsing file: element "html" not allowed here; expected element "ns:html" (with xmlns:ns="http://www.w3.org/1999/xhtml")

ERROR(RSC-005): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch013.xhtml(3,102): Error while parsing file: element "html" not allowed here; expected element "ns:html" (with xmlns:ns="http://www.w3.org/1999/xhtml")

ERROR(RSC-005): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch014.xhtml(3,102): Error while parsing file: element "html" not allowed here; expected element "ns:html" (with xmlns:ns="http://www.w3.org/1999/xhtml")

ERROR(RSC-005): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch015.xhtml(3,102): Error while parsing file: element "html" not allowed here; expected element "ns:html" (with xmlns:ns="http://www.w3.org/1999/xhtml")

ERROR(RSC-005): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch016.xhtml(3,102): Error while parsing file: element "html" not allowed here; expected element "ns:html" (with xmlns:ns="http://www.w3.org/1999/xhtml")

ERROR(RSC-005): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch018.xhtml(3,102): Error while parsing file: element "html" not allowed here; expected element "ns:html" (with xmlns:ns="http://www.w3.org/1999/xhtml")

ERROR(RSC-005): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch019.xhtml(3,102): Error while parsing file: element "html" not allowed here; expected element "ns:html" (with xmlns:ns="http://www.w3.org/1999/xhtml")

ERROR(RSC-005): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch020.xhtml(3,102): Error while parsing file: element "html" not allowed here; expected element "ns:html" (with xmlns:ns="http://www.w3.org/1999/xhtml")

ERROR(RSC-005): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch021.xhtml(3,102): Error while parsing file: element "html" not allowed here; expected element "ns:html" (with xmlns:ns="http://www.w3.org/1999/xhtml")

ERROR(RSC-005): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch022.xhtml(3,102): Error while parsing file: element "html" not allowed here; expected element "ns:html" (with xmlns:ns="http://www.w3.org/1999/xhtml")

ERROR(RSC-005): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch026.xhtml(3,102): Error while parsing file: element "html" not allowed here; expected element "ns:html" (with xmlns:ns="http://www.w3.org/1999/xhtml")

ERROR(RSC-005): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch028.xhtml(3,102): Error while parsing file: element "html" not allowed here; expected element "ns:html" (with xmlns:ns="http://www.w3.org/1999/xhtml")

ERROR(RSC-005): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch029.xhtml(3,102): Error while parsing file: element "html" not allowed here; expected element "ns:html" (with xmlns:ns="http://www.w3.org/1999/xhtml")

ERROR(RSC-005): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch032.xhtml(3,102): Error while parsing file: element "html" not allowed here; expected element "ns:html" (with xmlns:ns="http://www.w3.org/1999/xhtml")

ERROR(RSC-005): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch034.xhtml(3,102): Error while parsing file: element "html" not allowed here; expected element "ns:html" (with xmlns:ns="http://www.w3.org/1999/xhtml")

ERROR(RSC-005): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch035.xhtml(3,102): Error while parsing file: element "html" not allowed here; expected element "ns:html" (with xmlns:ns="http://www.w3.org/1999/xhtml")

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(46,242): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(46,541): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(46,746): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(47,237): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(48,273): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(48,479): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(48,682): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(48,886): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(48,1090): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(48,1290): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(48,1493): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(48,1710): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(48,1916): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(48,2134): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(49,117): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(49,315): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(49,514): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(49,713): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(50,125): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(50,326): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(50,539): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(50,739): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(50,951): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(50,1155): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(50,1366): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(50,1578): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(50,1779): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(51,116): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(51,311): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(51,503): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(51,708): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(51,919): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(51,1110): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(51,1304): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(59,1184): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(59,1770): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(61,1099): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(63,282): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(63,820): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(65,1112): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(65,1243): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(65,1371): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(65,1502): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(68,211): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(68,607): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(70,1345): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(70,1476): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(74,333): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(74,852): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(76,1115): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(76,1246): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(76,1374): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(76,1505): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(76,2143): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(76,2274): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(80,282): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(80,615): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(80,1124): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(80,1375): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(85,1107): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(86,866): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(87,593): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(87,875): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(88,593): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(88,997): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(95,1186): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(95,1772): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(97,1247): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(101,1255): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(101,2085): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(117,1229): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(118,319): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(121,593): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(121,997): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(121,1393): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(122,593): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(122,997): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(122,1393): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(123,593): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(123,876): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(123,1209): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(123,1534): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(124,593): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(124,875): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(124,1271): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(127,1304): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(128,320): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(131,1621): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(132,1618): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(132,1883): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(136,1231): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(139,320): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(140,967): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(140,2029): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(140,2363): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(141,594): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(141,876): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(141,1665): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(142,594): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(142,998): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(143,128): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(144,261): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(144,514): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(144,636): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(144,1580): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(145,262): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(145,514): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(145,636): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(145,1171): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(146,262): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(147,140): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(148,594): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(148,877): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(148,1210): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(149,128): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(150,210): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(150,543): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(150,813): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(150,935): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(150,1543): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(150,2078): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(151,210): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(151,544): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(151,813): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(151,935): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(151,1299): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(151,2021): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(152,210): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(152,544): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(152,825): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(152,959): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(152,1100): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(153,251): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(153,502): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(154,140): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(164,1304): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(167,320): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(168,876): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(169,1123): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(175,866): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(175,1315): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(176,1611): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(179,1143): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(179,1274): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(179,1402): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(179,1533): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(179,2048): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(179,2179): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(179,2573): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(180,261): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(180,456): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(180,972): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(180,1091): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(180,1468): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(180,1748): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(180,2196): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(180,2446): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(181,751): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(184,1183): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(184,2141): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(187,188): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(187,690): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(192,756): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(201,1191): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(204,729): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(204,1455): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(205,603): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(206,612): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(209,1129): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(209,1260): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(209,1388): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(209,1519): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(209,2034): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(209,2165): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(209,2564): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(210,190): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(210,386): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(210,837): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(210,957): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(210,1337): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(210,1619): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(210,2071): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(210,2323): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(211,753): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(214,1321): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(214,2292): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(217,190): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(217,697): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(218,1683): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(219,1683): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(220,685): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(220,1224): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(222,870): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(222,1815): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(224,870): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(224,1692): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(224,2029): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(225,764): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(225,1231): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(240,1331): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(242,401): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(242,798): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(243,1268): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(244,1277): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(247,1453): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(247,1706): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(247,2549): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(251,323): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(251,576): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(251,965): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(251,1219): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(270,323): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(270,773): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(271,208): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(271,761): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(272,208): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(272,760): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(273,209): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(273,546): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(273,1340): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(273,1729): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(274,456): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(274,1469): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(276,1380): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(283,707): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(285,707): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(286,780): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(307,1449): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(311,736): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(337,1437): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(341,736): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(348,1456): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(352,736): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(380,1448): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(381,324): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(382,324): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(384,736): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(384,1331): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch024.xhtml(384,2009): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(32,219): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(33,246): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(33,439): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(33,628): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(33,820): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(33,1010): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(33,1209): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(33,1401): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(33,1600): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(33,1800): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(33,1988): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(33,2188): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(33,2388): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(34,110): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(34,292): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(34,479): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(34,660): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(34,856): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(34,1047): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(34,1239): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(34,1431): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(34,1618): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(34,1809): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(34,2012): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(34,2218): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(35,111): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(35,297): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(36,224): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(36,505): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(36,697): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(43,363): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(46,1025): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(46,1150): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(48,829): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(48,954): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(51,484): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(54,1512): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(54,1637): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(55,593): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(56,667): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(62,1224): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(62,1349): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(64,1367): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(64,1492): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(64,2610): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(64,2735): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(68,431): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(70,1379): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(70,1504): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(70,1626): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(70,1751): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(71,431): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(71,990): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(73,1477): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(73,1602): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(73,2732): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(73,2857): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(73,2979): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(73,3104): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(74,856): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(76,541): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(93,1371): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(93,1496): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(114,623): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(114,745): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(114,870): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(115,960): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(115,1199): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(117,1519): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(117,1758): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(117,2828): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(126,606): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(130,1202): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(130,1556): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(130,1683): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(131,303): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(134,794): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(134,1316): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(134,1441): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(134,1630): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(134,1943): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(134,2068): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(135,1169): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(135,1351): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(135,1795): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(138,916): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(138,1788): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(138,2371): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(138,2496): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(139,241): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(139,423): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(139,867): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(139,1244): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(141,357): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(141,973): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(144,1453): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(144,1692): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(144,2363): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(144,2485): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(144,2610): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(148,1663): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(149,1737): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(158,1294): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(158,1834): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(158,2423): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(159,176): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(159,469): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(159,1027): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(159,1209): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(160,678): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(163,1258): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(163,1497): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(163,1970): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(163,2095): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(166,578): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(166,700): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(166,825): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(166,1140): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(166,1487): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(173,1013): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(174,246): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(174,559): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(174,1115): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(174,1428): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(174,1738): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(175,1210): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(178,797): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(180,200): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(180,391): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(180,571): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(180,755): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(180,1181): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(182,781): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(182,1167): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(182,1356): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(183,454): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(183,568): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(183,752): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(183,1154): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(183,1268): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(183,1540): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(183,1797): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(184,367): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(184,555): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(209,632): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(209,755): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(209,881): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(209,2029): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(209,2155): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(209,2278): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(209,2404): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(212,579): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(212,714): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(212,840): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(212,963): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(212,1089): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(212,1529): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(214,514): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(216,250): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch025.xhtml(216,434): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(38,249): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(39,276): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(39,492): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(39,699): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(39,911): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(39,1130): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(39,1342): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(39,1561): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(39,1769): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(39,1990): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(39,2210): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(39,2431): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(40,136): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(40,335): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(40,536): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(40,736): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(40,939): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(40,1140): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(40,1342): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(40,1558): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(41,254): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(41,565): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(41,779): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(41,1001): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(145,405): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(146,955): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(146,1090): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(149,550): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(154,1745): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(154,1880): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(155,683): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(156,767): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(159,1200): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(159,1335): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(160,816): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(162,1182): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(162,1317): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(163,602): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(165,1473): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(165,1608): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(166,756): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(167,922): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(167,1057): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(167,1189): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(167,1324): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(168,275): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(169,359): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(173,1375): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(173,1510): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(198,1392): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(198,1527): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(202,566): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(208,696): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(213,566): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(232,419): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(232,552): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(232,688): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(233,353): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(233,486): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(252,1542): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(262,417): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(262,550): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(262,686): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(263,428): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(263,637): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(263,935): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(263,1144): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(270,417): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(270,550): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(270,686): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(271,487): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(304,423): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(308,1193): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(308,1329): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(318,777): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(322,757): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(328,761): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(339,696): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(411,493): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(414,1621): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(415,535): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(416,620): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(424,2734): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(424,2870): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(425,493): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(429,549): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(434,571): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(457,510): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(457,882): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(469,406): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(470,491): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(496,1019): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(496,1164): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(496,1300): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(496,1445): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(496,1581): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(496,1714): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(496,1850): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(497,513): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(498,796): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(498,1018): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(500,999): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(500,1132): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(500,1268): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(501,489): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch027.xhtml(501,634): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(49,225): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(50,255): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(50,452): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(50,648): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(50,839): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(50,1035): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(50,1238): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(50,1434): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(50,1637): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(50,1841): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(50,2045): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(50,2249): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(51,122): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(51,309): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(51,495): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(51,679): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(51,873): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(51,1058): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(52,132): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(52,339): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(52,549): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(52,741): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(52,939): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(52,1135): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(52,1331): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(52,1526): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(53,230): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(53,517): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(53,712): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(54,225): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(55,255): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(55,452): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(55,637): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(55,825): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(55,1017): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(55,1211): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(55,1409): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(55,1607): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(55,1805): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(55,1991): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(56,123): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(57,230): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(58,265): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(58,461): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(58,655): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(58,857): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(58,1073): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(58,1276): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(58,1479): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(58,1687): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(58,1880): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(58,2101): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(58,2296): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(59,144): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(59,350): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(59,559): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(59,769): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(59,979): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(59,1189): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(59,1384): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(59,1586): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(59,1790): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(60,144): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(60,354): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(60,566): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(60,778): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(60,977): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(60,1186): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(60,1394): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(60,1602): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(61,133): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(62,227): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(62,506): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(69,387): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(70,820): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(70,1481): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(70,1884): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(70,2132): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(73,756): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(74,624): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(77,2394): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(80,678): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(82,197): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(84,197): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(91,526): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(94,197): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(96,197): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(99,1504): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(100,1504): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(103,764): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(105,682): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(112,772): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(112,1515): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(116,674): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(116,1417): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(118,1084): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(119,674): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(119,1417): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(121,1084): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(124,638): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(125,258): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(126,448): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(126,1760): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(127,448): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(129,2808): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(130,2965): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(137,373): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(137,560): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(138,355): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(138,542): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(141,439): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(141,645): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(142,421): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(142,741): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(143,250): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(143,444): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(143,650): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(144,440): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(144,815): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(144,1021): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(145,365): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(145,1733): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(146,308): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(146,614): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(146,852): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(147,440): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(147,815): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(147,1021): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(147,1877): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(147,2083): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(147,3020): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(147,3226): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(155,439): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(155,1621): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(155,2002): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(155,2240): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(158,690): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(158,989): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(159,1146): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(159,1273): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(161,477): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(161,593): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(164,794): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(164,1275): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(165,1331): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(165,1819): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(166,1284): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(167,1293): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(170,1060): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(171,1073): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(171,1200): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(171,1324): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(171,1451): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(172,391): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(175,804): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(175,1411): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(175,1538): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(176,496): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(177,459): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(178,459): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(179,573): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(185,517): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(186,314): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(186,520): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(187,314): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(187,520): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(188,316): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(188,640): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(192,659): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(192,1217): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(192,1845): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(192,1973): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(192,2098): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(192,2226): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(195,499): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(196,335): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(197,460): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(197,1911): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(198,461): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(203,629): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(203,1742): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(204,611): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(204,1724): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(207,333): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(207,541): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(208,315): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(208,639): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(209,315): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(209,523): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(209,1146): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(210,315): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(210,523): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(210,1214): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(211,315): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(211,523): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(211,1750): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(212,315): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(212,523): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(212,1750): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(213,315): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(213,523): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(213,1214): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(214,315): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(214,523): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(214,1214): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(217,315): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(217,523): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(217,1222): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(217,1485): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(217,1748): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(217,2725): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(221,402): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(222,1449): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(224,268): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(225,702): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(225,965): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(225,1228): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(225,2206): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(228,402): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(232,268): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(232,476): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(233,702): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(233,965): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(233,1228): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(233,2205): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(236,402): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(240,268): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(240,476): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(241,702): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(241,965): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(241,1228): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(241,2205): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(281,333): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(292,812): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(292,1428): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(292,1556): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(293,582): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(293,1241): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(293,2141): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(293,2269): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(294,531): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(296,263): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(298,819): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(298,1307): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(298,1923): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(298,2051): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(299,748): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(299,999): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(299,1615): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(300,1200): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(305,730): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(306,1200): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(307,1346): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(308,402): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(311,341): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(313,661): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(314,1200): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(315,266): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(315,474): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(315,1181): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(316,630): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(317,590): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(317,1043): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(317,1353): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(317,1594): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(319,375): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(320,443): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(325,191): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(327,443): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(329,402): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(333,266): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(333,474): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(334,443): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(336,402): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(340,266): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(340,474): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(341,443): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(345,1705): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(366,635): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(366,760): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(366,888): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(366,1269): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(366,1406): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(366,1534): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(366,1659): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(366,1787): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(366,2053): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(366,2305): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(366,2432): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(367,587): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(367,1452): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(367,1580): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(367,1705): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(367,1833): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(367,2554): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(368,123): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(368,249): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(368,490): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(368,618): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(370,842): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(370,1049): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(370,1196): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(370,1334): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(370,1610): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(370,1754): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(371,289): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(371,705): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(371,970): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(372,402): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(379,645): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(379,770): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(379,898): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(379,1279): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(379,1416): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(379,1544): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(379,1669): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(379,1797): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(380,195): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(380,447): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(380,574): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(381,661): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(381,798): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(381,926): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(381,1051): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(381,1179): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(382,310): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(386,116): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(392,717): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(392,842): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(392,970): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(392,1419): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(392,1556): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(392,1684): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(392,1809): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(392,1937): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(393,317): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(394,588): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(394,1385): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(394,1513): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(394,1638): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(394,1766): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(394,2419): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(395,124): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(395,250): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(395,491): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(395,619): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(396,622): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(400,717): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(400,842): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(400,970): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(401,668): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(401,805): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(401,933): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(401,1058): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(401,1186): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(401,1636): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(402,144): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(403,589): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(403,1386): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(403,1514): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(403,1639): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(403,1767): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(403,2420): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(404,126): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(404,252): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(404,493): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(404,621): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch030.xhtml(406,386): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch031.xhtml(24,300): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch031.xhtml(24,656): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch031.xhtml(24,902): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch031.xhtml(24,1146): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch031.xhtml(24,1399): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch031.xhtml(24,1654): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch031.xhtml(24,1897): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch031.xhtml(25,300): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch031.xhtml(25,656): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch031.xhtml(25,893): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch031.xhtml(26,305): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch031.xhtml(26,668): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch031.xhtml(26,920): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch031.xhtml(26,1165): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch031.xhtml(26,1412): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch031.xhtml(26,1670): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch031.xhtml(27,306): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch031.xhtml(27,672): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch031.xhtml(27,919): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch031.xhtml(27,1167): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch031.xhtml(28,302): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch031.xhtml(28,656): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch031.xhtml(29,301): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch031.xhtml(29,652): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch031.xhtml(35,1484): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch031.xhtml(35,1637): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch031.xhtml(36,1703): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch031.xhtml(36,1856): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch031.xhtml(36,2006): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch031.xhtml(36,2159): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch031.xhtml(36,2827): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch031.xhtml(36,2990): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch031.xhtml(39,1645): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch031.xhtml(39,1798): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch031.xhtml(40,1740): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch031.xhtml(40,2061): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch031.xhtml(41,623): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch031.xhtml(41,1213): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch031.xhtml(41,1733): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch031.xhtml(49,1580): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch031.xhtml(49,1733): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch031.xhtml(49,2333): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch031.xhtml(49,2654): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch031.xhtml(50,243): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch031.xhtml(50,570): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch031.xhtml(50,722): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch031.xhtml(50,1409): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch031.xhtml(52,516): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch031.xhtml(54,507): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch031.xhtml(55,514): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch031.xhtml(55,1413): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch031.xhtml(56,513): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch031.xhtml(56,764): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch031.xhtml(57,141): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch031.xhtml(57,1182): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch031.xhtml(70,1584): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch031.xhtml(70,1737): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch031.xhtml(71,243): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch031.xhtml(71,570): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch031.xhtml(71,722): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch031.xhtml(76,791): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(39,249): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(40,279): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(40,480): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(40,693): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(40,905): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(40,1112): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(40,1324): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(40,1543): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(40,1755): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(40,1974): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(40,2194): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(40,2414): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(40,2634): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(41,130): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(41,333): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(41,535): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(41,735): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(41,945): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(41,1146): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(53,411): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(53,616): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(54,1088): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(54,1556): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(57,409): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(57,614): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(58,1087): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(58,1555): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(61,1643): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(61,2111): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(62,890): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(69,480): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(74,1381): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(75,478): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(75,697): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(82,1227): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(82,2467): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(83,682): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(84,766): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(150,1601): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(151,1075): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(154,1656): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(158,1874): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(159,875): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(162,1352): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(162,1487): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(163,499): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(164,508): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(167,389): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(167,1463): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(170,766): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(170,1028): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(170,1529): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(170,1664): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(171,270): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(172,354): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(178,958): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(179,552): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(180,1344): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(183,841): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(183,1103): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(183,2778): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(184,498): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(185,507): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(187,1997): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(187,2132): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(187,2675): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(187,2810): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(198,554): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(198,1413): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(201,776): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(201,1041): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(201,1450): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(201,2006): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(202,348): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(203,357): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(203,969): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(205,2221): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(208,204): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(208,763): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(209,517): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(209,1262): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(210,1399): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(211,325): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(211,903): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(211,1394): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(212,649): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(213,321): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(218,561): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(218,1426): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(221,700): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(221,1257): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(222,349): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(223,358): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(223,1025): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(223,1175): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(225,2347): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(228,208): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(228,766): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(229,1779): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(230,1779): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(231,325): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(231,900): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(231,1392): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(232,1911): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(233,321): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(235,923): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(235,1609): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(238,560): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(238,1067): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(240,1025): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(242,1528): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(248,775): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(248,1040): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(249,272): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(250,357): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(257,763): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(262,126): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(263,562): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(264,126): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(266,126): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(278,1251): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(279,416): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(279,1281): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(282,852): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(282,1117): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(282,1814): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(282,2447): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(283,504): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(284,513): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(287,2250): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(288,213): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(289,522): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(290,886): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(292,125): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(292,483): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(294,146): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(294,270): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(294,475): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(295,506): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(295,1089): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(296,146): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(296,625): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(297,506): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(298,146): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(298,413): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(300,776): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(302,654): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(302,1262): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(306,363): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(309,840): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(309,1482): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(310,504): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(311,513): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(314,1706): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(315,209): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(315,435): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(318,123): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(318,273): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(320,423): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(327,212): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(327,1393): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(330,2371): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(330,2636): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(331,214): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(331,868): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(331,1004): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(332,504): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(333,513): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(337,425): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(337,1478): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(340,335): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(342,123): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(344,220): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(344,356): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(348,1061): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(348,1614): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(349,213): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(352,963): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(352,1516): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(352,2210): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(352,2475): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(353,218): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(354,504): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(355,513): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(361,2035): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(361,2171): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(361,2304): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(361,2440): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(362,1603): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(365,639): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(367,145): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(367,412): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(368,505): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(369,145): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(369,509): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(369,645): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(374,205): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(374,999): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(376,857): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(376,1122): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(376,1531): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(377,278): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(378,363): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(381,1410): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(383,512): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(384,512): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(386,643): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(388,145): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(388,412): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(389,505): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(390,145): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(391,505): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(392,145): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(394,644): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(394,1252): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(397,1416): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(398,198): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(401,124): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(434,285): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(434,853): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(434,1355): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(437,3193): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(437,3458): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(438,287): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(438,855): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(438,1489): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(439,504): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(440,513): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(443,1538): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(444,198): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(444,535): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(444,1171): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(445,520): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(446,1196): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(446,2225): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(448,333): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(448,538): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(448,948): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(448,1153): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(448,1862): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(448,2067): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(451,127): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(451,332): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(451,742): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(451,947): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(452,684): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(452,1175): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(453,127): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(453,333): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(453,901): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(455,127): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(455,332): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(457,652): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(457,1260): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(460,1210): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(460,1346): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(461,1290): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(461,1426): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(462,629): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(462,765): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(462,1042): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(462,1545): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(462,2327): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(463,201): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(463,405): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(463,908): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(463,1185): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(463,1820): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(463,2157): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(464,526): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(465,785): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(466,325): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(466,908): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(466,1044): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(466,1397): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(466,1533): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(467,210): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(469,1273): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(469,1409): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(470,346): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(471,487): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(471,623): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(471,900): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(473,772): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(473,908): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(473,1041): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(473,1177): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(473,1454): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(473,1657): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(473,2068): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(473,2700): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(473,2905): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(473,3315): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(474,345): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(475,354): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(477,126): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(477,329): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(477,740): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(477,1095): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(479,126): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(479,276): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(479,477): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(480,562): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(480,712): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(481,126): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(481,276): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(481,477): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(483,126): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(483,352): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(485,126): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(485,332): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(485,845): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(487,126): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(487,331): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(487,741): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(487,891): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(489,126): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(489,331): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(489,741): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(489,1097): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(491,658): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(492,321): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(516,719): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(516,1122): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(516,1908): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(519,1457): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(519,1593): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(519,1726): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(520,277): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(520,680): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(520,1314): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(521,504): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(522,504): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(522,881): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(524,202): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(524,605): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(524,1038): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(526,269): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(526,748): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(526,898): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(527,1572): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(528,126): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(528,276): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(530,126): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(530,276): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(539,1524): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(541,513): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(542,1189): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(544,1135): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(546,145): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(546,412): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(546,1034): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(547,505): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(547,1443): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(547,1936): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(548,145): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(548,412): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(548,815): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(549,505): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(550,145): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(550,412): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(552,645): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(552,1253): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(564,1327): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(564,1463): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(565,703): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(568,618): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(581,1103): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(586,840): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(602,2105): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(603,217): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(603,619): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(606,125): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(606,527): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(608,222): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(608,358): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(610,995): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(610,1131): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(629,1208): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(629,1344): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(629,1477): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(629,1613): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(629,2163): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(629,2299): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(630,343): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(630,886): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(630,1569): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(630,2494): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(630,2759): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(633,269): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(633,812): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(633,1495): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(635,269): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(635,1466): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(636,821): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(637,1460): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(639,345): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(641,366): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(641,502): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(642,1356): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(642,1492): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(643,1481): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(643,1617): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(659,761): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(659,1026): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(663,1222): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(663,1358): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(663,1491): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(663,1627): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(663,2177): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(663,2313): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(664,276): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(664,481): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(664,1032): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(664,1156): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(664,1558): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(664,1848): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(664,2326): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(664,2591): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(667,202): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(667,407): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(667,958): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(667,1082): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(667,1484): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(670,557): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(670,1251): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(670,2070): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(672,345): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(672,1252): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(672,2071): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(674,126): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(674,891): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(674,1156): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(676,126): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(676,604): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(676,869): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(681,357): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(681,634): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(681,899): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(682,345): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(684,357): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(684,622): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(686,122): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(686,479): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(686,756): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(686,1317): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(686,1725): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(686,1928): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(689,1074): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(689,1210): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(689,1355): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(689,1491): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(689,1624): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(689,1760): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(689,2322): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(689,2458): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(689,2591): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(689,2727): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(689,3277): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(689,3413): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(690,417): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(690,682): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(690,891): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(690,1156): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(690,2159): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(690,2500): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(690,2765): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(690,2974): Fragment identifier is not defined.

ERROR(RSC-012): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch033.xhtml(692,1484): Fragment identifier is not defined.

ERROR(HTM-049): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/nav.xhtml(3,102): Html element does not have an xmlns set to 'http://www.w3.org/1999/xhtml'.

ERROR(HTM-049): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/title_page.xhtml(3,102): Html element does not have an xmlns set to 'http://www.w3.org/1999/xhtml'.

ERROR(HTM-049): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch001.xhtml(3,102): Html element does not have an xmlns set to 'http://www.w3.org/1999/xhtml'.

ERROR(HTM-049): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch002.xhtml(3,102): Html element does not have an xmlns set to 'http://www.w3.org/1999/xhtml'.

ERROR(HTM-049): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch003.xhtml(3,102): Html element does not have an xmlns set to 'http://www.w3.org/1999/xhtml'.

ERROR(HTM-049): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch005.xhtml(3,102): Html element does not have an xmlns set to 'http://www.w3.org/1999/xhtml'.

ERROR(HTM-049): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch008.xhtml(3,102): Html element does not have an xmlns set to 'http://www.w3.org/1999/xhtml'.

ERROR(HTM-049): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch009.xhtml(3,102): Html element does not have an xmlns set to 'http://www.w3.org/1999/xhtml'.

ERROR(HTM-049): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch010.xhtml(3,102): Html element does not have an xmlns set to 'http://www.w3.org/1999/xhtml'.

ERROR(HTM-049): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch011.xhtml(3,102): Html element does not have an xmlns set to 'http://www.w3.org/1999/xhtml'.

ERROR(HTM-049): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch012.xhtml(3,102): Html element does not have an xmlns set to 'http://www.w3.org/1999/xhtml'.

ERROR(HTM-049): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch013.xhtml(3,102): Html element does not have an xmlns set to 'http://www.w3.org/1999/xhtml'.

ERROR(HTM-049): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch014.xhtml(3,102): Html element does not have an xmlns set to 'http://www.w3.org/1999/xhtml'.

ERROR(HTM-049): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch015.xhtml(3,102): Html element does not have an xmlns set to 'http://www.w3.org/1999/xhtml'.

ERROR(HTM-049): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch016.xhtml(3,102): Html element does not have an xmlns set to 'http://www.w3.org/1999/xhtml'.

ERROR(HTM-049): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch018.xhtml(3,102): Html element does not have an xmlns set to 'http://www.w3.org/1999/xhtml'.

ERROR(HTM-049): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch019.xhtml(3,102): Html element does not have an xmlns set to 'http://www.w3.org/1999/xhtml'.

ERROR(HTM-049): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch020.xhtml(3,102): Html element does not have an xmlns set to 'http://www.w3.org/1999/xhtml'.

ERROR(HTM-049): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch021.xhtml(3,102): Html element does not have an xmlns set to 'http://www.w3.org/1999/xhtml'.

ERROR(HTM-049): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch022.xhtml(3,102): Html element does not have an xmlns set to 'http://www.w3.org/1999/xhtml'.

ERROR(HTM-049): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch026.xhtml(3,102): Html element does not have an xmlns set to 'http://www.w3.org/1999/xhtml'.

ERROR(HTM-049): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch028.xhtml(3,102): Html element does not have an xmlns set to 'http://www.w3.org/1999/xhtml'.

ERROR(HTM-049): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch029.xhtml(3,102): Html element does not have an xmlns set to 'http://www.w3.org/1999/xhtml'.

ERROR(HTM-049): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch032.xhtml(3,102): Html element does not have an xmlns set to 'http://www.w3.org/1999/xhtml'.

ERROR(HTM-049): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch034.xhtml(3,102): Html element does not have an xmlns set to 'http://www.w3.org/1999/xhtml'.

ERROR(HTM-049): ./books/Bo/databases/eBookIt/temp_uploads/1656969221.epub/EPUB/text/ch035.xhtml(3,102): Html element does not have an xmlns set to 'http://www.w3.org/1999/xhtml'.

Check finished with errors

Messages: 0 fatals / 1455 errors / 0 warnings / 0 infos

EPUBCheck completed

@anadon
Copy link
Contributor Author

anadon commented Jul 4, 2022

Tools for validation and detection include:

EPUB-Checker seems to use epubcheck, but seems to be lagging in commits.

@anadon anadon changed the title [Possibly Impractical] Epub version of PLFA text causes hang in Barnes & Noble's Nook GlowLight Plus' reader app ePub book fails validation for ePub version 3; causes hangs and rendering errors in e-readers Jul 4, 2022
@anadon
Copy link
Contributor Author

anadon commented Jul 4, 2022

There are three action items that I am aware of.

  1. Apply optimizations via ebook-polish -e -f -j -p -U
  2. Add CI for validating the generated ePub
  3. Fixing the known validation errors.

1 seems very easy. Just add another package to the depends and run it. 2 seems more involved, involving the same steps as one and then adding more in addition to CI configuration. 3 looks difficult as the .lagda.md file type probably has it's own software to handle the conversion to ePub and it is that software which is generating invalid results. 3 may also involve collaboration with an upstream group.

@wenkokke
Copy link
Collaborator

wenkokke commented Jul 5, 2022

Looks like the generated Epub is chock-full of schema violations.

Those checks are disabled in the repository:

  • RSC-005 and HTM-049 are a weird EPUBCheck bug, and if you fix it you'll get the opposite error
  • RSC-012 is an Agda bug

@wenkokke
Copy link
Collaborator

wenkokke commented Jul 5, 2022

There are three action items that I am aware of.

  1. Apply optimizations via ebook-polish -e -f -j -p -U

Does this result in a working EPUB? Your response wasn't super clear on this.

  1. Add CI for validating the generated ePub

Already happens.

  1. Fixing the known validation errors.

See above.

@wenkokke
Copy link
Collaborator

wenkokke commented Jul 5, 2022

If you'd like to investigate RSC-005 and HTM-049, please go ahead.

The solution for RSC-012 is to remove links to fragments that aren't defined, which is currently on my backlog, but I probably won't actually do anytime soon.

@wenkokke wenkokke closed this as completed Jul 5, 2022
@wenkokke
Copy link
Collaborator

wenkokke commented Jul 5, 2022

Closing as a duplicate.

@wenkokke
Copy link
Collaborator

Partially addressed by #829.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants