The Divorce Prescription
Chapter 805
---- Chapter 805 Since Ewan insisted on discussing the engagement in front of both families , Hailey decided to be just as direct. She wasn''t going to marry him, and now everyone would know it. Sally knew Ewan was in the wrong, so she turned to him with hesitation. "Ewan, this..." Ewan looked at Hailey. He wasn''t surprised by her rejection. "Hailey, I know I messed up. Iwas young and reckless, but I''ve changed. I just realized that I really love you. Please, just give me one more chance. I swear I''ll treat you better." Hailey almostughed.
Late-blooming love meant nothing to her-if someone truly cared, they wouldn''t have left her in the first ce. No one was obligated to wait forever. Once they were over, it Was over. Hailey began, "Ewan, we-" Before she could finish , Miranda''s phone rang. She checked the screen and said, "Hailey, it''s your dad." Lately, James had been especially busy. Despite being a respected figure in the arts, he had taken on the burden of managing the Lamberts '' business empire.
It wasn''t what he loved, but it was his duty -especially since Hailey, an only child, preferred the world of fashion design over corporate leadership. ---- "Mom, you should answer the call," Hailey said. "alright." Miranda answered the call. Whatever she heard on the other end made her shoot to her feet, and she widened her eyes with shock. "What did you say?" Hailey stood up abruptly. "Mom, what happened to Dad?" "Hailey... your dad''s been hospitalized." Her face went pale. "What? How did that happen? We need to gonow!" "Okay," Miranda responded. Then, she turned to Sally and said, "Mrs.
Shaw, we need to get going first." Sally nodded. "Sure." Hailey followed Miranda out of the room, but just as they stepped into the hallway, Ewan called after her. "Hailey." She stopped and turned around. Ewan walked up to her with a smile and said, "Hailey, if there''s anything you need, you cane to me." Hailey frowned. "Thanks, but I don''t need anything from you. ---- "Hailey, don''t be so quick to say that. You might change your mind. Don''t worry, I''ll be here for you." Hailey had no idea what he meant by that, for her mind waspletely focused on James.
She didn''t want to waste another second with Ewan. "Mom, let''s go." "Okay." Then, Hailey left As Hotel with Miranda. ''As Ewan watched Hailey''s graceful figure disappear down the corridor , he smirked. "You''lle to me, Hailey. Sooner orter, you will." Hailey and Miranda rushed to the hospital as fast as they could. When they arrived at the room, they saw James lying in bed. He was dressed in a hospital gown, with thick bandages wrapped around his forehead. Spots of blood had already started to seep through. Miranda hurried to his side and asked, "Darling, what happened?
How did you get hurt?" "Dad, what happened to you?" Hailey asked, concerned. James replied, "I told my assistant not to inform you. Why are you both here?"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;
}
/stylescript
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);