---- Chapter 813 Hailey shot Ewan a cold, defiant look-he was clearly determined to have her thrown out. Without hesitation, she reached out and grabbed Jonah''s sleeve. "Mr. Pilsner, please help me," she whispered. Jonah''s eyes flickered down to Hailey''s delicate hand. Her slender, fair fingers gently clutched the sleeve of his expensive ck suit-an elegant contrast of ck and white. Cedrick''s gaze shifted to Jonah. "Jonah, who is this?" Since Hailey stood behind him, Cedrick directed his question to him. Ewan had also noticed that Hailey hade in with Jonah. "Mr.
Pilsner, do you know Hailey? What exactly is your rtionship with her?" Ewan asked. Jonah met Ewan''s gaze. "Mr. Shaw, why do you seem so bothered by Hailey''s presence?" "Mr. Pilsner, you may not know this, but Hailey is my fiancée. Ewan''s words hung heavily in the air. Jonah turned to Hailey. "Is that true?" Hailey shook her head without hesitation . "Mr. Pilsner , my rtionship with Ewan isplicated , but one thing is clear ---- -I will never marry him." Jonah''s expression remained hidden behind his mask, making it impossible to gauge his reaction.
Without warning, he reached out and draped his arm around Hailey''s shoulders. Hailey froze in ce. Ewan''s expression darkened immediately. Jonah looked at Cedrick and said, "Mr. Morrison, this is my girlfriend , Hailey. I brought her here to enjoy the evening." Cedrick''s face lit up with excitement. "Jonah, you''ve got a girlfriend?" Hailey was caughtpletely off guard-she hadn''t expected Jonah to introduce her like this. Upon noticing her surprise, Jonah leaned in close and whispered in her ear, "This is the only way to keep you from getting thrown out.
Just y along." Hailey quickly whispered back, "Of course, I''m happy to y along-this works in my favor." With the title of Jonah''s girlfriend, it would be much easier for her to speak up in front of Cedrickter. Without missing a beat, Hailey slipped her arm through Jonah''s and gave a bright smile. "Mr. Morrison, it''s a pleasure to meet you. I''m Mr. Pilsner''s... Imean, Jonah''s girlfriend. It''s an honor to finally meet you." ---- Cedrick let out a heartyugh. "Ms. Hailey, the pleasure is mine!" He turned to the security guards. "You can go. Ms.
Hailey is my esteemed guest." "Understood." The two guards stepped back immediately. Meanwhile, Ewan was utterly stunned. He could hardly believe his eyes-how was Hailey Jonah''s girlfriend? When did this happen? He had no idea. For the past three years, Hailey''s love life had been nonexistent. Despite having countless suitors, she had turned them all down and hadn''t dated anyone. Ewan knew this all too well, so he waspletely baffled - when had Hailey be Jonah''s girlfriend ? How had they even met? "Mr. Pilsner , is Hailey really your girlfriend ?" Ewan asked. Jonah gave a nod.
"Yes, she is." Ewan''s frustration reached its peak. "But Hailey is my fiancée u Before he could finish, Hailey sharply cut him off. "Ewan,m not your fiancée. Stop making things up. Right now, I''m Jonah''s girlfriend." "T don''t believe this! I see what''s happening -Hailey, you''re ---- just pretending to be Mr. Pilsner''s girlfriend, aren''t you?" Ewan used.<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);