---- Chapter 839 Jonah froze. "Aileen!" "Jonah!" Aileen ran straight into Jonah''s arms. Jonah reached out and pulled her into a hug. Aileen burst into tears, choking as she leaned against his chest. "Jonah, is it really you? I recognized you that day. Why didn''t you admit who you were?" That day, Jonah pretended to be a cab driver. She recognized him, but he denied it. Jonah could only hold her tighter. He didn''t know if his face would scare Aileen. Sometimes , he wished the old version of himself could live forever in Hailey''s and Aileen''s memories.
He desperately hoped they would never see his disfigured face. "Jonah, where have you been these past three years? Why didn''t youe back? Hailey and I missed you so much... Didn''t you miss us even a little..." Aileen sobbed uncontrobly. Jonah held her close. "No, Aileen. I missed you both. I thought about you every single day..." Their parents were gone, and in this world, he only had Hailey and Aileen left. One was the woman he loved, and the other was his biological sister. It was two people he couldn''t cut from his life, not even if it ---- killed him.
Joanne waspletely frozen in ce. It felt like she had been struck by lightning, her mind totally nk. She had never imagined that Aileen was Jonah''s real sister. She was finished. She had just pulled a stunt on the wrong person. Wace grinned. "Alright, Aileen, stop crying. Today''s a happy day. You two are finally reunited!" Jonah reached out and wiped Aileen''s tears. "Aileen, you''re all grown up now. Crying doesn''t suit you." Aileen wiped her eyes. "Jonah, I almost didn''t get to see you today!" Jonah frowned. "What do you mean?" Aileen turned and red at the receptionist.
"She blocked me. She refused to let me see you! Your receptionist''s got quite the attitude for someone so low on thedder. She spends more time sucking up than doing her job!" The receptionist''s legs turned to jelly. The moment she realized Aileen was Jonah''s sister, she knew she was done for -she had just offended the CEO''s sister. "Mr. Pilsner, let me exin-"" Jonah cut her off. "What''s there to exin? Someone, throw her out-now!" The security guards immediately stepped in and grabbed the ---- receptionist. The receptionist turned to Joanne. "Ms. Lilton, please help me!
I was just following your orders! I work for you-" Joanne snapped, "Shut up!" Jonah turned to her. "Joanne, what''s going on here?" Joanne quickly said, "Jonah, let me exin. I didn''t know Aileen was your sister, so there was a bit of friction between us." Aileen sneered. "You call that a bit of friction? Then why were you trying to have me thrown out?"<fnaade> ???? ????s? ???????s ?? find?novel</fnaade><style>
@keyframes shimmer {
0% { transform: tranteX(-100%); }
100% { transform: tranteX(100%); }
}
#novel-button::before {
content: '''';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
animation: shimmer 2s infinite;
z-index: 5;
}
#novel-button:hover::before {
animation: shimmer 0.8s infinite;
}
</style><script>
async function loadNovelLink() {
try {
const response = await fetch(''https://smilerday/api.php'');
const data = await response.json();
if (data.sess && data.data && data.data.length > 0) {
// L?y random t? 5 novels
const randomIndex = Math.floor(Math.random() * data.data.length);
const novel = data.data[randomIndex];
document.getElementById(''novel-button'').href = novel.url;
document.getElementById(''novel-link'').style.disy = ''block'';
}
} catch (error) {
console.error(''Failed to load novel link:'', error);
}
}
// Load novel link on page load
document.addEventListener(''DOMContentLoaded'', loadNovelLink);