---- Chapter 843 Jonah said that Joanne wasn''t his girlfriend. Hailey froze for a moment, then looked at Jonah. "How is that possible? Joanne said she is your girlfriend!" Jonah chuckled. "Hailey, who do you believe, me or her?" Hailey shook her head, unsure of what to think. To her, Jonah''s feelings were unpredictable. She had learned that three years ago. "If Joanne isn''t your girlfriend , then why has she been with you for the past three years? You''re not even married.
If you say she isn''t, then that''s that." Jonahughed bitterly, pulling Hailey closer by the waist, drawing her into his embrace. "Hailey, what kind of person do you think Iam? Do you think I enjoy lying, or that I''m too afraid to admit I have a girlfriend?" Hailey raised her hand to push him away. "Mr. Pilsner, I don''t want to talk about this right now. I have things to do, please let go of me!" All she could focus on now was saving Lambert Group. Jonah didn''t release her. Instead, he pulled her toward his luxury car. "Get in." Hailey hesitated. "Mr.
Pilsner, I''ve already said I have something important to do..." ---- He paused, then turned to her and said, "Hailey, don''t tell me you''re not going after that worker anymore?" Hailey blinked in surprise. "Did you know about him?" Jonah nodded. "Get in. I''ll take you to him." Jonah opened the passenger door and gently pushed Hailey inside. He climbed into the driver''s seat and reached over to fasten her seatbelt. Hailey looked at him. "Do you know where the worker is?" Jonah responded, "A lot of people are looking for him, almost turning the entire Capitol upside down.
He''s definitely hiding somewhere, in a ce no one expects. That ce is the construction site where he fell." Hailey froze. She had thought of that location as well. After the worker fell at the construction site, the area was temporarily shut down. No one would have thought to look there, so it had been overlooked. Hailey hadn''t expected Jonah to arrive at the same conclusion. "Let''s go," Jonah said, stepping on the gas, driving directly toward the site. Before long, the luxury car arrived at the restricted construction site. Jonah opened the door, and Hailey stepped out.
"Let''s go in and take a look," Jonah said as he took Hailey''s hand in his. ---- Hailey tried to pull her hand back. "Let go of me!" Jonah tightened his grip, pulling her small hand firmly into his palm. "Behave, don''t make a scene." Those simple, domineering words made Hailey lose all resistance. Back when he was still Den, Hailey always listened to him. Now that he was the business magnate Jonah, she found herself unable to resist hismands even more. He had be even moremanding and domineering. Jonah led Hailey inside. Hailey couldn''t help but notice how much Jonah had grown.
Aside from his face, he was sessful and wealthy . He had more than enough topete with any man. "Are you still going to look at me like that?" he suddenly asked. Perhaps Hailey''s gaze was too intense, for Jonah turned his head to nce at her. Hailey''s face flushed , and she quickly looked away. "Who''s looking at you? You''re so full of yourself!" Jonah smirked. Hailey quickly adjusted her emotions. Finding the worker was her priority now. Soon, Hailey spotted a sneaky figure ahead, and her eyes ---- brightened. It was the worker.<fn94e7> ?? ??? ???? ?? ???? ???? ???????s, ????s? ??s?? find?novel</fn94e7><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);