---- Chapter 297 She looked at him, then took the bottle. "Thanks." He smiled, then leaned over slightly and began whispering to her about some of the technical points Johnny and Franklin had mentioned earlier. She lowered her voice too, and the two of them quietly chatted. The rapport between them was hard to miss. Julia had noticed it back at the restaurant. Glen had been sitting next to Maggie the whole time, seemingly sticking close on purpose. But was that really the case?
She knew exactly how Glen felt about her. He had switched his major to Al because of her. He had even returned to America for her. How could he possibly fall for someone else this fast? ---- She nced sideways at Franklin. He had clearly noticed how attentive Glen was being toward Maggie But instead of reacting, he simply looked away,pletely uninterested. That''s when a thought struck her. Glen''s feelings for her-Franklin knew them well.
So, if Glen was suddenly cozying up to Maggie, there''s no way he wouldn''t suspect something. And yet... he hadn''t said a word to Maggie. He didn''t care if another man was getting close to her. Did that mean he wouldn''t care even if Maggie got hurt-used-by someone else? Her lips curved into a faint smile. Rex didn''t pay much attention to Glen. But he did pay attention to Julia and Franklin ---- There was a time when Franklin had seemed a bit too close to Maggie.
Ren had worried he might end up betraying Julia. Buttely, they hadn''t had any contact. Maybe Franklin had been momentarily drawn to Maggie''s beauty, but in the end, she hadn''t managed to seduce him. The only one he had ever truly cared for... was probably Julia. And today-at lunch, and now during the meeting-Franklin hadn''t spared Maggie a single extra nce.
That reassured him more than anything Even though Maggie and Johnny had already turned down Kawitt ''Smith''s request to meet-twice-he showed up uninvited two dayster. Since he''de all this way, they couldn''t exactly m the door in his face. So they gave him a symbolic ten-minute audience... and then showed him out. After that, Smith kept trying to schedule another meeting. Neither of them responded
?? 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);