Reviews for Reading the Sword Thief
Ashleigh chapter 10 . 9/30/2019
Hi, I know that it’s 2019 and all, BIT THIS IS THE ONLY THING THATS KEEPING ME ALIVE. Since Amian sunk... And I couldn’t find the continuation.
all the code 3 chapter 8 . 6/26/2019
'#alert_subs').hide();
}
}

/call back
function login_success_default() {
/$('#name_login').html(render_login(XUNAME));

/focus on review
$('#review_review').focus();

/you have now logged in
xtoast("You have logged-in as "XUNAME'.');

/close all open dialogs
/$('#please_login').modal('hide');

}

function login_success() {
login_success_default();
review_init();
}

function self_login(target) {
xwindow(' api/login_state_ ?srcpopup
}

function post_q() {
if(!XUNAME) {
please_login();
return;
}

if($('#q_follow_author').prop('checked') 0 && $('#q_follow_story').prop('checked') 0 && $('#q_fav_author').prop('checked') 0 && $('#q_fav_story').prop('checked') 0) {
xtoast('Please select at least one follow or favorite action');
return;
}

$('#q_working').toggle();

$.post('/api/ajax_ ', {
storyid: storyid,
userid: userid,

authoralert: $('#q_follow_author').prop('checked') ? 1 : 0,
storyalert: $('#q_follow_story').prop('checked') ? 1 : 0,
favstory: $('#q_fav_story').prop('checked') ? 1 : 0,
favauthor: $('#q_fav_author').prop('checked') ? 1 : 0
},
function(data) {
(data);
/alert(data);
if( ) {
$('#q_working').toggle();

xtoast("We are unable to process your request due to an network error. Please try again later.");
}
else {
xtoast("We have successfully processed the following:" _data,3500);
$('#q_working').toggle();
$('#follow_area').modal('hide');
}
},
'json'
).error(function() {
xtoast("We are unable to process your request due to an network error. Please try again later.");

$('#q_working').toggle();
});
}

function please_login() {
xtoast("Please login or signup to access this feature.");
}

function post_review() {
var review $('#review_review').val();
var name $('#review_name_value') ? $('#review_name_value').val() : '';

/make sure we don't submit default
if(review '') {
xtoast("Please type up your review for this story.");
return;
}

$('#review_postbutton').html("Posting. Please wait...");
$('#review_postbutton').prop('disabled',true);

$.post('/api/ajax_ ', {
storyid: storyid,
storytextid: storytextid,
chapter: chapter,

authoralert: $('#review_authoralert').prop('checked') ? 1 : 0,
storyalert: $('#review_storyalert').prop('checked') ? 1 : 0,
favstory: $('#review_favstory').prop('checked') ? 1 : 0,
favauthor: $('#review_favauthor').prop('checked') ? 1 : 0,

name: name,
review: review
},
function(data) {
(data);
/alert(data);
if( ) {
$('#review_postbutton').html('Post Review as'XUNAME);
$('#review_postbutton').prop('disabled', false);

xtoast("We are unable to post your review due to the following reason:brbr" _msg);
}
else {
xtoast("The author would like to thank you for your continued support. Your review has been posted.",3500);
review_success();
}
},
'json'
).error(function() {
xtoast("We are unable to process your review due to an network error. Please try again later.");

$('#review_postbutton').html("Post Review as"XUNAME);
$('#review_postbutton').prop('disabled', false);
});

}

function review_success() {
$('#review').hide();
$('#review_success').show();

/must clear textarea of auto-save would save old data
$('#review_review').val('');

if(!$.storage) {
$.storage new $.store();
('new storage');
}
$. ('review:5973533:8');
('del review:5973533:8');

}

function review_failure() {

}

$().ready(function() {
review_init();
});
/script
div id'review_success' style'display:none;width:500px;height:100px;clear:both;margin-right:auto;margin-left:auto;'
The author would like to thank you for your continued support. Your review has been posted.
/div
div idreview
table border0 padding0 cellspacing0 style'width:100%;' !- min-width:500px;max-width:975px;clear:both;margin-right:auto;margin-left:auto;-
tr
td width336 valigntop
!- startz -
ins class"adsbygoogle" style"display:inline-block;width:336px;height:280px" data-ad-client"ca-pub-8698054525611092" data-ad-slot"8107878760"/ins
script(adsbygoogle []).push({});/script
!- endz - /td
td width10/td
td valigntop
div style'width:100%;max-width:700px;'
table style'width:100%;'
tr
td colspan2

div idreview_name style'' !- min-width:500px;max-width:975px; style'padding:0.5em;width:98%;' -
input class'input-block-level' style'max-width:700px' typetext name'name' id'review_name_value' maxlength16 placeholder"Name:"
div style'height:4px'/div
/div

textarea class'input-block-level' style'max-width:700px' rows10 placeholder"Type your review for this chapter here..." namereview idreview_review/textarea
/td
/tr
tr
td style'vertical-align:middle;'
div id'alert_subs' class'hide xcontrast_txt'
Favorite :
Story input style'margin:-2px 0 0 0' typecheckbox namefavstory idreview_favstory
Author input style'margin:-2px 0 0 0' typecheckbox namefavauthor idreview_favauthor

Follow :
Story input style'margin:-2px 0 0 0' typecheckbox namestoryalert idreview_storyalert
Author input style'margin:-2px 0 0 0' typecheckbox nameauthoralert idreview_authoralert
/div
/td
td alignright
!- Split button -
div class'btn-group xreset-left'
button type'button' class'btn icon-edit-1' onClick'post_review();' idreview_postbuttonPost Review/button
button type'button' class'btn dropdown-toggle login_items' data-toggle'dropdown'

span class'sr-only 'As/span
span class'caret '/span
/button
ul class'dropdown-menu' role'menu'
lia href'#' onclick"self_login('self');" classxdrop_loginFanFiction/a/li
lia href'#' onclick"self_login('sister');" classxdrop_loginFictionPress/a/li
lia href'#' onclick"self_login('google');" lassxdrop_loginGoogle/a/li
lia href'#' onclick"self_login('facebook');" classxdrop_loginFacebook/a/li
lia href'#' onclick"self_login('twitter');" classxdrop_loginTwitter/a/li
lia href'#' onclick"self_login('amazon');" classxdrop_loginAmazon/a/li
/ul
/div

/td
/tr
/table
/div
/td
/tr
/table
/div

!- div id'please_login' class'modal hide fade'/div -

script src'/ff74. _01_09_ '/script
script
$().ready(function(){

if(!$.storage) {
$.storage new $.store(); /init
}

var t_read $. ('review:5973533:8');

if(t_read && t_ 0 ) {
/alert('recovered data' t_read);

var temp $('textarea#review_review').val(); /NO SPACES .replace(/\s\s$/g,'')

if(!temp 0 temp "Type your comments here.") {
/alert('set good');
$('textarea#review_review').val(t_read);
('got't_read);
}
}
else {
/alert('no data');
}

var rTimer setInterval(saveReview, 2000); /every 2s

function saveReview() {
var temp $('textarea#review_review').val(); /make sure we don't save spaces .replace(/\s\s$/g,'');

if(temp && 0 && temp ! "Type your comments here.") {
$. ('review:5973533:8', temp);
('set'temp);
}
}
});
/script
div style'height:15px'/div
div aligncenter classlc-wrapperdiv classlc
FORM namemyselect onsubmit'return false;'TABLE style'min-width;400px;margin-left:auto;margin-right:auto;' cellpadding4
TR
TD
script
var storyid 5973533;
var userid 2358929;
var storytextid storytextid21183288;
var chapter 8;
var title 'ReadingtheSwordThief';
var logind ' .net';

function select_drop(sel_value) {
var t;

if (sel_value 'abuse') {
t xwindow(logind' ?chapter'chapter'
}
else if (sel_value 'c2') {
t xwindow(logind'/c2_ ?actionadd
}
}
/SCRIPT
div class'btn-group ' id'story_actions'
div class'btn-group dropup'alignleft
button class'btn dropdown-toggle' data-toggle'dropdown'
span Actions/span
span class'caret'/span
/button
ul class'dropdown-menu'
lia onclick"select_drop('c2')"Add to Community/a/li
lia onclick"select_drop('abuse')"Report Abuse/a/li
/ul
/div
/div

div class'btn-group ' id'share_providers'
div class'btn-group dropup'alignleft
button class'btn dropdown-toggle' data-toggle'dropdown'
span class'icon-share' Share/span

/button
ul class'dropdown-menu'
lia href' share?urlhttps%3A%2F% .net%2Fs%2F5973533%2F8%2F' target_newGoogle/a/li
lia href' /home?statusReadingstory%3Ahttps%3A%2F% .net%2Fs%2F5973533%2F8%2F' target_newTwitter/a/li
lia href' share/link?urlhttps%3A%2F% .net%2Fs%2F5973533%2F8%2F' target_newTumblr/a/li
lia href' . ?uhttps%3A%2F% .net%2Fs%2F5973533%2F8%2F' target_newFacebook/a/li
/ul
/div
/div

button class'btn icon-heart' typebutton onClick'$("#follow_area").modal();' Follow/Favorite/button
style
label input[typecheckbox]{
position: relative;
vertical-align: middle;
bottom: -5px;
}
/style
div class'modal fade hide' idfollow_area
div class'modal-body'
center
table style'padding:6px;color:black !important;'
trtd valigntop
Follow
hr
label class'checkbox'
input type'checkbox' idq_follow_story Story
/label
label class'checkbox'
input type'checkbox' idq_follow_author Writer
/label
/td
td width20/td
td valigntop
Favorite
hr
label class'checkbox'
input type'checkbox' idq_fav_story Story
/label
label class'checkbox'
input type'checkbox' idq_fav_author Writer
/label
/td
/tr
/table
/center
/div
div class'modal-footer'

span class'btn pull-left' data-dismiss'modal'Close/span
span id'q_working' class'hide'Working.../span
span class'btn btn-primary' onClick'post_q();'Save/span
/div

/div
/TD
/TR
/TABLE/form
/div/div
div style'height:5px'/div/div/div/divdiv idp_footer classmaxwidth style'clear:all;padding:1em 0 1em 0;'div style'text-align:center'a href'/support/'Help/a . a href'/cookies/'Cookies/a . a href'/privacy/'Privacy/a . a href'/tos/'Terms of Service/a . a href'#top'Top/a/divdiv style'height:10px'/divdiv style'text-align:center'a href' fictionpress'span class'icon-twitter-3' style'color:rgb(104, 100, 100);font-size:18px;height:20px;width:20px;'/span/a/divdiv style'height:15px'/div/div
script
$(function() {
$(' ').lazyload({
/skip_invisible : false
});
});
/script

style
.hv_center {
bottom: 0px;
position: fixed;
left: 0;
right: 0;
height: 55px;
background-color: #363636;
color: #e4e4e4;

/* IE 10 */
display:-ms-flexbox;
-ms-flex-pack:center;
-ms-flex-align:center;

/* FF */
display:-moz-box;
-moz-box-pack:center;
-moz-box-align:center;

/* Safari, Opera, and Chrome */
display:-webkit-box;
-webkit-box-pack:center;
-webkit-box-align:center;
}

#cookie_notice {
font-size: 0.9em;
}
#cookie_notice a:link,
#cookie_notice a:hover,
#cookie_notice a:active,
#cookie_notice a:visited {
color: #e4e4e4;
text-decoration: underline;
}
/style
script
var _cookie_policy 'cookies';

/cookie functions
function _sCookieGet(cookieName) {
var theCookie"" ;
var (cookieName);
if (ind-1 cookieName"") return false;
var (';',ind);
if (ind1-1) ;
return unescape( ( 1,ind1));
};
function _sCookieSet(NameOfCookie, value, expirehours, path, domain) {
if(!path) path "/";
var ExpireDate new Date ();
( () (expirehours * 3600 * 1000));
NameOfCookie "" escape(value) (!expirehours ? "" : "; expires" ()) "; path"path";" (!domain ? "" : "domain" domain ";");
};

function _cookieAccept() {
_sCookieSet(_cookie_policy,'yes',365 * 24,'/');
('cookie_notice'). 'none';
}

var c _sCookieGet(_cookie_policy)

if(c ! "yes") {
("div id'cookie_notice' class'hv_center'"
" div style'padding-left:50px;padding-right:50px'"
" table"
" tr"
" td We use cookies. By using our services, you acknowledge that you have read and accept our a href'/cookies/'Cookies/a & a href'/privacy/'Privacy/a Policies./td"
" tddiv style'border:1px whitesmoke solid;padding:5px;margin-left:10px;cursor: pointer;' onClick'_cookieAccept()'Accept/div/td"
" /tr"
" /table"
" /div"
"/div");
}
/script
/body/html
all the code chapter 12 . 6/26/2019
was driving her nuts! The sooner they finished the books the sooner she could go shopping./ppstrong"It makes sense Hideyoshi would be a Tomas," Amy said. "The strength. The gross way he's holding that head."/strong/ppHamilton pretended to glare at her. Dan snickered./ppstrongp"Evolution is odd. It does not favor the Tomas." Alistair's grim expression loosened a bit, edging into a semi smile. "Of course, I am showing my bias as an Ekat. Anyway, I strongly believe our search should begin with Hideyoshi. The man had a lot of secrets. Some say the secrets undid him."/p/strong/ppstrong"Secrets is our middle name, dude," Dan said./strong/pp"Really now?" purred Natalie. "I thought your middle name was emFool/em."/ppDan glared at her. "What would emyou/em know about middle names, Natalie emI'm-in-love-with-my-reflection/em Kabra?"/ppVikram cleared his throat, and the reading commenced./ppstrongpAlistair leveled his gaze at Dan and then Amy. The color was returning to his face now. "I was going to keep this information to myself. After what happened in Salzburg, I wasn't sure I could trust you two. In fact, today I was tempted to conduct this entire search for the Hideyoshi link without your knowledge."/p/strong/ppstrong"Well, that makes two of us," Dan blurted out./strong/pp"What am I, chopped liver?" Amy said, glaring at Dan./ppDan shrugged. "I wasn't thinking about you."/ppAmy rolled her eyes. "Of course not," she said sarcastically./ppstrong"Three," Amy corrected. With a quick, tentative look toward Dan, she added, "We didn't think we could trust/strongemstrongyou/strong/emstrong, Uncle Alistair."/strong/ppstrongAlistair nodded. "I have devoted myself to earning your confidence again. Trust is a fragile thing-difficult to build, easy to break. It cannot be bargained for. Only if it is freely given can it be accepted in return." He looked from Amy to Dan. "To break the chain of mistrust, someone has to go first. I am happy to make the move. You deserve no less."/strong/pp"And still you disappeared after we helped you," Dan mumbled./pp"That incident in Korea was necessary," Alistair lied. He couldn't tell him the truth, not in front of everyone./pp"Yeah, emriiiight/em." Dan obviously didn't believe him./ppstrongSolemnly, he turned back to his screen. "Hideyoshi was a bit of a paranoid who liked to hoard things," Alistair continued, scrolling down the screen into the biographical text. "For example, the Great Sword Hunt of 1588, when he forced all the farmers and peasants to give over their swords. He claimed he wanted to melt them down for a large statue of Buddha. But that was a lie."/strong/pp"If he made everyone give him their swords," Hamilton asked, "then why is it called a sword hunt? Shouldn't it be...The Great Sword Gift or something?"/ppJonah gave an exaggerated sigh of frustration. "'Cause they named it that. Don't you know anything?"/pp"But why?" Hamilton pressed, glaring at Jonah./pp"Cause...um..." Jonah scrambled to make up a convincing tale. "When he got the swords he said 'This is for the Clue Hunt!' "/ppNatalie sniffed. "No doubt why you're losing the hunt," she told the rap star. "You don't know emanything."/em/pp"Yo, man," Jonah looked slightly embarrassed. "I was, uh, joking! Yep, that's the word!"/ppEveryone looked at him skeptically. "Uh huh…." Dan mumbled./ppstrongp"And the truth was . . .?" Amy said./ppAlistair shrugged. "One of the great mysteries. He also took measures to prevent farmers and peasants from rising to the warrior class. He seemed to be afraid of this."/p/strong/ppstrong"But /strongemstronghe/strong/emstrong rose from the poor," Amy said./strong/ppstrong"You must think like a warrior, sister-san," Dan said. "He was afraid /strongemstrongbecause/strong/emstrong he rose from the poor. He thought somebody else might, too – and whip his ninja butt."/strong/ppstrongAlistair nodded. "Perhaps he suspected more Tomas offspring-or worse, Ekaterina-lived in the provinces. The Ekat and Tomas branches were at war even then. Was he trying to hide swords from the Ekats to prevent them from rising against him? We don't know. If only we knew /strongemstrongwhere/strong/emstrong he hid the swords. The /strongemstrongwhere /strong/emstrongmight lead to the /strongemstrongwhy/strong/emstrong." With a shrug, Alistair turned to face them. "Okay, I've told you all I know."/strong/ppemWhy do you still trust them, Alistair? /emIan thought. emAnd why do they still trust you, if even the bare minimum?/em/ppIan knew that Alistair knew that while trusting Amy and Dan would get him clues, it also made room for backstabbing. And yet…out of all the Cahills, Amy and Dan trusted Alistair the most, which said a lot about the reliability of the other Cahills./ppIan sighed inwardly. Once upon a time, Amy had trusted him. Now...?/ppHe pushed the matter out of his mind and concentrated on the story./ppstrongpDan glanced at his sister. The ball was in their court now./p/strong/ppemstrongHe's shown us his own secrets,/strong/emstrong her eyes were saying. /strongemstrongWe owe him./strong/em/ppemstrongHe was looking at his webmail,/strong/emstrong Dan thought in return./strongemstrong He didn't show us THAT./strong/em/ppemstrongThat's different, /strong/emstrongshe argued./strongemstrong We need him./strong/em/ppemstrongpBesides his cash and his knowledge of Japanese, what good is he?/p/strong/em/ppemstrongBesides your nicely shaped left earlobe, what good are you?/strong/em/pp"Funny, I never noticed that," Hamilton muttered, scrutinizing Dan carefully. The room was quiet for a moment as everyone examined Dan's earlobes./ppNatalie, however, averted her eyes. A light blush spread across her cheeks./ppAfter a few moments of examination, everyone turned to Vikram expectantly. The Kabra patriarch, however, was looking at his wife./ppemSo, they can somehow manage to communicate silently,/emhe thought. He could clearly see in Isabel's eyes that she was taking mental notes. In the hunt, even the smallest bit of information was gold./ppHe cleared his throat again and started to speak./ppstrongDan glowered at her./strongemstrong You're the oldest, YOU mention it./strong/em/ppstrongAmy turned to Alistair. "We think . . . we found some of the swords," she said. "In Venice ."/strong/ppstrong"Hideyoshi's swords – in /strongemstrongItaly/strong/emstrong?" Alistair looked flabbergasted./strong/ppstrongpWith a sigh, Dan mumbled, "They were in the house of some Italian dude, Fidelio Racco."/p/strong/ppstrong"Racco. . ." Alistair said. "A Janus. Yet the clue points to a Tomas stronghold. Curious. Here in Japan , there are rumored to be secret Hideyoshi hiding places, but they are allegedly guarded by the descendants of Hideyoshi-many of them /strongemstrongyakuza/strong/emstrong."/strong/ppstrongDan smiled./strongemstrong Now/strong/emstrong he was talking. "Whoa – awesome!" Dan exclaimed. "I battled them at Level Four in. . .um, /strongemstrongNinja Gaiden/strong/emstrong, I think? Those guys are mad gangsta! They'll cut off your arms and feed them to you for lunch."/strong/ppstrong"Can't wait to meet them," Amy said./strong/pp"You want to meet them?" Jonah exclaimed, looking at Amy weirdly./pp"Sarcasm, mentally challenged rap star, sarcasm," Nellie rolled her eyes./ppstrongp"We tried to bring the swords here," Dan barreled on. "They're in my luggage. One of them had some markings. We figured the markings were important – maybe they give information about the next clue."/ppAlistair's eyes widened. "Is there any way we can retrieve these swords?"/pp"Well, maybe we don't have to." Dan nodded to his screen. "The same markings are on this tattoo."/p/strong/ppstrongDan had never seen Alistair move so fast. He leaned over Dan's shoulders and squinted at the image. "Are you/strongemstrongsure/strong/emstrong this was printed on the sword?"/strong/ppstrongp"Yup," Dan said. "Well, not exactly. There were some other characters too. They're missing here."/ppAmy shook her head. "How can you be sure? You don't know a word of Japanese."/p/strong/ppstrong"Uh, yeah," Dan said. "And I don't read a note of music. But let's see, who was the one who /strongemstrongmemorized a whole Mozart song and found our last clue/strong/emstrong? Wait, wait, let me try to remember. Oh. I know – me!"/strong/pp"You memorized the emwhole song?"/emIan said incredelously. "Is that how you got the swords?"/ppDan smirked. "Yeah. While you and Natalie played the wrong song. Remember how emunconscious/emyou were?"/ppIsabel turned her basilisk gaze on her children. "They rendered you unconscious?"/ppIan and Natalie gulped nervously. "We hacked Daniel's laptop, and we printed out the Mozart song, but the Cahills had a different version…so the trap on the piano…" Ian's voice trailed off./ppVikram placed a restraining hand on Isabel's shoulder. "Careful, my belle," he murmured, so only she could hear. "Not in front of them."/ppAnd so he began to read again, as if nothing had happened./ppstrong"Dan, are you/strongemstrong sure/strong/emstrong there were characters missing?" Alistair said. "Because the message, as is, is fairly innocuous-an incantation to luck, honor, triumph and such."/strong/ppstrong"Definitely. At the beginning of each line, there was some weird-looking letter. Like from another language. You know, Sanscript maybe."/strong/ppstrong"It's Sanskr/strongemstrongit, /strong/emstrongtattoo-brain," Amy said, sitting at her laptop. "Guess you don't remember /strongemstrongeverything/strong/emstrong perfectly."/strong/ppstrongShe turned to her uncle, who was furiously tapping away on his keyboard. "What do you now about these/strongemstrongyakuza/strong/emstrong people, Uncle Alistair?"/strong/ppstrongpShe thought she could feel him shudder. "They are very nasty and very deadly," he said softly. "Trust me, we do not want to cross their paths."/pp"You know some of them personally?" Dan said./p/strong/ppstrong"They know me and despise me," Alistair said. "I am an Ekat. The Tomas and Ekats have been bitter enemies for centuries. The /strongemstrongyakuza/strong/emstrong have long been suspected to possess a map to a secret underground crypt. And if I am to understand this recent message, we may have found a copy."/strong/pp"If y-you ask me," Amy said quietly, "I think b-branch rivalries are stupid. If the Ekaterina and Tomas allied, then t-they would be strong. B-brains and b-brute strength."/pp"Well, no one asked you," Natalie snapped. As stupid as the Holts were, she didn't want the Ekaterina and Tomas allying. It would be dangerous, and the Lucians needed taking over the world to be as easy as possible./pp"I suppose that could work," Alistair mused. "But I'm afraid it'll take a lot of convincing to do."/ppHamilton shook his head. "Dad would never do it. I wish he would, though."/ppDan glanced at Amy. She was following her Madrigal blood, subtly trying to get the branches to ally together, trying to stop their petty rivalries./ppstrongpHe hit the PRINT button. From the library's printer, a map slowly made its way into the paper tray, an ancient image showing a complicated ribbon of tunnels./pp"Cool!" Dan exclaimed./p/strong/ppstrong"You /strongemstrongknew/strong/emstrong about this all along?" Amy asked./strong/ppstrongpAlistair shook his head. Once again, his face became pale and drawn. "I have long been searching for certain . . . stolen Ekat documents not related to this. One of my colleagues has managed to find a hidden cache. I received a message from him on webmail while we were in Salzburg , with several attachments-including this map."/ppHe showed them the printout, which had the heading OF UNKNOWN SIGNIFICANCE./p/strong/ppstrong"Wait – Ekat documents? /strongemstrongColleagues/strong/emstrong? What else are you keeping from us? How can you – "/strong/ppstrongAmy's words stopped in her throat. The cursor on Dan's monitor was moving from the middle of the screen up to the left corner./strong/pp"Here come the Holts!" Hamilton grinned. Then his smile dropped. At times, he was ashamed of what his family would do for the clues./pp"You mean emDolts,"/emNatalie mumbled under her breath. Dan glared at her./pp"Hamilton and Reagan are far smarter than you will ever be!"/pp"I highly doubt that, Daniel," she purred./ppstrongp"Dan?" Amy said. "Stop that, okay?"/pp"Stop what?" Dan replied./p/strong/ppstrong"We know libraries bore you, but can't you take /strongemstronganything/strong/emstrong seriously?" Amy replied. "You're playing a trick, right? You have something in your pocket and it's sending a signal to the computer. Otherwise,/strongemstrong why would the cursor be moving/strong/emstrong?"/strong/ppstrongNow the cursor was on the BACK button, clicking rapidly through every page Dan had visited-tattoos, information on Hideyoshi and the Sword Hunt, the Facebook pages of three sixth-grade girls –/strong/ppEveryone's eyes turned to Dan./pp"Dan," Amy narrowed her eyes. "Why were you on Facebook pages of three sixth grade girls when emyou were supposed to be finding things out about the Hunt?"/em/pp"Um…" Dan stuttered. "Uh…."/pp"Perhaps Daniel has a secret crush," Ian offered./ppNatalie clenched her fists./pp"It's emDan,/emand no, I don't like anyone." The faint blush on Dan's face, however, proved otherwise./ppVikram's voice cut in, sounding amused but also stern./pp"May we return to the book? We have more important things to think about than a stupid boy's pathetic love life."/pp"Hey!" Dan glared at the Lucian leader. But secretly, he was grateful that the questioning had stopped./ppGod only knew what they would have done if they ever found out who he liked.../ppstrongp"Hey!" Dan shouted./pp"It's a keylogger," Alistair said, swiftly picking up the laptop. "Someone has hacked into the computer remotely and is spying on everything you've looked at today."/ppWith a solid yank, he pulled the electric plug from the back, and the screen went dead. A steady beeping noise began, and an LCD panel by the light switch flashed red Japanese characters that looked suspiciously like some form of EMERGENCY./pp"How did they do it?" Amy asked./ppDan took the laptop, examining the PC card. "It's an 802.11g wireless," he said. "So they have to be pretty close. I don't know, maybe like thirty yards-or fifty if they have a booster or something."/ppAlistair headed for the window. "Which means either they're in the building or in one of those cars outside."/p/strong/ppstrongOne of those /strongemstronghundreds/strong/emstrong of cars, he could have said-if you considered the cars at the curb, in the nearby parking lot, and bumper-to-bumper on the road./strong/ppemstrongTap-tap-tap-tap!/strong/em/ppstrongpThe rapping on the door made them all jump. "Is everything all right in there?" a tiny, timid voice called in./p/strong/ppstrongIt sounded like Ms. Nakamura, but there was something about her tone. . ./strong/pp"I t-told you not to open the d-door," Amy said to Alistair, exasperated./ppIt seemed to be Amy who was the brains of the duo, or sometimes trio (including Alistair, who was supposed to be an emEkaterina/em). Isabel narrowed her eyes as she placed Amy's death over Dan's. Without Amy, Dan would fall apart, and then her son would be able to get over his infatuation. Also, without the two annoying brats….the Lucians' path to glory would be clear./ppIt was amazing what a single death could do./ppstrongpAlistair went to the door. "She may know how to run a trace."/pp"No!" Amy blurted out./pp"Ms. Nakamura," Alistair said, yanking the doorknob, "your library has been compromised-"/ppThe door flew open-and Alistair was staring into the massive chest of a gray XXXL T-shirt./p/strong/ppstrong"No kidding, Sherwood," said Eisenhower Holt, with a grin so wide it nearly touched the edges of his stiff military brush cut. "Now fall in line, all of you – and /strongemstrongmarch/strong/emstrong!"/strong/pp"Told you so," Amy murmured./pp"How did you emriffraff/em manage to hack into a computer?" Isabel snarled at Hamilton./pp"We're not stupid, you know," Hamilton snapped. He was getting tired with how the branches underestimated the Holts. Even though he and his family were strong, it didn't mean they couldn't be smart as well!/ppNatalie shook her head and was about to say something when Dan cut her off. He grinned at her annoyed look./pp"Who's going to read next?" Dan asked./pp"Amy can read," Ian suggested./pp"But –" Amy was interrupted by the dark blonde boy, who grabbed the book from Vikram./pp"Here you go, little sister!" Dan beamed./pp"I'm older than you!" Amy protested. Dan waved his hand dismissively. "Sister-san, begin reading! A ninja lord like me can't be kept waiting!"/ppAmy sighed at her younger brother's antics, but obediently began to read./pp"Chapter Six," Amy began, with no stuttering. The sooner the books were done, the sooner they could get back to the hunt. The books needed to be finished, pronto!/phr size1 noshadepSomewhere nearby, KLK smirked./pp"If only you knew what's written there," she laughed to herself. "If only you knew what's waiting for you...especially page 123..."/p
/div
/divdiv style'height:5px'/divdiv style'clear:both;text-align:right;'button classbtn TYPEBUTTON onClick" '/s/5973533/7/Reading-the-Sword-Thief'" Prev/button SELECT idchap_select title"Chapter Navigation" Namechapter onChange" '/s/5973533/' [ ].value '/Reading-the-Sword-Thief';"option value1 1. Chapter 1option value2 2. Chapter 2 Part Oneoption value3 3. Chapter 2 Part Twooption value4 4. Chapter 3option value5 5. Chapter 4option value6 6. Nighttime Dilemmasoption value7 7. Chapter Five Part Oneoption value8 selected8. Chapter Five Part Twooption value9 9. Chapter Six Part Oneoption value10 10. Chapter Six Part Twooption value11 11. Chapter Sevenoption value12 12. Chapter Eightoption value13 13. Chapter Nineoption value14 14. Chapter Tenoption value15 15. VIN Very Important Noteoption value16 16. VIN Very Important Note 2option value17 17. VIN Very Important Note 3/select button classbtn TYPEBUTTON onClick" '/s/5973533/9/Reading-the-Sword-Thief'"Next /button/divdiv style'height:5px'/div
script
function review_init() {
if(XUNAME) {
$('#review_name').hide();
$('#review_postbutton').html('Post Review as ' XUNAME);
$('.login_items').hide();
$('#alert_subs').show();
}
else {
$('#review_name').show();
/$('#review_name').html("input typetext name'name' placeholder'Name:'");

$('.login_items').show();
$('
all the code chapter 8 . 6/26/2019
!DOCTYPE htmlhtmlhead
meta charset'utf-8'
META NAME'ROBOTS' CONTENT'NOARCHIVE'
META http-equiv'X-UA-Compatible' content'IEedge'
META NAME'format-detection' content'telephoneno'
META NAME'apple-itunes-app' content'app-id1192753879'

link href' .com' rel'preconnect'
link href'/googleads. .net' rel'preconnect'
META NAME'viewport' content'widthdevice-width'link rel"canonical" href" s/5973533/8/Reading-the-Sword-Thief"
titleReading the Sword Thief Chapter Five Part Two, a 39 clues fanfic FanFiction/title

link rel'shortcut icon' href'/static/images/favicon_2010_ '
link rel'icon' type'image/png' href'/static/images/favicon_2010_ '
link rel'apple-touch-icon' href'/static/images/favicon_2010_ '

link rel'stylesheet' href' '
script src' '/script
!-[if lt IE 8]
link rel"stylesheet" href" "
script src' .js'/script
![endif]-

script
xcookie_read();
xfont_auto_loader();
if( _font ! 'Open Sans') {
('stylebody{font-family:"' _font'",Verdana, Arial;}/style');
}
/script
!- startz -script async src" . "/script!- endz -
style
.dropdown-menu li a { padding: 3px 50px 3px 30px; }
body { min-width:750px; height:100%; }
.maxwidth { min-width:730px;margin-left:auto;margin-right:auto;}

/style
script
if(isAndroid && !isChrome) {
('style body {font-size:1em;}/style');
}
/script
script

xauto_width_init();
xauto_fontsize();

if(!isIphone && !isIpad) {
$(function() {
$(window).resize(xauto_width);
});
}

/script/headbody style'background-color:#E4E3D5;margin-top:0px;' scriptxfont_fix_smooth();/script

div idtop style'width:100%;background-color: #333399; '
div class'menulink maxwidth' style'padding:0.5em 10px 0.5em 10px; vertical-align:middle;'

script
/init jquery
if (! ) {
var jq ('script'); 'text/';
' ajax/libs/jquery/1.11. .js';
('head')[0].appendChild(jq);
('loading preq: jquery');
}

var _fp {
logout : function() {
$.get(' ', function() {
('starting logout');
var m $('#_fp_modal_logged_out');
if(! ) {
$('body').append("div id'_fp_modal_logged_out' data-backdrop'static' class'modal fade hide'div class'modal-body'div aligncenerYou have successfully logged out. span onClick'' typebutton class'btn icon-edit-1'Login/span span onClick'' typebutton class'btn icon-edit-1'Stay on this Page/span/div/div/div");
m $('#_fp_modal_logged_out');
}

();

('modal finished');
/xtoast('You have been logged out.');
if(_ _loggedout) _ _loggedout();
('callback complete');
})
.fail(function() {
('hide');
xtoast('An error has ocurred. Please try again later.');
});
/
}
};

/real function

/script

script
function render_login(uname) {
var s "a href' ?cachebust' style'color:orange;'"uname"/a span id'' xonClick'_ ();' onclick\"location ' ';\" style'color:white;cursor: pointer;'Logout/span";
return s;
}

/script
span idname_login classpull-right
script
if(XUNAME) {
(render_login(XUNAME));
}
else {
("a href' ?cachebust' style'color:white;'span class'icon-lock' style'font-size:15px;position:relative;top:1px'/span Login/a a href' ' style'color:white;'Sign Up/a");
}
/script/spana href'/' style'font-size:1.1em;border:none;'FanFiction/aunleash your imagination span class'icon-kub-mobile' style'font-size:14px;margin-left:10px;' title'Mobile Edition' onclick"location ' m/yes_ '"/spanspan title'Fontastic Panel: UI Settings' class'icon-tl-text' style'font-size:14px;margin-left:10px;' onClick"_fontastic_init('ui'); $('#_fontastic_ui').modal('show');"/span/div
/div
scriptif(!isMobile){ ("div class'zmenu' style'text-align:center;padding-top:5px;background-color: #f6f7ee;'");}/script
!- startz -
ins class"adsbygoogle" style"display:inline-block;width:728px;height:90px" data-ad-client"ca-pub-8698054525611092" data-ad-slot"5792940767"/ins
script(adsbygoogle []).push({});/script
!- endz -scriptif(!isMobile){ ("/div");}/script
div style'width:100%;' classzmenu
div idzmenu class'maxwidth' style'vertical-align:middle;padding:5px;'
span classzui

!- new stuff -
table class'maxwidth'trtd valignmiddle

div class'dropdown xmenu_item'
a class'dropdown-toggle' data-toggle'dropdown' href'#'Browse b class'caret'/b/a
ul class'dropdown-menu'

li classdisabled style'text-align:center'a href'#'Stories/a/li

lia href'/anime/'Anime/a/li
lia href'/book/'Books/a/li
lia href'/cartoon/'Cartoons/a/li
lia href'/comic/'Comics/a/li
lia href'/game/'Games/a/li
lia href'/misc/'Misc/a/li
lia href'/play/'Plays/a/li
lia href'/movie/'Movies/a/li
lia href'/tv/'TV/a/li
li class'disabled' style'text-align:center'a href'#'Crossovers/a/li

lia href'/crossovers/anime/'Anime/a/li
lia href'/crossovers/book/'Books/a/li
lia href'/crossovers/cartoon/'Cartoons/a/li
lia href'/crossovers/comic/'Comics/a/li
lia href'/crossovers/game/'Games/a/li
lia href'/crossovers/misc/'Misc/a/li
lia href'/crossovers/play/'Plays/a/li
lia href'/crossovers/movie/'Movies/a/li
lia href'/crossovers/tv/'TV/a/li

/ul
/div
div class'dropdown xmenu_item'
a class'dropdown-toggle' data-toggle'dropdown' href'#'Just In b class'caret'/b/a
ul class'dropdown-menu'
lia href'/j/0/0/0/'All/a/li

lia href'/j/0/1/0/'Stories: New/ali
lia href'/j/0/2/0/'Stories: Updated/a/li

li class'divider'/li
lia href'/j/0/3/0/'Crossovers: New/ali
lia href'/j/0/4/0/'Crossovers: Updated/ali

/ul
/div
div class'dropdown xmenu_item'
a class'dropdown-toggle' data-toggle'dropdown' href'#'Community b class'caret'/b/a
ul class'dropdown-menu'
lia href'/communities/general/0/'General/a/li
lia href'/communities/anime/'Anime/a/li
lia href'/communities/book/'Books/a/li
lia href'/communities/cartoon/'Cartoons/a/li
lia href'/communities/comic/'Comics/a/li
lia href'/communities/game/'Games/a/li
lia href'/communities/misc/'Misc/a/li
lia href'/communities/movie/'Movies/a/li
lia href'/communities/play/'Plays/a/li
lia href'/communities/tv/'TV/a/li
/ul
/div
div class'dropdown xmenu_item'
a class'dropdown-toggle' data-toggle'dropdown' href'#'Forum b class'caret'/b/a
ul class'dropdown-menu'
lia href'/forums/general/0/'General/a/li
lia href'/forums/anime/'Anime/a/li
lia href'/forums/book/'Books/a/li
lia href'/forums/cartoon/'Cartoons/a/li
lia href'/forums/comic/'Comics/a/li
lia href'/forums/game/'Games/a/li
lia href'/forums/misc/'Misc/a/li
lia href'/forums/movie/'Movies/a/li
lia href'/forums/play/'Plays/a/li
lia href'/forums/tv/'TV/a/li /ul
/div

div class'dropdown xmenu_item'
a class'dropdown-toggle' data-toggle'dropdown' href'#'Betas b class'caret'/b/a
ul class'dropdown-menu'

li classdisabled style'text-align:center'a href'#'All/a/li

lia href'/betareaders/all/anime/'Anime/a/li
lia href'/betareaders/all/book/'Books/a/li
lia href'/betareaders/all/cartoon/'Cartoons/a/li
lia href'/betareaders/all/comic/'Comics/a/li
lia href'/betareaders/all/game/'Games/a/li
lia href'/betareaders/all/misc/'Misc/a/li
lia href'/betareaders/all/play/'Plays/a/li
lia href'/betareaders/all/movie/'Movies/a/li
lia href'/betareaders/all/tv/'TV/a/li
li class'disabled' style'text-align:center'a href'#'Specific/a/li

lia href'/betareaders/anime/'Anime/a/li
lia href'/betareaders/book/'Books/a/li
lia href'/betareaders/cartoon/'Cartoons/a/li
lia href'/betareaders/comic/'Comics/a/li
lia href'/betareaders/game/'Games/a/li
lia href'/betareaders/misc/'Misc/a/li
lia href'/betareaders/play/'Plays/a/li
lia href'/betareaders/movie/'Movies/a/li
lia href'/betareaders/tv/'TV/a/li

/ul
/div
/td
td valignmiddle

script
$(document).ready(function() {
$('.xdrop_search').click(function() {
var v $(this).html();;

$('#search_type').val( ());
$('#search_head').html(v);
});

$('#search_keywords').onEnterKey(function(){
$('form#search_form').submit();
});

});

/script
FORM methodget idsearch_form action'/search/' class'pull-right'
div class'input-prepend'
div class'btn-group'
button class'btn dropdown-toggle' data-toggle'dropdown'
span idsearch_headStory/span
span class'caret'/span
/button
ul class'dropdown-menu'
lia href'#' classxdrop_searchStory/a/li
lia href'#' classxdrop_searchWriter/a/li
lia href'#' classxdrop_searchForum/a/li
!- li class'divider'/li -
lia href'#' classxdrop_searchCommunity/a/li
/ul
/div
input class'span2' name'keywords' idsearch_keywords type'text' placeholder'Search' title'Search'
!- input-append button class'btn' type'submit'Go/button -
/div
!- input classsearchfield typetext name'keywords' placeholder'Search' title'Search' style'width:100px' -
input typehidden nameready value1
input typehidden nametype idsearch_type valuestory
/FORM
/td
/tr
/table

/span
/div
/div
div style'width:100%;' classxcontrast_outer idcontent_parentdiv class'xcontrast maxwidth' idcontent_wrapper style'background-color: white;'div idcontent_wrapper_inner style'padding:0.5em;'
script
if( _theme 'dark') {
$(function(){
_fontastic_change_theme('dark');

});
}
else if( _light_texture) {
_fontastic_change_texture( _light_texture);
}

/scriptdiv style'margin-bottom: 10px' class'lc-wrapper' idpre_story_linksspan classlc-lefta classxcontrast_txt href'/book/'Books/aspan class'xcontrast_txt icon-chevron-right xicon-section-arrow'/spana classxcontrast_txt href"/book/39-Clues/"39 Clues/a
/span
/div
script
/_fontastic_theme_css();

function toggleTheme() {
if( _theme 'light') {
_fontastic_change_theme('dark');
}
else {
_fontastic_change_theme('light');
}
}
/scriptdiv idimg_large class'hide modal fade' style'color:black;'div class'modal-body' aligncenterimg class'lazy cimage ' style'padding:2px;border:1px solid #ccc;-moz-border-radius:2px;-webkit-border-radius:2px;' src'/ff74. /static/images/d_60_ ' data-original'/ff74. /image/2422139/180/' width180 height240/div/divdiv idprofile_top style'min-height:112px;'span style'cursor:pointer;' title'Click for Larger Image' onclick"var t $('#img_large img'); ('src', ('data-original'));$('#img_large').modal();"img class'cimage ' style'clear:left;float:left;margin-right:3px;padding:2px;border:1px solid #ccc;-moz-border-radius:2px;-webkit-border-radius:2px;' src'/ff74. /image/2422139/75/' width75 height100/spanbutton class'btn pull-right icon-heart' typebutton onClick'$("#follow_area").modal();' Follow/Fav/buttonb class'xcontrast_txt'Reading the Sword Thief/b
span class'xcontrast_txt'div style'height:5px'/divBy:/span a class'xcontrast_txt' href'/u/2358929/CelestialMacabre'CelestialMacabre/a span class'icon-mail-1 xcontrast_txt' /span a class'xcontrast_txt' title"Send Private Message" href' . ?uid2358929'/a
div style'margin-top:2px' class'xcontrast_txt'Dan, Amy, Nellie, Ian, Saladin, Natalie, Vikram and Isabel, Alistair, Jonah Wizard, and Hamilton Holt are suddenly transported to a magical room. Takes place at the end of the Emperor's Code . A book appears, as well as a letter. They must read to leave/div
span class'xgray xcontrast_txt'Rated: a class'xcontrast_txt' href' ' target'rating'Fiction T/a - English - Humor/Suspense - Chapters: 17 - Words: 44,395 - Reviews: a href'/r/5973533/'406/a - Favs: 180 - Follows: 115 - Updated: span data-xutime'1327718831'1/27/2012/span - Published: span data-xutime'1273978921'5/15/2010/span - id: 5973533 /span
/div
div aligncenter class'lc-wrapper' style'margin-top:10px;'div class'lc'
span class'xcontrast_txt'span class'icon-tl-text' style'font-size:14px;cursor:pointer;' title" Font Size" onClick"_fontastic_change_size('u');" /span/spanspan class'xcontrast_txt'span class'icon-tl-text' style'font-size:14px;cursor:pointer;' title"- Font Size" onClick"_fontastic_change_size('d');" /span-/spanspan style'font-size:14px;cursor:pointer;' class'icon-tl-text xcontrast_txt' onclick"_fontastic_init('reading');$('#_fontastic_reading').modal('show');" title"Fonts"/span

span class'icon-align-justify xcontrast_txt' onclick"$('#f_width').slideToggle();" style'font-size:14px' title"Story Width"/span span idf_width class'hide xcontrast_txt'span onclick'_fontastic_change_width(100);'Full/span span onclick'_fontastic_change_width(75);'3/4/span span onclick'_fontastic_change_width(50);'1/2/span/span span class'icon-tl-text-height xcontrast_txt' onclick"$('#f_size').slideToggle();" style'font-size:14px;cursor:pointer;' title"Line Spacing"/span span idf_size class'hide xcontrast_txt' span onclick'_fontastic_change_line_height("u");'Expand/span span onclick'_fontastic_change_line_height("d");'Tighten/span/spanspan class'xcontrast_txt icon-tl-contrast' onclick"toggleTheme();" style'margin-left:2px;margin-right:2px;font-size:14px;' alignabsmiddle title"Story Contrast"/div/div
span style'float:right; ' button classbtn TYPEBUTTON onClick" '/s/5973533/7/Reading-the-Sword-Thief'" Prev/button SELECT idchap_select title"Chapter Navigation" Namechapter onChange" '/s/5973533/' [ ].value '/Reading-the-Sword-Thief';"option value1 1. Chapter 1option value2 2. Chapter 2 Part Oneoption value3 3. Chapter 2 Part Twooption value4 4. Chapter 3option value5 5. Chapter 4option value6 6. Nighttime Dilemmasoption value7 7. Chapter Five Part Oneoption value8 selected8. Chapter Five Part Twooption value9 9. Chapter Six Part Oneoption value10 10. Chapter Six Part Twooption value11 11. Chapter Sevenoption value12 12. Chapter Eightoption value13 13. Chapter Nineoption value14 14. Chapter Tenoption value15 15. VIN Very Important Noteoption value16 16. VIN Very Important Note 2option value17 17. VIN Very Important Note 3/select button classbtn TYPEBUTTON onClick" '/s/5973533/9/Reading-the-Sword-Thief'"Next /button/spandiv style'height:5px'/divscript
('style .storytext { max-height: 999999px; width: ' _width'%; font-size:' _font_size 'em; font-family: "' _font'"; line-height: ' _line_height'; text-align: left;} /style');

$(function() {
$.get('/eye/1/1/21183288/5973533/');
});
/script

div role'main' aria-label'story content' class'storytextp' id'storytextp' aligncenter style'padding:0 0.5em 0 0.5em;'
div class'storytext xcontrast_txt nocopy' id'storytext'pstrongA/N: I won't start listing excuses, just that I know that it's been a while since I updated./strong/ppstrongDisclaimer: I do not own 39 Clues in any way./strong/ppstrongList of People to Applaud:/strong/ppstrongRoyalDanielle: Beta. The person who typed up this half chapter (the book parts) because I couldn't get a hold of a copy of the book. So thank her for this update!/strong/ppstrongAmy Cahill09: Random Reviewer/strong/ppstrongJasper winked: The 39th reviewer/strong/ppstrongSo without further ado.../strong/ppstronghr size1 noshade/strong/pp"May we please continue?" Natalie interrupted. She needed to go shopping! The lack of it
L chapter 14 . 11/17/2018
Madrigals are Hufflepuff of course!
Guest chapter 7 . 4/28/2018
Ms. Nakamura. Percy Jackson reference anyone?
ThatFangirlRuby chapter 1 . 3/4/2018
nooooooooooo I love this story!
CarrieAfterDawn35 chapter 1 . 1/28/2017
Your friend's story got deleted. Might want to continue now before angry fans try and kill you.
SaphirraBlack13 chapter 14 . 9/8/2015
pleez keep writing this is awesome. u r 1 if my fave writers ever
thank u
Sephirra black
Guest chapter 17 . 7/19/2015
Huh?No more?
though you wrote greatly
Anonymous chapter 17 . 5/27/2015
I hv tried hard to find the continuation of ur book but I cannot
PLEASEEEEE TELL ME WHERE IT IS !1
HI chapter 17 . 4/5/2015
Imagination-Magic's story got deleted!
Ray chapter 15 . 11/28/2014
I really hope you have your writing muse on. This story is amazing. Read it at least 3 times. Please... I love it. Put more Amian and Natan in. Please! At least go to the Nataliya part.
SpeakingThroughDance chapter 17 . 11/16/2014
COME ON! UPDATE! PLEASE!
SpeakingThroughDance chapter 16 . 11/16/2014
Please, I NEED an update!
410 | Page 1 2 3 4 11 .. Last Next »