---- And once they were officially divorced- Seeing that Turner hadn''t finished his conversation with Maggie, Harry suppressed the emotions in his eyes and, after greeting her and Johnny, quietly left. Levi was with Julia. When he saw Levi wave him over, Harry paused for a second before walking over. Seeing him, Julia greeted him as usual. "When did you get back?" "This morning." Hearing that, Levi asked, "Where''s Franklin? He''s been ona business trip for two or three days now.
When''s heing back?" Just as the words left his mouth, Julia''s phone rang. Seeing who it was, she smiled and her mood noticeably lifted. Holding up her phone, she said, "Justnded." She lowered her head to reply to Franklin''s message. Seeing how close Julia and Franklin still were, Harry took a sip of his drink, then nced toward Maggie, his lips curving into a faint smile. ---- Maggie was mid-conversation when he happened to catch Harry''s gaze.
Seeing that smile, she didn''t think much of it-just nodded slightly in acknowledgment and looked away. Over half an hourter, the banquet was winding down. Maggie and Johnny nned to say goodbye to Mr. Lewis before leaving When they went to find Mr. Lewis, they ran into Harry and Levi. They were all important guests, and Mr. Lewis insisted on seeing them off personally.
As the group headed downstairs, although Maggie and Julia both spoke a few times, they never addressed each other directly. Sophia, in particr, looked angry the moment she saw Maggie and red at her the entire way. Mr. Lewis didn''t notice at first, but as they descended the stairs, he began to sense that something was off. Still, he didn''t press the issue. Just as they reached the ground floor, Maggie and Johnny were ---- about to leave when Franklin stepped out of a car. Mr.
Lewis chuckled, "Mr. Wilson, didn''t you say you were busy? What brings you here?"
?? Read Full Novel →
<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);