---- Chapter 840 Joanne tried to exin, "I..." "Jonah!" Aileen looked at Jonah. "Let me ask you something. What''s going on between you and Joanne? Is she my sister-in-w?" Jonah stuttered, " "Jonah, if you''re with this woman, I''ll never acknowledge you as my brother again!" Aileen shouted. Justin jumped in. "Aileen, what''s wrong with you? Do you have some kind of misunderstanding with Joanne?" + Aileen replied, "There''s no misunderstanding .
As far as I''m concerned, I only have one sister-inw, and that''s Hailey!" Justin tried to exin, "Aileen, do you even know what Hailey did to Jonah three years ago? She''s the one who walked away from him. For the past three years, Joanne''s been the one by his side-" "Enough!" Aileen snapped at Justin. "Stop talking nonsense. Hailey would never abandon Jonah! Even if Joanne was the one by Jonah''s side these past three years, what about Hailey? She''s the one who raised me! "T lost my mom and my brother, and Hailey gave me a home.
She took me from Janesburg to the Capitol, sent me to school, picked me up, and dropped me off. ---- "For three years, she spent every moment taking care of me. Additionally, her parents treated me like one of their own. Hailey isn''t just my big sister. She''s my sister-inw. "people say a good sister-inw is like a second mom. I respect her, Ilove her, and I won''t let any of you speak badly about her!" Justin fell silent. What Hailey had done for Aileen was undeniable. Without Hailey, there would be no Aileen today. Jonah ced his hands on Aileen''s shoulders. "Aileen, you misunderstood.
Joanne and I are just friends." Aileen pressed, "Really? You don''t have feelings for her?" Jonah didn''t even hesitate for a second. "She''s just a friend. I don''t like her." Joanne''s hands at her sides curled into fists. She had always known Jonah didn''t like her. In all three years, he had never once given her any hope. But she liked him. She couldn''t help it. Aileen continued, "If you don''t like Joanne, then why did you break Hailey''s heart?" A flicker of pain crossed Jonah''s eyes. It wasn''t he who had broken Hailey''s heart-it was Hailey who had broken his.
"Aileen , I know you love Hailey, but Hailey doesn''t love me anymore. She can''t be your sister-inw," Jonah said. "Who says Hailey doesn''t love you? She came to see you today, ---- " Aileen responded. Jonah was stunned. "Hailey came to see me?" Aileen nodded. "Yeah, but she didn''t even get to see you. Joanne and the receptionist blocked her at the door. They even humiliated her!" Jonah''s expression darkened , and he turned to Joanne. "Did Haileye here? Why didn''t you tell me?" Joanne''s face went pale. "Jonah, let me exin.
Hailey dide, but you were in a meeting at the time, so I didn''t let her see you." Jonah shot back, "Do you get to decide whether I see her or not?" Joanne saw the cold warning in Jonah''s eyes, and she curled her fingers in fear. Then, Jonah turned to Jeremy. "Where''s my phone?" Jeremy immediately handed it over. "Here it is, Mr. Pilsner." Jonah unlocked it and saw a missed call from Hailey. He had been in a meeting and didn''t have the phone on him, so he missed it. Then, Jeremy added, "Mr. Pilsner, I heard there''s been some trouble at Lambert Group. I''m sure Ms.
Hailey came to ask for your help." Aileen urgently said, "Jonah, back when our family was struggling , Hailey and her dad were the only ones who ever ---- helped us. Have you forgotten how much that meant to us? Now that Hailey''s in trouble, how could you not be there for her?"<fn8aeb> Find the newest release on find?novel</fn8aeb><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);