<<nobr>>
<div style="margin-top:5vw;">
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/intro.jpeg'" >
</div>
<div class="intro">
<p style="margin:0;margin-top:1.5%;">Please, read this</p>
This game is intended for <span style="color:#ff7bac;">mature audience only</span>
<br>
<p style="margin:0;margin-bottom:2%;">By clicking on button below, you will be confirming you are an adult. </p>
<div class="intro_button" data-passage="Intro_0" >
<p >Start</p>
</div>
<div>
<p style="notation_text">Created by The Twist | Game version: v1.5 "Chapter 5"</p>
</div>
<div>
<p style="notation_text">We hope you enjoy this game! With ♥ from The Twist.</p>
</div>
<</nobr>>
<<script>>
UIBar.hide();
<</script>>
<<set $currentDay to 0 >>
<<set $currentTime to 5 >>
<<set $mc_stats_arr = [] >>
<<set $character_stats_arr = [] >>
<<set $message to "" >>
<<set $kitchenEvent to 0>>
<<set $bedroomEvent to 0 >>
<<set $clubEvent to 0 >>
<<set $bedroomEvent to 0 >>
<<set $eventCount = 0>>
<<set $finalEventStatus = true>>
<<set $currentLocation to "">>
<<include "CharacterInit" >>
<<include "TimeInit" >>
Character Init:
<<set $mc = {
"name" : "Tom",
"age" : 30,
"stats_arr" : [],
"event_stats_arr" : [],
"stats" :
{
"energy" : 0,
"club_info" : 0,
"mafia_info" : 0,
"trade_info" : 0,
"tracy_rel" : 0,
"tracy_lust" : 0,
"clarice_rel" : 0,
"clarice_lust" : 0,
"lisa_rel" : 0,
"lisa_lust" : 0,
"sarah_rel" : 0,
"sarah_lust" : 0,
"daryl_rel" : 0,
"job_exp": 0,
"money" : 0,
"club_status" : 0,
"mafia_status": 0,
},
}
>>
<<set $clarice = {
"rel_arr" : [ 20, 40 , 60, 80],
}
>>
<<set $frank = {
"title" : [""],
"status": [0],
"time" : [5],
"money": [0],
"mafia_info": [0],
"club_info": [0],
"job_exp": [0],
}
>>
<<set $bathroom = {
"title" : [""],
"status": [0],
"time" : [4],
"money": [0],
"mafia_info": [0],
"club_info": [0],
"job_exp": [0],
}
>>
<<set $bedroom = {
"title" : ['Event_0','Event_1','Event_11',],
"status": [0,0,0,],
"time" : [5,4,4,],
"money": [0,0,0,],
"mafia_info": [40,120,200,],
"club_info": [40,120,200,],
"job_exp": [40,120,200,],
"day": [0,1,2,],
}
>>
<<set $club = {
"title" : ['Event_Tracy_4','Event_Tracy_5','Event_Tracy_6','Event_Tracy_7',
'Event_Tracy_0','Event_Tracy_8'],
"status": [0,0,0,0,0,0],
"time" : [4,4,4,4,4,4],
"money": [100,300,500,700,900,1000],
"mafia_info": [60,80,100,160,250,280,],
"club_info": [60,80,100,160,250,280],
"job_exp": [60,80,100,160,250,280],
"day": [0,0,0,0,0,0],
}
>>
<<set $living = {
"title" : ["Intro_3", ],
"status": [1],
"time" : [1],
"money": [0],
"mafia_info": [20],
"club_info": [20],
"job_exp": [20],
"day": [0],
}
>>
<<set $kitchen = {
"title" : ['Event_8',],
"status": [0,],
"time" : [1,],
"money": [0],
"mafia_info": [140,],
"club_info": [140,],
"job_exp": [140,],
"day": [0,],
}
>>
<<set $cafe = {
"title" : ["Event_11_Bar"],
"status": [0],
"time" : [2],
"money": [0],
"mafia_info": [0],
"club_info": [0],
"job_exp": [0],
}
>>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/club/dance3.webp'">
<P class="notation_text">After the Meeting with Frank
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> approaching Dad, her expression curious "Tom, how did it go with Frank?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> sighing "Jessica, I thought I managed to convince him, but his skepticism was clear. He's not entirely buying my story."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> concerned "What are you going to do?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> thoughtful "I need to tread carefully. Frank's suspicions mean I'm under a watchful eye. I'll have to play his game while protecting my own agenda."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> nodding "Just be careful, Tom. Frank's no pushover."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/dad/dad34.jpg'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> resolute "Don't worry, Jessica. I've navigated tricky situations before. I'll maintain the façade while gathering what I need."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> softly "Be careful Tom.."
</p>
</div>
<P class="notation_text">Dad's encounter with Frank had cast a shadow of doubt, a reminder that his undercover role was far from foolproof.
</p>
<P class="notation_text">As they walked towards their car, Dad's mind was a whirlwind of thoughts—his conversations with Frank, and the mission that had entwined his life with a delicate balance of truth and deception.The drive home was a mix of quiet contemplation and the hum of the city's nightlife outside the car windows.
</p>
<div class="enter_button" data-passage="Intro_1">
<p >Continue</p>
</div>
<</nobr>>
</div>
/* Days of the week */
<<set $weekDays = [ "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"]>>
<<set $weekendValue = [0, 0, 0, 0, 0, 1, 2]>>
/* Current day in total */
<<set $dayValue to 0>>
<<set $dayTimes = [ "Early Morning", "Morning", "Mid Day","Afternoon", "Evening", "Night", "Midnight" ]>>
<<set $dayTimeValue = 0 >>
/* Current time of the day */
<<set $timeInDay to 1>>
/* Wether to advance to the next time of the day when using the "leave" button */
<<set $timeForwardOnLeave = false>>
<div class="big_text">
<<nobr>>
<!-- Bedroom -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/jessica/j37.webp'">
<P class="notation_text"> Jessica was there. She had a long soak in a bubble bath before going to put her make-up on while he stood quietly in the doorway observing her.
</p>
<P class="notation_text"> As he watched her get dressed, rolling her black stockings up her long legs his heart sank. This was going to happen. She was preparing herself for another man.
</p>
<P class="notation_text"> Smiling at him she could tell what her boyfriend was feeling as she fastened the tops of her hose to the clasps of her black lacey suspender belt. Slipping the tiny matching black thong up her legs she settled it in place while her small breasts were barely contained inside the last item of lingerie, a little red bra.
</p>
<P class="notation_text"> Slipping her stiletto heels on her feet she eased her blue dress over her head and zipped it up. All that remained was for her to brush out her blonde hair and she was ready.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/dad/dad60.jpg'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> "Aren't you taking your engagement rings off?" He asked her once she was finished.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Not anymore no." She kissed him, "I'm engaged to you and I won't hide it from anyone."
</p>
</div>
<P class="notation_text"> Before they could say anything more the doorbell rang.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "He's here. Wish me luck." Jessica kissed her boyfriend one last time and went to open the front door.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/dad/dad40.jpg'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> "Take care." He said miserably.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "I'll be back in the morning. Just remember... I love you." She turned back before reaching for the handle.
</p>
</div>
<P class="notation_text"> Dad stood listening as she greeted Frank, kissing his cheek and thanking him for the beautiful flowers before closing the door behind her.
</p>
<P class="notation_text"> Then she was gone.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/dad/dad58.jpg'">
<P class="notation_text"> He sat, he stood, he wandered from room to room for the next couple of hours or more, unable to focus on anything other than what his girlfriend was doing.
</p>
<P class="notation_text"> 'Where were they?'
</p>
<P class="notation_text"> 'What were they doing?'
</p>
<P class="notation_text"> Was Jessica enjoying herself?'
</p>
<P class="notation_text"> 'Were they fucking?'
</p>
<P class="notation_text"> His mind was a whirl of emotions and images as he sat on the bed failing miserably to concentrate on the television that was playing to itself.
</p>
<P class="notation_text"> When the door to the flat suddenly opened it took him completely by surprise and he jumped up from his seat to investigate.
</p>
<div class="enter_button" data-passage="Event_2" >
<p >Next</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Club Midday -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/jessica/j45.webp'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Sorry, there was a bit of a queue." Jess smiled at her client letting him slip his arm around her again.
</p>
</div>
<P class="notation_text"> When Dad returned to the party a couple of minutes later his girlfriend was standing with Byron, his arm encircling her waist with his large black hand resting on her arse as they talked.
</p>
<P class="notation_text"> Frank came across to him, smirking, "You're a voyeur, you'll enjoy this Tom, follow me."
</p>
<P class="notation_text"> He glanced back at Jessica as he walked after Frank but Byron was already leading her away, guiding her towards the stairs.
</p>
<P class="notation_text"> Taking him into his office, Frank locked the door before going to the wall behind his desk. Then pressing a hidden switch, he opened a panel to reveal a large television screen.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/frank/f18.webp'">
<div class="dialog_text ">
<p><span class = "character">Frank: </span> "Just watch."
</p>
</div>
<P class="notation_text"> He operated a couple of buttons on his desk and the screen sprang to life to show four images of a luxurious bedroom, all taken from different angles.
</p>
<div class="dialog_text ">
<p><span class = "character">Frank: </span> "State of the art video recording equipment." He grinned at Dad as he opened another secret panel, this one with a safe behind it.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/dad/dad76.jpg'">
<P class="notation_text"> Dad couldn't see the code Frank used to open it but what he did see were a number of ledgers and a small quantity of computer discs stored there. Selecting an unused one from the pile the gang's boss unwrapped it and inserted it into a machine before turning his attention back to the screen on the wall.
</p>
<P class="notation_text"> Just at that moment the door to the bedroom opened and Dad watched as Byron Williams walked in with Jessica following behind holding onto his hand. Glancing apprehensively around her Jess realised they were in the master bedroom and, dropping his hand, she stood still turning to face her first ever client, waiting patiently as he closed the door.
</p>
<div class="enter_button" data-passage="Event_14">
<p >Watch</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<video class="scenes_image" @src="setup.ImagePath+'scenes/frank/mp/sc15.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Byron stepped towards her and she let him pull her body to his, her arms encircling his neck as he lowered his mouth onto hers in a long deep lingering kiss. Offering no resistance, she permitted his large hand to slide up between them, caressing her body as it went, to fondle her breast through the material of the dress. His tounge digging into her small mounds, crudely mauling them as he mashed his thick lips onto hers.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Maybe I should take it off." Jess murmured coyly, disentangling herself and moving away from him, "Perhaps you would do the honours and unzip me?"
</p>
</div>
<P class="notation_text"> Byron grinned as she turned her back, drawing her zip all the way down and allowing her dress to peel apart along her spine while she held it coquettishly across her chest.
</p>
<P class="notation_text"> In the other room Dad stared at the screen, watching intently as his girlfriend let the garment fall to the floor. Exposing her breasts, she paused to scoop it up and deposit the garment across a chair before slipping back into her client's arms.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "There, isn't that better?" She purred sexily, tilting her head upwards and lifting her mouth up to his.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/frank/mp/sc17.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> He leant in to kiss her again, his hand cupping her bare tit so his fingers could start to tease her firm nipples into lust hardened peaks.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Oh shit."
</p>
</div>
<P class="notation_text"> Jessica trembled, mumbling, her arms back about his neck as she pressed her body tight against his, responding to his touch. She had gone into the room intent on playing her role as Frank's whore and faking her response but, as always, her body was starting to betray her.
</p>
<P class="notation_text"> Standing next to Dad, Frank was an equally avid spectator, his hand rubbing the bulge at the front of his pants while his eyes stayed glued to the screen.
</p>
<div class="dialog_text ">
<p><span class = "character">Frank: </span> "Jesus Christ, she's something else." He whispered to himself, echoing Dad's own erotic thoughts.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Oh fuck, yes... that's feels so good.... Aaaahhhhhhhh!"
</p>
</div>
<P class="notation_text"> Jessica closed her eyes and threw her head back, whimpering softy as her long blonde hair fell around her shoulders, when Byron lowered his mouth to her breasts. Taking each nipple between his lips, to suckle greedily on them, he made her squirm and sigh with delight.
</p>
<P class="notation_text"> As he took her breasts in his mouth Byron's hand slid down her body until it was between Jessica's stockinged thighs.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/frank/mp/sc13.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Letting his tounge trace along her slit through the gusset of her panties while she clung on to him, her head resting on his shoulder. Hooking her knickers to the side he forced his tounge into Jess's cunt, opening her puffy nether lips around it as he started to licking her roughly, forcing himself testing deep inside her.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Aaaaahhhhh.... Unhhhhhh!" She shuddered, her legs parting to give him easier access to her soaked vagina.
</p>
</div>
<div class="dialog_text ">
<p><span class = "character">Byron: </span> "That's it...come for me baby...come for me!" He told her, adding an extra force in and out of her dripping quim, her labia clinging, limpet like, to it.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/frank/mp/sc14.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> The wet squelch of her pussy filled the bedroom as Byron William's crudely tounge fucked her, driving her rapidly towards an unwanted and speedy climax.
</p>
<P class="notation_text"> She didn't disappoint him, her knees buckling so that only his arm about her waist was keeping her upright, as the tounge brought her to her first orgasm of the evening.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Oh fuck.... oh shit, I'm... aaahhh... I'm cummminngggggggggg!" her voice quivered as she went over the edge and her climax plundered her body.
</p>
</div>
<P class="notation_text"> Waiting until the final ripples of her orgasm faded, he eased his sticky tounge from her pussy. Then, with a sneer, Byron offered them to Jess and as she looked into his eyes, she slowly and sensuously licked them clean, tasting her own cum as she did.
</p>
<div class="enter_button" data-passage="Event_15">
<p >Next</p>
</div>
<!-- <<set $living.status[0] += 1>> -->
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Club Midday -->
<video class="scenes_image" @src="setup.ImagePath+'scenes/frank/mp/sc1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text ">
<p><span class = "character">Byron: </span> "That's a good girl." He smirked as she dropped to her knees in front of him, he slid down his boxer.
</p>
</div>
<P class="notation_text"> She would have done it anyway, as part of the role she was playing, but somewhere along the way she had found herself wanting to do it, wanting to have his cock in her hands, and more.
</p>
<P class="notation_text"> Easing his trousers down to his knees Jess hooked her fingers in the waistband of his underwear and pulled them down as well so his cock sprung free.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Oh.... My... God!" She couldn't help but gasp at the 9 inches of hard black manhood that sprung free and almost hit her in the face, "It's fucking... huge."
</p>
</div>
<P class="notation_text"> Jessica stared at the massive ebony rod that she was expected to satisfy, wondering how it was ever going to fit inside her slender frame. She had thought Frank Harwood was large but Byron's big black dick had him beat on length and thickness.
</p>
<div class="dialog_text ">
<p><span class = "character">Byron: </span> "It is baby and it's all for you." He leered down at her, "Now get your mouth around it."
</p>
</div>
<P class="notation_text"> Grasping the dark shaft Jess could only get her fingers to reach three quarters of the way around its thick girth, as she looked up at her client licking her lips in anticipation.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/frank/mp/sc2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Slowly, she began to stroke him, using both her small pale hands to caress his dark meat, while he groaned softly clearly enjoying her attention.
</p>
<div class="dialog_text ">
<p><span class = "character">Frank: </span> "He's got a thing for white pussy and blondes." Frank chortled next to Dad, his eyes never leaving the flickering images on the screen as he toyed with the camera controls taking one into a close up.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/frank/mp/sc3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Urrrggggggggggggg.... Muurrmmmmm.... Gluuurrggggggggggggg!"
</p>
</div>
<P class="notation_text"> Closing her mouth around the tip of Byron's black meat, her jaws stretched obscenely, Jessica gagged as she struggled to take in more than a few hard inches.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/frank/mp/sc4.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Thick dark fingers wrapped themselves in her hair and, for the next few minutes, she sucked greedily on the massive cock. Her head bobbing while strands of long blonde hair fell across her face and around her shoulders.
</p>
<P class="notation_text"> Byron let her pleasure him with her mouth, leering down at her and guiding her movements with his hand until a few minutes later, ready for more, he pulled her lips away from him.
</p>
<P class="notation_text"> His thick ebony shaft was now glistening with a coating of spit as he yanked Jess roughly to her feet and, without giving her a chance to protest, turned her around and bent her over the bed.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Oh... what...."
</p>
</div>
<div class="enter_button" data-passage="Event_16">
<p >Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Bedroom Night -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/dad/dad115.jpg'">
<P class="notation_text"> Jessica stood in the doorway, giving him a rather tentative smile, while Frank was beside her his arm possessively about her waist.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> He looked from her to him and back again, "What... I.... you?"
</p>
</div>
<P class="notation_text"> Dad could only nod dumbly as his girlfriend gazed miserably at him
</p>
<div class="dialog_text ">
<p><span class = "character">Frank: </span> Smiling Frank pulled Jess up against him, "We had a very enjoyable dinner didn't we babe?"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/jessica/j39.jpg'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Mmhhmm. We did." Jess replied softly looking down and refusing to meet her boyfriend's questioning gaze.
</p>
</div>
<div class="dialog_text ">
<p><span class = "character">Frank: </span> "But don't worry I haven't fucked her.... yet. I had intended to take her back to my place for the night but then I found out you two were actually live together. That's when I thought to myself, Tom's a voyeur, he obviously likes watching and he should see me fuck his girlfriend. So, we came back here."
</p>
</div>
<P class="notation_text"> With that he led Jess into the living room, leaving Dad to trail unhappily along behind them, before dropping onto the sofa.
</p>
<P class="notation_text"> The expression of superiority on Franks face as he went past him made Dad want to punch him.
</p>
<div class="enter_button" data-passage="Event_3" >
<p >Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Bedroom Night -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/frank/f12.jpg'">
<div class="dialog_text ">
<p><span class = "character">Frank: </span> "Why don't you take off your dress baby." Frank told her once he had sat down.
</p>
</div>
<P class="notation_text"> It was an instruction, not a question.
</p>
<P class="notation_text"> Jessica looked hesitantly between the two men and then reached behind her back, drawing down the zipper before easing the straps off her shoulders and wriggling the short blue dress down her body. Letting it pool around her feet she silently scooped it up and threw it onto a chair.
</p>
<P class="notation_text"> She was going to be fucked and she knew there was nothing she could do about it.
</p>
<P class="notation_text"> Frank patted his lap and obediently Jess, clad only in her underwear and stockings, went and sat on him as his arm went around her waist pulling her tightly against him.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/frank/f13.jpg'">
<div class="dialog_text ">
<p><span class = "character">Frank: </span> "I'm gonna enjoy her." Frank smirked at Dad, his face a picture of superiority, "And you can rest assured she will be fucked regularly when she starts to work for me."
</p>
</div>
<P class="notation_text"> Jessica didn't comment. Instead, she hung her head in shame letting her blonde hair conceal her features from her boyfriend. Dad didn't have to be a genius to work out that the gangster intended to put Jessica to work as a prostitute.
</p>
<P class="notation_text"> Reaching up to cup Jess's breast Frank sneered as he groped it through her red bra, making the nipple protrude noticeably against the almost transparent lace.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Oh... shit... ahhhh." Jess gasped quietly, her body trembling in response as she was blatantly molested.
</p>
</div>
<P class="notation_text"> Giving her nipple one final pinch Frank let go, "Now why don't you remove your brassiere, let me see those cute little titties again baby."
</p>
<P class="notation_text"> Feeling utterly humiliated, Jessica submissively did as she was told, unhooking her bra and slipping it off, exposing her modest, firm chest to them both.
</p>
<P class="notation_text"> Immediately Frank started to play with her already firm teats, crudely twisting and pulling on them again, making her moan a little louder.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Uhhh... ahhhh.... fuck... ohhhhh!"
</p>
</div>
<P class="notation_text"> Her soft gasps and whimpers only served to arouse Dad even more than the sight of his girlfriend sitting, squirming half naked on another man's lap.
</p>
<div class="dialog_text ">
<p><span class = "character">Frank: </span> "I think we should take this into the bedroom baby, don't you?"
</p>
</div>
<div class="enter_button" data-passage="Event_3_0">
<p >Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<video class="scenes_image" @src="setup.ImagePath+'scenes/frank/jv/sc6.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Glurrrgggggg.... Glurrrnnnnnnnn... Murrmmmmmmmmm!" Frank tightened his grip on her hair, pressing her to him, forcing more of his prick into her mouth making her cheeks bulge.
</p>
</div>
<P class="notation_text"> Smirking, he let Jessica suck on his pulsing shaft for the next few minutes, until he was ready for more and then he pulled her up onto her feet and guided her backwards.
</p>
<P class="notation_text"> Wearing nothing but her stockings and heels Jessica laid back on the bed and opened her legs wide exposing her shaven pussy completely to his eyes as he began to finish undressing himself.
</p>
<P class="notation_text"> Dad looked at his girlfriend and saw her hands gripping the bed-sheets tightly, her knuckles white as she waited for Frank to mount her. If she wanted him to stop, she would stop him he told himself. Then he remembered her words from earlier that day, 'it's just sex, it's you I love', so he made his decision and began to play with his aching hard-on through his jeans as he watched.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/frank/jv/sc7.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Naked, Frank moved, positioning himself over Jessica's body and her eyes focused upwards to look at the man now poised above her.
</p>
<P class="notation_text"> For a moment, Dad thought she was going to stop him, but she didn't, she clearly wanted him inside her. One hand reached up behind his head, drawing him down into a long deep kiss while the other wrapped around his lower back as he moved his legs between hers.
</p>
<P class="notation_text"> 'He's going to fuck me.'
</p>
<P class="notation_text"> 'Oh God, I want it inside me.'
</p>
<P class="notation_text"> 'Will Tom still want me after what I've done?'
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/frank/jv/sc8.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> His body ground up against hers as he eased her panties down her stockinged thighs, until they slid to the floor, allowing him to slip his fingers between her moist folds. Pushing them inside her for the first time he drew her hard buds into his mouth as Dad watched from the doorway totally hypnotised by the scene unfolding in front of him.
</p>
<P class="notation_text"> Forcing the thoughts from her mind her stocking clad thighs spread further apart to accommodate him and Frank's hand reached down between them to position the head of his hard, long, veined shaft at her gaping entrance.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Please... I want it." She whispered softly.
</p>
</div>
<P class="notation_text"> He leered at her, his swollen cockhead nuzzling between her glistening nether lips.
</p>
<div class="dialog_text ">
<p><span class = "character">Frank: </span> "You want what whore?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "I want your cock." Jess gazed up into his face, "Please... just fuck me. I want you to fuck me!"
</p>
</div>
<div class="enter_button" data-passage="Event_4_0">
<p >Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<video class="scenes_image" @src="setup.ImagePath+'scenes/frank/jv/sc12.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Slowing his thrusts Frank fucked Jess through her climax until she flopped back onto the bed gasping breathlessly. He wasn't finished with her though and she gasped with surprise when, pulling his still erect shaft from her he started to manhandle her roughly over onto her hands and knees.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Oh wha... what..."
</p>
</div>
<P class="notation_text"> She quickly realised that he wanted her on all fours, and complied with an expression of unadulterated lust on her face. As soon as she was in position, he pulled her legs a little further apart and then guided himself back into her.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Aaaahhhh.... Yesssssssssssssssss!" She gasped as his full length impaled her cunt again, the single firm stroke driving every millimetre into her.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/frank/jv/sc13.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> There was no finesse now. Frank put one meaty hand on her shoulder and the other on her hip and simply began to pummel her from behind. Jessica's wetness coating his long hard cock and making it glisten as he hammered into her.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Oh.... My.... God! I'm... Ahhhhhhh... fuck!" Jess squealed, her tits jiggling under her as he vigorously slammed his length deep into her belly
</p>
</div>
<P class="notation_text"> Within minutes Jessica was close to the edge again, his fingers grasping her long blonde hair and yanking her head up as she began to push back onto him, her climax looming.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Aaahhhh... Yeeessssss, Yes, yes.... don't stop... please don't stop!"
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/frank/jv/sc14.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> As Frank continued to piston his shaft into her Jess felt the sensations building rapidly inside her, overcoming her self-control and sending her into a series of uncontrolled spasms.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Fuck I'm gonna.... CUUUUUMMMMMMMMMMMMMMMMMMM!" she rocked onto him and trembled violently, her moans turning into a loud wail of ecstasy as she came again, her pussy clenching around his rod.
</p>
</div>
<P class="notation_text"> Putting both hands on her shoulders as Jess sought to move forward the older man kept himself buried in her letting her shudder through yet another orgasm until, when it finally subsided, he began to hammer away at her again.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Ungh... Unhhh... Unhhhh!"
</p>
</div>
<P class="notation_text"> Helpless to resist Jessica took it all, her tits bouncing every time his hips slapped against her arse. Sex with Markov had been good but she knew that tonight she was being fucked by an expert, a man who really knew how to please a woman.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Oh God... cum for me... I want you to cum in me." She moaned, desperate to feel him lose control and give her his seed.
</p>
</div>
<P class="notation_text"> Finally, a minute or two later she got her wish.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/frank/jv/sc15.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Frank pulled an exhausted Jess onto him again, grabbing her by her shoulders, and thrusting all the way into her violently, bringing a gasp from her as his buttocks clenched and he groaned loudly.
</p>
<div class="dialog_text ">
<p><span class = "character">Frank: </span> "FUCKKKKKKKK, take it, yes, take it..... ahhhhhhhhhhhhh!"
</p>
</div>
<P class="notation_text"> With his head thrown back he grunted triumphantly, his cock throbbing inside of Jessica as he pumped his seed into her belly.
</p>
<P class="notation_text"> Dad watched as Frank came in his girlfriend, making tiny little thrusts into her pussy, each one bringing another whimper from her until finally, he was spent and he allowed her to flop forward on to the bed.
</p>
<P class="notation_text"> Face down and breathing heavily Jess barely managed to kick off her shoes before her eyes closed.
</p>
<div class="enter_button" data-passage="Event_6">
<p >Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/dad/dad57.jpg'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> "OK, yes, it is partly that, that and the fact I'm not there to protect you."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Now that would be interesting, seeing how you would protect me from his cock." His girlfriend giggled and kissed him again before releasing her hold on him.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> "Coffee?" She picked up two mugs out of the cupboard.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Please."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/jessica/j27.webp'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Come on Tom. We knew this might happen. Are you going to sulk about it all day?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> He looked up at her and tried to smile, "I'm just scared Jess. I can see you want him and.... what if you prefer him to me? I don't know what I'd do if you... you left me."
</p>
</div>
<P class="notation_text"> Turning to stare at her boyfriend Jessica put down the mugs and rushed across to sit on his lap, her arms about his neck as she hugged him tightly.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "I'll never prefer anyone to you. I love you. I've told you that and I mean it."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/dad/dad28.jpg'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> "But he's so..."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> Jess looked into his eyes as she began to cry, "Charismatic? Yes, he is and I know that he'll make me cum so much but it's you I love. What if you're the one who hates me for this?"
</p>
</div>
<P class="notation_text"> The two of them kissed and held each other for a while until, feeling a little reassured, she got up and finished making the coffee.
</p>
<P class="notation_text"> Somehow, they got through the afternoon although the waiting was far, far worse than it had been when they had been in the club with Gregor Markov.
</p>
<P class="notation_text"> Throughout the day Dad's emotions fluctuated between two extremes; one almost irrational jealousy and the other a feeling of unbelievable arousal. While Jessica struggled quietly with her own feelings of apprehension and lust over what was probably going to happen to her.
</p>
<P class="notation_text"> Trying to cope Dad took himself off to the bedroom and left Jess alone, watching tv.
</p>
<div class="enter_button" data-passage="Home">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/jessica/j88.jpg'">
<P class="notation_text"> He found his girlfriend sitting curled up on the couch, sobbing, that they spoke again about the coming situation.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> "Hey, hey. What's up babe?" He sat down and put his arm around her to comfort her.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "I knew you would start to hate me and you do, don't you? You won't even speak to me now. I've ruined everything." She managed to tell him between sobs.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> "No, no you haven't done anything it's me, that's all. I'm struggling to cope with my feelings about all this. That's all it is." He struggled to find the words to express how he actually felt.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/jessica/j38.jpg'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> Jessica looked up at her boyfriend, her eyes red from crying, "Please be honest with me Tom and I promise I will be with you."
</p>
</div>
<P class="notation_text"> He coloured and nodded.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> She smirked at him knowingly, "Is that why you didn't stop Tracy?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> Dad stared at his girlfriend's open-mouthed, "You... you saw what... what happened?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> Now it was her turn to nod as she grinned at him, "Yes, I saw everything."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> "And now?" He asked her hesitantly worried about her reaction.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/jessica/j37.jpg'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Are you going to fuck her?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> "Would it bother you if I did?" Dad answered her question with one of his own.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> She sniffed, rubbing away her tears, "Yes, but I could hardly complain after.... after what I've done."
</p>
</div>
<P class="notation_text"> Sitting next to Jess he paused and thought about what she had just said, about her, about Tracy and the whole situation they were in. Things were spiralling out of control and he was starting to wonder where they were going to finish up.
</p>
<div class="enter_button" onclick="forwardTime(1);" data-passage="Home">
<p >Leave</p>
</div>
<<set $eventCount += 1>>
<<set $bedroom.status[0] += 1>>
<<set $living.status[0] -= 1>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/dad/dad39.jpg'">
<P class="notation_text"> Dad stood in the bedroom doorway watching dejectedly as Jessica rolled the black stockings up her long legs and fastened them to the clasps on her suspender belt.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> "Are you really sure about this?" He asked with a sense of uneasiness, "You're actually going to become a prostitute if you do this for him."
</p>
</div>
<P class="notation_text"> His girlfriend looked up at him as she stepped into the tight dark black cocktail dress she had chosen to wear.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "We don't have much choice, do we? We need to find out where he keeps his books or something else that will incriminate him properly. Now zip me up please baby."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/jessica/j24.jpg'">
<P class="notation_text"> Drawing up the zipper he had to admire the outfit she had chosen.
</p>
<P class="notation_text"> The dress was only just decent, strapless and tight it only covered her down to mid-thigh, barely concealing her stocking tops. Undoubtedly, she would have to be careful when she sat down.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Do I look ok?" Jess wanted to know as she slipped on her black 3" stilettos.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> "You look fabulous." Her boyfriend responded glumly.
</p>
</div>
<div class="enter_button" data-passage="Event_12">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<video class="scenes_image" @src="setup.ImagePath+'scenes/frank/jv/sc18.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> A moment later Frank laid down next to her.
</p>
<P class="notation_text"> Wrapping an arm around Jess's waist he moved up on her, spooning with her as she snuggled towards against him while they both slowly recovered. His penis had wilted rapidly, but even soft it was still large, maybe larger than any other she had had.
</p>
<P class="notation_text"> They both had their eyes opened lookinr each other, and so Dad moved to the bathroom where he quickly stroked himself to orgasm too. It only took a moment, and after the relief flooded through him, he felt the familiar tired sensation begin to wash over him as well.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/frank/jv/sc19.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Returning to the front room he left the lovers alone and lay down on the sofa staring up at the ceiling.
</p>
<P class="notation_text"> 'There was no way she would want him now. Not after Frank had fucked her like that.'
</p>
<P class="notation_text"> 'Why had they started this stupid investigation?'
</p>
<P class="notation_text"> 'What was he going to do without the only woman he had ever loved?'
</p>
<P class="notation_text"> Somewhere along the way, as he mulled over the multitude of thought's whirling around in his head, he eventually fell asleep.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/frank/jv/sc16.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Squeak!
</p>
<P class="notation_text"> Squeak!
</p>
<P class="notation_text"> Squeak!
</p>
<P class="notation_text"> Dad opened his eyes.
</p>
<P class="notation_text"> It was barely light outside and, slightly disorientated, he pushed himself upright. Looking about him, he tried to focus on the noise that had woken him.
</p>
<P class="notation_text"> He stood up and half stumbled towards the open bedroom door where the sight before him brought him fully awake and erect in an instant.
</p>
<P class="notation_text"> Jessica was still in her stockings and sitting astride Frank Harwood cowgirl fashion, her hands on his chest as she fucked herself onto his cock.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/frank/jv/sc17.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Squeak!
</p>
<P class="notation_text"> Squeak!
</p>
<P class="notation_text"> Squeak!
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/frank/jv/sc20.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Her head was thrown back, long blonde hair swaying about her shoulders, as her slim body bucked and jerked riding him while his hands wandered from her waist to her tits and back again.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Oh fuck, it's so big... Oh God, I'm gonna...!" Her soft moans filled the room as he stood in the doorway and watched their mating.
</p>
</div>
<P class="notation_text"> As her body rose and fell, impaling her pussy on his erection, her head turned towards her boyfriend in the doorway and their eyes met.
</p>
<div class="enter_button" data-passage="Event_6_0">
<p >Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning -->
<video class="scenes_image" @src="setup.ImagePath+'scenes/frank/mp/sc5.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Braced on her arms with her hands on the bedcover she looked back over her shoulder, breathing faster, as he dragged her panties down her slender legs so that they pooled around her feet.
</p>
<div class="dialog_text ">
<p><span class = "character">Byron: </span> "Now spread em!" The black man ordered her brusquely.
</p>
</div>
<P class="notation_text"> Stepping out of her knickers Jessica quickly obeyed, moving her feet apart, her long legs accentuated by the 3" stiletto heels she was wearing.
</p>
<P class="notation_text"> Her heart was thumping now and she could feel the moisture forming at the top of her legs, oozing down her inner thighs and making them sticky.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> 'Oh god, I really am, I'm a total slut.'
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/frank/mp/sc6.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> She couldn't get the thought out of her mind as she put her head down and raised her arse so that her dripping pink slit was peeking out at the top of her stocking clad thighs.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Oh God.... please... fuck me!" Jess groaned, wiggling her hips encouragingly as the engorged head of his organ pressed against her tight entrance.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Please... I want... AAAAHHHHHHHHHHHHHHHHHHHHHHHH!"
</p>
</div>
<P class="notation_text"> Her sentence was cut short by her squeal of delight as Byron drove most of his cock into her, forcing her to go up onto her toes as she was stretched wider than she had ever been.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/frank/mp/sc7.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Without waiting he pulled back and thrust again, this time burying his entire length in her.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "OH, FUCKKKKKKKKK.... FUCKKKKKKKKKKK!"
</p>
</div>
<P class="notation_text"> Her shriek was so loud she was sure it must have been heard downstairs in the party as he filled her cunt, reaching places never touched before.
</p>
<P class="notation_text"> Gripping her hips Byron quickly settled into a steady rhythm and began to fuck her, drawing most of his glistening length out before sliding it all the way back in. Her pink labia clinging to his ebony spear, caressing it as it pistoned in and out of her pussy.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Oh shit.... Yes...yes.... fuck me... just fuck meeeeeeeeeeeee!"
</p>
</div>
<P class="notation_text"> Jess's fingers clutched the bedcovers as his steady strokes drove her towards another orgasm.
</p>
<P class="notation_text"> Controlling the cameras Frank's attention flicked between the different angles shown on the large screen; from a close up of Byron's cock plunging into Jessica's pussy to the side on angle showing her going onto her toes with every stroke and then the front view picturing a woman in the height of sexual ecstasy. However, in most of the shots he ensured Byron's face was clearly identifiable.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/frank/mp/sc18.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> The loud slap of flesh on flesh filled the room as the soon to be MP fucked her, every stroke into her willing body stoking the flames of ecstasy that were filling her core.
</p>
<div class="dialog_text ">
<p><span class = "character">Byron: </span> "Do it whore.... Cum, cum for me."
</p>
</div>
<P class="notation_text"> With that Jessica went over the edge, squealing with intense delight as another climax took her.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Oh god...oh god...I'm...I'm CUUMMMMMMIINNNGGGGGGGGG!"
</p>
</div>
<P class="notation_text"> Coming hard, the muscles in her legs taut, her body tensed then jerked violently, Jess bouncing on her toes, as wave after wave of pleasure overwhelmed her.
</p>
<P class="notation_text"> Letting her come down from her high Byron waited, gently easing his shaft in and out of her oozing hole until she had finished. Then pulling his dick out of her, he rolled her onto the bed so she lay back with her stockinged legs spread wide, her chest heaving breathlessly.
</p>
<div class="dialog_text ">
<p><span class = "character">Byron: </span> "Tell me what you want baby." The huge black man loomed over her, his cock streaked with her cream, threatening to spear her again.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Fuck me... I want you to fuck me and cum inside me." She whispered holding her arms out to him knowing that she wasn't role playing, it really was what she wanted.
</p>
</div>
<div class="enter_button" data-passage="Event_17">
<p >Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<video class="scenes_image" @src="setup.ImagePath+'scenes/frank/mp/sc8.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text">Jessica sitting astride Byron cowgirl fashion, her hands on his chest as she fucked herself onto his cock.
</p>
<P class="notation_text"> Squeak!
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Ungh!"
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/frank/mp/sc9.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Squeak!
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Ungh!"
</p>
</div>
<P class="notation_text"> Squeak!
</p>
<div class="dialog_text ">
<p><span class = "character">Byron: </span> "FUCKKKKKKKK, take it, yes, take it..... ahhhhhhhhhhhhh!"
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/frank/mp/sc10.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Byron smirked and lowered his body onto hers, his iron hard black cock impaling her cunt once again.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span>"FUCKKKKKKKKK...YESSSSSSSSSSSS... FUCK MEEEEEEEE!"
</p>
</div>
<P class="notation_text"> Jessica screamed out loud her knees drawing back as his massive ebony shaft was driven into her.
</p>
<P class="notation_text"> Byron began to hammer his length up Jess's dripping slit, pulling her arse up onto him with her outer lips folding in and out as they clung to his prick.
</p>
<P class="notation_text"> Her fingers twisted in the bedclothes and her head thrashed side to side, her long blonde hair plastered to her face as she writhed and whimpered under the brutal fucking she was receiving.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span>"Oh fuck... yes... Oh god... oh shit... fuck...fuck oh yes, yes."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/frank/mp/sc11.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> She babbled almost incoherently, her body bucking and jerking uncontrollably in response to the frenzied pounding that Byron William's was giving her.
</p>
<div class="dialog_text ">
<p><span class = "character">Byron: </span>"UNGH... UNGH... UNHHHH... AAHHHHH... YESSSSSSSS!"
</p>
</div>
<P class="notation_text"> Her third and by far the biggest climax of the night engulfed her, her body convulsing wildly under his.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span>"OH GOD... YES, YES.... I'm.... CUMMMMMMINGGGGGGGG!"
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/frank/mp/sc12.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Above her he grunted loudly, his thrusts losing rhythm, his muscular buttocks clenching tight when he started to shoot his thick seed into Jessica's mouth.
</p>
<P class="notation_text"> Dad watched every moment on the screen, his own cock harder than he had ever known as it tented the front of his pants.
</p>
<div class="dialog_text ">
<p><span class = "character">Frank: </span>"Jesus fucking Christ. That woman of yours really knows how to fuck." Frank stated bluntly standing transfixed, like Dad his eyes were glued to the images on the screen.
</p>
</div>
<P class="notation_text"> Eventually Byron rolled off of her leaving her almost comatose, laying on the bed, her stockinged legs spread wide as a huge glob of creamy sperm oozed out of her gaping hole and ran down the crack of her arse.
</p>
<div class="enter_button" data-passage="Event_18">
<p >Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/frank/f19.webp'">
<div class="dialog_text ">
<p><span class = "character">Frank: </span> "You better go get her dressed and take her home. I'd love to do her myself but she's fit for fuck all now." Frank instructed Dad.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> "Sure." He turned to go, watching as Frank took his latest recording from the machine and locked it in his secret safe.
</p>
</div>
<P class="notation_text"> Jessica was still laying on the bed when he got to the bedroom, her eyes closed and her breathing regular, although their soon to be MP had long since gone.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> "You ok baby?" He asked somewhat concerned as she had barely moved.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Mmmmm... I'm fabulous." She murmured dreamily, "That was absolutely out of this world."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/dad/dad121.jpg'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> Gathering up her clothes he threw them angrily onto the bed, "Shall we go home or are you staying for more?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> Sensing something was amiss she sat up, "Are you alright honey?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> "Yeah, just fucking great. Considering I just watched my girlfriend get the fucking of her life and knowing that I'm probably surplus to her requirements now."
</p>
</div>
<P class="notation_text"> His emotions boiled over as he spoke.
</p>
<div class="enter_button" data-passage="Event_19">
<p >Next</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<video class="scenes_image" @src="setup.ImagePath+'scenes/tracy/tv/sc13.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> She took his fingers in her hand, and placed them in her mouth. Sucking on them like they were cocks, she looked into his eyes. Then, as Dad watched, she pulled them out and moved them down to her nipples...caressing her hard little buds with his fingers...then she moved down farther.
</p>
<P class="notation_text"> Soon his fingers were being guided into her hot and wet pussy. He felt the heat of her desire building inside her. She had her eyes closed as she pulled his fingers out of her pussy and guided them lower, until they were once again entering her asshole. There she let him finger fuck her for a bit before pulling them out and up to her mouth, licking and sucking on each of his fingers while looking into his eyes.
</p>
<div class="dialog_text ">
<p><span class = "character">Tracy: </span> "Baby...I want your hot hard cock right where your fingers have just been...in that order. Okay?"
</p>
</div>
<p class="notation_text">
In an instant, she mounted him, sitting down directly on his hard dick.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/tracy/tv/sc14.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
The strokes and the battering were going to send her off. The rubbing inside her was slick and slippery, but she was riding waves of pressure from the repeated spreading of her walls as cock filled her and left, filled her and left.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> "You want my cock in your mouth?"
</p>
</div>
<div class="dialog_text ">
<p><span class = "character">Tracy: </span> "Yes."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/tracy/tv/sc15.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
Her clit was getting slapped between a pair of stones in the same rhythm and she couldn't bring herself to shift, to somehow lessen the stimulation in order to last a little longer. His unrelenting prick was firing up inside her so insistently, she surrendered herself to taking it and yielding to his passion.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> "You want my cock in your tight little pussy?"
</p>
</div>
<div class="dialog_text ">
<p><span class = "character">Tracy: </span> "Yes."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/tracy/tv/sc16.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
Feeling his dick glide through the buttery stuff inside her, Dad abandoned all control and strained to fuck Tracy faster and faster.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> "Then you want my cock in your very tight little ass too? Fucking you hard, until we both cum together?"
</p>
</div>
<div class="dialog_text ">
<p><span class = "character">Tracy: </span> "Oh YES. Hard...fuck me hard all over baby. I need your cock. I want your cock. I'm yours. Whatever you want him to do...I'm yours."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/tracy/tv/sc17.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
He instinctively jerked his hips upwards, feeling his dick slide effortlessly into Tracy's wet pussy, making her yelp with shocked glee. Soon after, she was riding him hard, her juicy tits bouncing wildly as he gripped her ass, while his balls smacked her ass.
</p>
<div class="enter_button" data-passage="Event_Tracy_2" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Club Night -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/jessica/j16.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Can I have one.... please?"
</p>
</div>
<P class="notation_text"> Dad had just finished making coffee when he heard Jessica's voice behind him.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> "Yeah, sure." He turned around but kept his eyes on the floor as she stood in the door.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> She leant against the door jamb, an uncertain look on her face, "Are you ok baby?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> "I don't know," He confessed honestly, "I'm jealous, confused, aroused and most of all scared. All I really know is that I love you so much but at the same time I want to see you being fucked by other men."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/dad/dad82.jpg'">
<P class="notation_text"> As he spoke a tear slid down his face and he hurriedly wiped it away.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> Jess gave him a forlorn smile, "I love you to."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> "But...."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "But what?" She suddenly seemed confused.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/dad/dad42.jpg'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> "You're going to leave me for him, aren't you?"
</p>
</div>
<P class="notation_text"> They stood silent for a moment just looking at each other, Dad still in his clothes from yesterday while she was just wearing an old t-shirt, she must have dragged out of the laundry basket.
</p>
<P class="notation_text"> It was short enough that it didn't quite cover her crotch and he could see her puffy reddened lips peeking about below the bottom edge.
</p>
<P class="notation_text"> The silence was broken by an audible 'plop!" and they both looked down between her feet at the glob of semen that had dripped out of her recently fucked pussy.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Oooops!" Jessica giggled, her face turning red, "Frank's stuff is still leaking out of me."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/dad/dad35.webp'">
<P class="notation_text"> Her embarrassment made him chuckle and before he knew it, she was in his arms kissing him.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "I'm not leaving you." She pulled back holding him at arms-length, "Can we talk properly... when he's gone?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> Dad nodded, "Yeah, I think we need to."
</p>
</div>
<P class="notation_text"> With that agreed she took her coffee and they sat at the table enjoying a quiet moment together.
</p>
<div class="enter_button" data-passage="Event_7_0">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<video class="scenes_image" @src="setup.ImagePath+'scenes/tracy/tv/sc1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Dad sat up and straddled her heaving chest. Her nipples were hard as steel, sticking out about a half an inch. Taking the head of his cock in hand Dad began to rub it back and forth over each nipple in turn. She was moaning, begging and pulling on his ass cheeks with both her hands as she twisted beneath him. Dad began to move down between her legs and she pulled them way up.
</p>
<P class="notation_text"> Holding them spread wide open for him; Dad was looking at a woman so wound she was splitting her legs wide open in front of him. Her juices were running down from her pussy over her ass and onto the bed. Dad placed the head of his cock right on her opening...and then moved it up and down, sliding it between her lips, watching her eyes as he did.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/tracy/tv/sc3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> She was moaning like no woman Dad had ever heard before. Holding her legs so that her knees were along side her breasts, and her feet were pointing straight up towards the ceiling. Dad pressed forward, the head of his cock shoving her lips aside. Soon the velvety wet softness of her pussy was grasping his shaft. Dad was halfway inside her when she exploded in her orgasm.
</p>
<P class="notation_text"> AS she began to cum so hard, Dad shoved forward in haste and buried his shaft inside her. Dad could feel her pussy muscles milking his cock as she came. Dad felt like Dad had fallen inside her since her legs were alongside his body now, and her skin had a sheen of sweat that made things slippery on his chest too.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/tracy/tv/sc5.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Dad began to ram in and out, not gently, but actually just rutting with her. As Dad would pull out he could feel her pussy lips tugging on his shaft, begging him to come back. When Dad would drive forward, she would groan, but not with a painful sound, but a needful sound.
</p>
<div class="dialog_text ">
<p><span class = "character">Tracy: </span> "Harder...yessssss. Fuck me harder Tom...make me your bitch. Take me. Yessss...fuck me Tom."
</p>
</div>
<P class="notation_text"> Her words were like a trigger to him. The louder and more she moaned at him to fuck her harder, the harder Dad fucked her. Pretty soon Dad was driving in and out so hard they were moving across the bed and headed for the floor. Dad kept going and she seemed to keep cumming.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/tracy/tv/sc7.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> On one good thrust into her, they both began to slide right off the bed. Neither of they quit, keeping their fucking going as they hit the floor. Dad moved a bit, taking her with him and they cleared the bed and right there on the carpet, Dad made her himself...just as she had been begging him to.
</p>
<P class="notation_text"> His last hard thrust into her, just as she began to cum, she cried out and shook so hard Dad thought for a second he had hurt her in some way. Then Dad felt her pussy flood with wetness. Lots of wetness. Dad drove inside and held still as his cum pumped into the depths of her pussy. Tracy was moaning and crying out as they both went over the top.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/tracy/tv/sc8.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Dad collapsed on top of her hot sweaty body, then out of deference to her; Dad rolled to one side. As his weight slid off her, he moved to hug him tightly.
</p>
<div class="dialog_text ">
<p><span class = "character">Tracy: </span> "Oh God...I want more. A little rest and I want the rest of you. You are a damn good fucker Tom. The best I've ever had. My God. I wish I had fucked you that first night now. You are better than I figured you be, and I had high hopes then too."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> "Well...you bring it out of me Tracy. I've never had a friend quite like you either. You are very...very good at the oral sex. Damn good. I've never had someone take me fully into her mouth and down her throat before. So...in many ways...we are even."
</p>
</div>
<div class="dialog_text ">
<p><span class = "character">Tracy: </span> "Oh baby...no way. I definitely got the best end of this deal. Let's go shower and see what comes up shall we?"
</p>
</div>
<div class="enter_button" data-passage="Event_Tracy_3">
<p >Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<img class="scenes_image" @src="setup.ImagePath+'scenes/dad/dad90.webp'">
<P class="notation_text"> The two of them sat and looked at each other for a long moment before Jessica broke the silence.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Are you ok?" She looked miserably at her boyfriend, repeating her question of earlier.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> "You want Frank, don't you?" The question came out before Dad could stop himself.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "No! Never... I... I want you." The reply was simple and emphatic, "You are the only man I will ever want."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/dad/dad93.jpg'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> "That's kind of hard to believe after watching how much you enjoyed him fucking you." He snapped, his comment sounding more acerbic than he really intended.
</p>
</div>
<P class="notation_text"> Across the table Jess went pale, her eyes filling with tears.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "I couldn't help how he made me feel. He knows how to please a woman, that's all. We talked about me enjoying the sex but now... now you hate me for it."
</p>
</div>
<P class="notation_text"> Getting up she went to walk out of the kitchen but before she reached the door Dad had pulled her back into his arms.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> "I'm sorry. You're right. If you are going to do it you might as well enjoy it."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/dad/dad25.jpg'">
<P class="notation_text"> She clung to him as he spoke, burying her face in his chest and sobbing desperately.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "We should never have started this. I'm going to lose you, aren't I?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> "Shhhhhh... It's ok baby."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "It isn't, it isn't. You want to break up with me because I'm a slut." Her voice rose several decibels and she started to become hysterical.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> "JESSICA!"
</p>
</div>
<P class="notation_text"> Dad held her at arm's length and shouted.
</p>
<P class="notation_text"> It had the desired effect and she stopped and stared at him, her chest heaving.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> "I'm not breaking up with you. You aren't going to lose me. I love you."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/jessica/j28.jpg'">
<P class="notation_text"> Her eyes widened as she looked at him, an expression of desperation on her face.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Do you mean it. You really still love me?"
</p>
</div>
<div class="enter_button" data-passage="Event_9">
<p >Next</p>
</div>
<!-- <<set $bedroom.status[3] += 1>> -->
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/dad/dad41.webp'">
<P class="notation_text"> He nodded.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "I love you so much." She flung her arms about his neck and crushed her slim frame against his.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> He hugged her back and smiled, "OK, I just had to ask."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "I mean it though I want to stop this now, before anything more happens." Jess stepped back from him wiping her eyes.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/dad/dad42.jpg'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> "But we've come this far and you've... you've..." Dad looked at her in disbelief.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "I'm not risking our relationship." She declared adamantly, "I won't do it. I don't want to lose you."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> He took hold of her shoulders, "You're not. We're both overwrought by what's happened but we're being honest and I really believe we can do this."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "We do need to talk though." Jessica moved onto his lap when he sat down, "We need to understand what we both want from this."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> "Do you mean the investigation or us?" Dad queried.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/jessica/j6.jpg'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> Jess sighed and laid her head on his shoulder, "Both I guess. We need to get inside Frank's house. We aren't going to find anything that will convict him at the club."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> He gave her a squeeze, "I know babe."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Frank intends whoring me out. You know that don't you? But I thought maybe if I did it on Sunday like he wants, one of us might find something we could use." Her voice lacked the conviction of her words however.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> "It's ok, it's just sex remember." He grinned and kissed his girlfriend's forehead, "Frank is another matter though."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/jessica/j5.jpg'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> Jessica snuggled against him, "Well he is very well-endowed and he certainly knows what to do with it but he's not you. Yes, last night and this morning the sex was fantastic, but he's arrogant, cruel and egotistical."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> "Why did you sleep with him?" Dad changed the subject slightly.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Because we both wanted me to. I knew that's what you really wanted, me in his bed for the night." She stated bluntly.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> He knew she was right, "And at morning? Who started the sex?"
</p>
</div>
<div class="enter_button" data-passage="Event_10">
<p >Next</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="enter_button">
<p><<print passage()>></p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/tracy/tv/sc27.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> She drug him into the shower, where they cleaned up together. Once the cleaning part was done, Dad was getting hard again and she began to play with his cock. Looking into his eyes she smiled.
</p>
<div class="dialog_text ">
<p><span class = "character">Tracy: </span> "Let's see now...two holes down...one to go. Are you ready for some back door loving honey?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> "Uh...I should warn you...you could be hurt...I mean..."
</p>
</div>
<div class="dialog_text ">
<p><span class = "character">Tracy: </span> "Baby, follow my lead...I won't let you hurt me, and you will enjoy this a lot. Trust me."
</p>
</div>
<P class="notation_text"> Taking his cock in her hand, she led him out of the bathroom and into the bedroom. Reaching into a drawer in the nightstand, she took out some flavored gel and then sat on the edge of the bed. Daubing some gel into the palm of her hands, she took his hard cock into her mouth and began to suck him.
</p>
<P class="notation_text"> As she did, her hands went around whatever part wasn't covered by her lips and soon Dad was slick and slippery. Then, with more gel in one hand, she turned onto all fours and pressed it into her little butt. Dad watched, fascinated as she began to shove two, then three, and finally four fingers into her tight little bottom.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/tracy/tv/sc9.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Suddenly she took his shaft into her other hand and guided him in close to her kneeling form.
</p>
<div class="dialog_text ">
<p><span class = "character">Tracy: </span> "See that hole honey? That's where I want your cock next. I want you to fuck my ass off. Stick that hard shaft into me and make me your bitch. Take me Tom...fuck me. Fuck my ass. I want you there. Fucking me."
</p>
</div>
<P class="notation_text"> His pulse was racing, as he was about to go somewhere he hadn't gone before. Dad felt a throbbing in his cock as he neared her bent form. His cock head brushed her asshole, and Dad swear that little hole opened up, then closed, like it was begging him to push his cock deep inside.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/tracy/tv/sc10.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Tracy pulled on his shaft and soon the head was pressing into that little beckoning hole. The heat, the tightness, and the feel of her muscles drawing him deeper just about made him cum before Dad was half way in. Dad stopped pressing in, hoping to hold off. Tracy had other ideas, and with a groan, shoved backwards, onto his shaft.
</p>
<P class="notation_text"> Fully imbedded in her ass, Dad was fighting his orgasm, wanting to savor this feeling for a bit yet. It was a battle of wills almost, as Tracy was trying to push and pull on his shaft and Dad was just moving with her, trying to keep still for a moment.
</p>
<div class="dialog_text ">
<p><span class = "character">Tracy: </span> "FUCK ME. YOU FUCKER. FUCK MY ASS. Come on Tom...Take my ass. Make me your bitch."
</p>
</div>
<P class="notation_text"> At first she shook him up as she was almost yelling at him. That was just enough to keep him from cumming too soon. As she calmed down and spoke a bit quieter, Dad began to thrust in and out of her hot and oh-so-tight hole. Tracy was crying and moaning, trying to make him go faster, harder, and in full thrusts. Dad was trying for shorter thrust, and also to be gentle.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/tracy/tv/sc11.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> It became obvious, even to him, that she wanted him to ram her ass and pile drive her into submission. So, after realizing that Dad would hold off for a bit in his orgasm, he began to give her what she wanted.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> "You want me to fuck your ass Tracy? Huh Bitch? You want me to ram his cock into your tight little asshole bitch?"
</p>
</div>
<div class="dialog_text ">
<p><span class = "character">Tracy: </span> "YES. Take me. Make me your bitch. Yes...fuck my ass. Take me. Uh...oh...yessss."
</p>
</div>
<P class="notation_text"> Dad rammed in and out of her harder and faster, as she moaned louder and then began to cry out. Her orgasm was overtaking her, and Dad was getting close himself.
</p>
<P class="notation_text"> With a few hard thrusts Dad began to cum, and as his hot white seed shot into her tightness, she groaned and pushed back hard on his shaft. Reaching around, Dad pulled and pinched on her nipples as she began to shake underneath him. Just as she really got into her orgasm, Dad finished his, and began to thrust in and out harder and faster. Tracy was almost screaming in her need, and Dad was trying to meet her demands.
</p>
<div class="dialog_text ">
<p><span class = "character">Tracy: </span> "FUCK...ME..HARDER...HARDER. OH YESSSS...I'M YOURS...I'M YOUR B-B-BITCH."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/tracy/tv/sc12.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Dad was going as fast as he could and her ass muscles were just about to squeeze his cock off, she was gripping him so tight. For a second Dad was worried about her actually doing some damage, but then she shot over her plateau, and collapsed under him.
</p>
<P class="notation_text"> Dad stayed with her as she sprawled out, and then, after catching his breath, Dad rolled to one side. She looked into his eyes.
</p>
<div class="dialog_text ">
<p><span class = "character">Tracy: </span> "Damn Tom. Your cock is just right for taking me and making me shake the world. Oh baby...I am glad I met you."
</p>
</div>
<P class="notation_text"> Dad was uncomfortable with her praise and after some thought Dad began to wonder why the most intense sexual experience of his life was causing him to have second thoughts. They lay around for a bit, then showered, where Tracy showed him her genuine gratitude by sucking his cock and swallowing his whole load. Then Dad left for home.
</p>
<div class="enter_button" onclick="forwardTime(1);" data-passage="Home">
<p >Leave</p>
</div>
<<set $eventCount += 1>>
<<set $club.status[5] += 1>>
<<set $club.status[4] -= 1>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<video class="scenes_image" @src="setup.ImagePath+'scenes/tracy/pv/sc2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Tracy's eyes locked onto Dad's as he entered the private room, a slow smile curling her lips. The music began to weave its sensual melody, setting the tone for the intimate performance that was about to unfold.
</p>
<div class="dialog_text ">
<p><span class = "character">Tracy: </span> whispering, her voice a velvet caress "Welcome, Tom. Ready for a little private show?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> meeting her gaze, his tone low "I've been looking forward to this."
</p>
</div>
<P class="notation_text"> Tracy's body moved with a graceful fluidity, her fingers tracing delicate paths over her curves as she swayed to the rhythm. With every movement, the air seemed to crackle with a charged energy, a magnetic pull that drew them closer.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> sipping his drink "So, Tracy, how did you end up in this line of work?"
</p>
</div>
<div class="dialog_text ">
<p><span class = "character">Tracy: </span> smirking "You asking for a sob story or the truth?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> smiling "The truth, if you're willing to share."
</p>
</div>
<div class="dialog_text ">
<p><span class = "character">Tracy: </span> leaning in, her voice softer "Truth is, life hasn't been kind to me. This was a way out, a way to survive."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/dad/dad27.jpg'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> nodding "I get it. Sometimes, we make choices just to keep going."
</p>
</div>
<div class="dialog_text ">
<p><span class = "character">Tracy: </span> looking at him "You're not like most guys here. What brings you to Sin City?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> casually "Same as anyone else, I guess. Looking for a way to pass the time."
</p>
</div>
<div class="enter_button" onclick="forwardTime(1);" data-passage="Club">
<p >Leave</p>
</div>
<<set $eventCount += 1>>
<<set $club.status[1] += 1>>
<<set $club.status[0] -= 1>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<video class="scenes_image" @src="setup.ImagePath+'scenes/tracy/pv/sc6.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text">Dad and Tracy's encounters become more frequent, their conversations shifting from surface-level banter to more personal exchanges.
</p>
<P class="notation_text"> The second encounter in the private room took on a more daring tone. Tracy's movements grew bolder, her gaze a promise of untamed desires.
</p>
<div class="dialog_text ">
<p><span class = "character">Tracy: </span> whispering, her voice sultry "You came back for more, Tom. Guess I left an impression."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> leaning in, his words laced with a challenge "You could say that."
</p>
</div>
<div class="dialog_text ">
<p><span class = "character">Tracy: </span> playfully "I've got to admit, you've caught my attention."
</p>
</div>
<div class="dialog_text ">
<p><span class = "character">Tracy: </span> softening "Well, it's nice to have someone genuinely interested in more than just the surface."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/dad/dad12.jpg'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> leaning in, his voice low "I like to delve deeper, Tracy. Find out what makes people tick."
</p>
</div>
<div class="dialog_text ">
<p><span class = "character">Tracy: </span> meeting his gaze "And what have you found out about me?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> smirking "That there's more to you than meets the eye. You've got secrets, and I'm intrigued."
</p>
</div>
<P class="notation_text">Their chemistry was undeniable, an unspoken understanding that lingered in the air. Tracy's dance became a symphony of alluring gestures, each one a seductive invitation that left Dad's heart racing.
</p>
<div class="enter_button" onclick="forwardTime(1);" data-passage="Club">
<p >Leave</p>
</div>
<<set $eventCount += 1>>
<<set $club.status[2] += 1>>
<<set $club.status[1] -= 1>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/jessica/j39.jpg'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> Jessica blushed, and looked down at the floor, "I did. I went down on his cock while he was asleep and then I straddled him. I'm sorry."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> Don't be I would have wanted you to do that." He admitted not looking her in the eyes.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "So, what about us?" Jess looked at him nervously.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/dad/dad46.webp'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> "Honestly?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Honestly." She said back to me, "Are we.... are we going to split up?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> "I don't think we can go back to how we were. I love watching you on stage, stripping. I love watching you give men private dances and letting them grope you." He told her with as much honesty as he could muster.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "And fucking other men? Even if it's not part of this investigation."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/dad/dad79.jpg'">
<P class="notation_text"> Dad paused, wondering how much he should say before deciding on the truth, "Yes, I want you to fuck other men and I want to watch it happen but I need to know what do you want?"
</p>
<P class="notation_text"> Now it was Jessica's turn to hesitate for a moment before answering.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "I love stripping and exposing my body, especially when I know you are watching to. The same goes for the private dances, it turns me on being naked and letting them fondle my breasts while I sit on their laps.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "As for the sex. Like I have always said it is just sex. Amazing sex yes but still just sex. Having another man fuck me is such a turn on for me too. So, I don't think I want to stop being a slut either."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/jessica/j87.jpg'">
<P class="notation_text"> She took a breath as she finished and they looked at each other.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> "Let's go back to bed." Dad suggested and lifted her off his lap, carrying her through to the dishevelled bed.
</p>
</div>
<P class="notation_text"> It was good hour later as the two of them lay together breathless and naked that they decided they would spend the day focused on their investigations; documenting what they already knew and on discussing what they hoped to find out at Frank's house.
</p>
<div class="enter_button" onclick=" forwardTime(1);" data-passage="Home">
<p >Leave</p>
</div>
<!-- <<set $eventCount += 1>> -->
<<set $eventCount += 1>>
<<set $club.status[3] += 1>>
<<set $kitchen.status[0] -= 1>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/dad/dad29.jpg'">
<P class="notation_text"> It was well past midday when the continuous loud knocking at the flat door woke Dad. Staggering out of bed, still half asleep, he hurriedly pulled on last night's clothes and went to answer it.
</p>
<P class="notation_text"> A delivery driver, standing outside, handed him the dozen red roses with a mocking smirk and left him standing slightly lost for words.
</p>
<P class="notation_text"> Still somewhat confused he tried to get his mind to focus and, closing the door, picked out the hand written card to read it,
</p>
<P class="notation_text"> "To the best lap dancer"
</p>
<P class="notation_text"> " I've ever had the pleasure
to enjoy. Looking forward
to dinner. I'll pick you up
Saturday at 7 p.m. Frank xxx"
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/dad/dad30.webp'">
<P class="notation_text"> His heart lurched and his stomach tightened when he saw what was on the note. This was more than he could cope with and he stumbled back into the kitchen, his mind in a whirl.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Who was it?"
</p>
</div>
<P class="notation_text"> Jessica appeared in the doorway, her hair a tousled mess from sleep and their energetic and frantic coupling that had taken place when they got home from the club in the early hours.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> He handed his girlfriend the bouquet, "I guess that answers the question as to whether he'll want you in his bed."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/jessica/j26.jpg'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Tom! We knew this was going to happen and we agreed it was what we both wanted, remember." Jess looked at him with an expression of annoyance and chastised him.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span>"I know but it's just the thought of me not being with you. Of you being alone with him." He told her morosely.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Pervert! You mean it's the fact that you won't be able to watch him fuck me and satisfy your little kink, isn't it." She laughed.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/dad/dad35.webp'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> Slipping her arms about his neck Jess kissed him and continued, "It's you I love, no matter what happens or who sends me roses."
</p>
</div>
<P class="notation_text"> He grinned sheepishly knowing he had been caught out.
</p>
<div class="enter_button" data-passage="Intro_2">
<p >Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<p class="notation_text">
Location : <<print passage()>></p>
<p class="notation_text">
<<print $message>>
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/club/club.webp'" >
<p class="notation_text">What should I do now?</p>
<<if $currentTime gte 3 and $currentTime lte 5>>
<div class="enter_button" data-passage="Tracy" data-setter = "$message = ' '">
<p >Talk With Tracy</p>
</div>
<</if>>
<<if $currentTime gte 5 and $currentTime lte 6>>
<div class="enter_button" data-passage="Clarice" data-setter = "$message = ' '">
<p >Talk With Clarice</p>
</div>
<</if>>
<<if $currentTime gte 2 and $currentTime lte 6>>
<div class="enter_button" data-passage="Work" data-setter = "$message = ' '">
<p >Work</p>
</div>
<</if>>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Club" data-setter="$message to ''" >
<p >Forward Time</p>
</div>
<div class="enter_button" data-passage="City" data-setter = "$message = ''">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<p class="notation_text">
<<print $message>>
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/clarice/c4.jpg'" >
<p class="notation_text">Clarice is here, What should I do now?</p>
<div class="enter_button" data-passage="Clarice_Talk" data-setter = "$message = ' '">
<p >Talk</p>
</div>
<div class="enter_button" data-passage="Clarice_Info" data-setter = "$message = ' '">
<p >Get Information </p>
</div>
<<if $mc.stats.clarice_rel gte 20 and $mc.stats.money gte 50>>
<div class="enter_button" onclick="getInfo(-50,'Money');" data-passage="Clarice_Pov_1" data-setter = "$message = ' '">
<p >Clarice's Show 1 ($50)</p>
</div>
<</if>>
<<if $mc.stats.clarice_rel gte 40 and $mc.stats.clarice_lust gte 40 and $mc.stats.money gte 50>>
<div class="enter_button" onclick="getInfo(-50,'Money');" data-passage="Clarice_Pov_2" data-setter = "$message = ' '">
<p >Clarice's Show 2 ($50)</p>
</div>
<</if>>
<<if $mc.stats.clarice_rel gte 60 and $mc.stats.clarice_lust gte 60 and $mc.stats.money gte 50>>
<div class="enter_button" onclick="getInfo(-50,'Money');" data-passage="Clarice_Pov_3" data-setter = "$message = ' '">
<p >Clarice's Show 3 ($50)</p>
</div>
<</if>>
<<if $mc.stats.clarice_rel gte 80 and $mc.stats.clarice_lust gte 80 and $mc.stats.money gte 50>>
<div class="enter_button" onclick="getInfo(-50,'Money');" data-passage="Clarice_Pov_4" data-setter = "$message = ' '">
<p >Clarice's Show 4 ($50)</p>
</div>
<</if>>
<<if $mc.stats.clarice_rel gte 100 and $mc.stats.clarice_lust gte 100 and $mc.stats.money gte 50>>
<div class="enter_button" onclick="getInfo(-50,'Money');" data-passage="Clarice_Pov_5" data-setter = "$message = ' '">
<p >Clarice's Show 5 ($50)</p>
</div>
<</if>>
<div class="enter_button" data-passage="Club" data-setter = "$message = ''">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<p class="notation_text">
<<print $message>>
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/city/council.jpg'" >
<p class="notation_text">What should I do now?</p>
<div class="enter_button" data-passage="Home" data-setter = "$message = ''">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<p class="notation_text">
<<print $message>>
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/bedroom/bedroom.jpg'" >
<p class="notation_text">What should I do now?</p>
<<if $currentTime gte 4 and $currentTime lte 6 >>
<div class="enter_button" onclick="forwardDay();" >
<p >Sleep</p>
</div>
<</if>>
<div class="enter_button" data-passage="Home" data-setter = "$message = ''">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<p class="notation_text">
<<print $message>>
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/kitchen/kitchen.jpg'" >
<p class="notation_text">What should I do now?</p>
<div class="enter_button" data-passage="Home" data-setter = "$message = ''">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/dad/dad61.jpg'">
<P class="notation_text"> Jessica was there.</p>
<P class="notation_text"> It had all started out as an undercover investigation but now, with them both becoming aroused by her stripping and then getting even more turned on by her fucking Markov and the others, it had become something far more personal.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> "OK." He took a deep breath, "Watching you dance at the club and then again when Markov fucked you, all of that turned me on so much but only because I love you. Dad continued the conversation again.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> "But this, the flowers, the waiting, the date. It's all a new experience. He clearly wants you and I'm not sure I want you spending the night with him, away from me."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/jessica/j86.webp'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "But you do want him to fuck me?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> "Yes, yes, I do. I want you to get fucked by him, by the men at the club, by anyone." He blurted out finally admitting the depth of his perversion, "I guess that makes me weird."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> Jess kissed him tenderly, "No, it doesn't, it makes you a man who wants to see his woman get as much pleasure as she can cope with."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/dad/dad63.jpg'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> "Really?" He snorted derisively, "I thought it made me an idiot who was going to end up losing his girlfriend."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Tom Whitby, I love you. I have since the moment I met you. It took me three days to find the courage to tell you and I haven't regretted it ever since. Especially not now." She looked him straight in the eyes, "You aren't making me do anything I don't want to. That's the big difference in this. We both want it."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> He gave her a smile of sorts, "I love you to, more than I can ever say."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> Stroking his cheek she replied, "I know you do and nothing is going to change that for either of us. Do you understand that?"
</p>
</div>
<div class="enter_button" data-passage="Event_0_1">
<p >Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<p class="notation_text">
Location : <<print passage()>></p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/hallway.webp'" >
<p class="notation_text">What should I do now?</p>
<div class="split-container">
<div class="column">
<div class="location_button" onclick="locEventCheck('Kitchen');" data-setter="$message to ''">
<p >Kitchen</p>
</div>
<div class="location_button" onclick="locEventCheck('Bedroom');" data-setter="$message to ''">
<p >Bedroom</p>
</div>
<div class="location_button" onclick="locEventCheck('Living');" data-setter="$message to ''">
<p >Living Room</p>
</div>
</div>
<div class="column">
<div class="location_button" onclick="forwardTime(1)" data-passage="Home" data-setter="$message to ''" >
<p >Forward Time</p>
</div>
<div class="location_button" data-passage="City" data-setter = "$message = ''">
<p >Leave</p>
</div>
</div>
</div>
<</nobr>>
</div>
<<script>>
UIBar.show();
<</script>><div class="big_text">
<<nobr>>
<p class="notation_text">
<<print $message>>
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/living/living.jpg'" >
<p class="notation_text">What should I do now?</p>
<div class="enter_button" onclick=" getInfo(5,'Work');" data-passage = "Jess_Sed" >
<p >Fuck Jess</p>
</div>
<div class="enter_button" data-passage="Home" data-setter = "$message = ''">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<p class="notation_text">
Location : <<print passage()>></p>
<p class="notation_text">
<<print $message>>
</p>
<<set $message to "" >>
<img class="scenes_image" @src="setup.ImagePath+'scenes/city/city.jpg'" >
<p class="notation_text">Where should I go now?</p>
<div class="split-container">
<div class="column">
<div class="location_button" data-passage="Home">
<p >Dad's Apartment</p>
</div>
<div class="location_button" data-passage="Office">
<p >Dad's Office</p>
</div>
</div>
<div class="column">
<div class="location_button" data-passage="Bar">
<p >Bar</p>
</div>
<div class="location_button" onclick="locEventCheck('Club');" data-passage="Club">
<p >Sin City</p>
</div>
</div>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<<print $weekDays[$currentDay]>><br>
<<print $dayTimes[$currentTime]>>
<p><span class = "ui_text">Club Info: </span> <<print $mc.stats.club_info >><br>
<p><span class = "ui_text">Mafia Info: </span> <<print $mc.stats.mafia_info >><br>
<p><span class = "ui_text">Morality: </span> <<print $mc.stats.job_exp >><br>
<!-- <p><span class = "ui_text">Energy: </span> <<print $mc.stats.energy >><br>
<p><span class = "ui_text">Energy: </span> <<print $mc.stats.energy >><br> -->
<br>
<span class = "ui_text">Money: </span> $<<print $mc.stats.money >><br><br>
</p>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/clarice/c5.jpg'" >
<p class="notation_text">Dad had ordered some food for Clarice and himself. </p>
<div class="dialog_text ">
<p><span class = "character">Clarice: </span> “Thank you dear for this tasty treat”.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span>“You are welcome!”
</p>
</div>
<p class="notation_text">Dad asked about Daryl and her relationship. Clarice started sharing her personal life with him.</p>
<p class="notation_text">They continued gossiping for quite a long.</p>
<p class="notation_text">Relationship increased by 5</p>
<div class="enter_button" onclick="changeRelation(5,0,'Clarice'); forwardTime(1);" data-passage="Club" data-setter = "$message = ''">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/clarice/c6.jpg'" >
<p class="notation_text">Dad approached her. She was thinking something.</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> “Hello beautiful.”
</p>
</div>
<div class="dialog_text ">
<p><span class = "character">Clarice: </span> “Hi, Tom”
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> “What happened, dear?”
</p>
</div>
<div class="dialog_text ">
<p><span class = "character">Clarice: </span> “I need $100 . Do you have that?”
</p>
</div>
<!-- <p class="notation_text"><<print $mc.stats.clarice_rel+ "CR-"+ $mc.stats.mafia_status +"-MS-"+ $mc.stats.money +"M">></p> -->
<<if $mc.stats.clarice_rel gte 20 and $mc.stats.mafia_status is 0 and $mc.stats.money gte 100>>
<div class="enter_button" onclick="getInfo(20,'Mafia'); getInfo(-100,'Money'); forwardTime(1);" data-passage="Club" data-setter = "$message = ' '">
<p >Clarice's Info 1 ($100)</p>
</div>
<<set $info_status_club = true; >>
<</if>>
<<if $mc.stats.clarice_rel gte 40 and $mc.stats.clarice_lust gte 40 and $mc.stats.mafia_status is 1 and $mc.stats.money gte 100>>
<div class="enter_button" onclick="getInfo(40,'Mafia'); getInfo(-100,'Money'); forwardTime(1);" data-passage="Club" data-setter = "$message = ' '">
<p >Clarice's Info 2 ($100)</p>
</div>
<<set $info_status_club = true; >>
<</if>>
<<if $mc.stats.clarice_rel gte 60 and $mc.stats.clarice_lust gte 60 and $mc.stats.mafia_status is 2 and $mc.stats.money gte 100>>
<div class="enter_button" onclick="getInfo(60,'Mafia'); getInfo(-100,'Money'); forwardTime(1);" data-passage="Club" data-setter = "$message = ' '">
<p >Clarice's Info 3 ($100)</p>
</div>
<<set $info_status_club = true; >>
<</if>>
<<if $mc.stats.clarice_rel gte 80 and $mc.stats.clarice_lust gte 80 and $mc.stats.mafia_status is 3 and $mc.stats.money gte 100>>
<div class="enter_button" onclick="getInfo(80,'Mafia'); forwardTime(1); getInfo(-100,'Money');" data-passage="Club" data-setter = "$message = ' '">
<p >Clarice's Info 4 ($100)</p>
</div>
<<set $info_status_club = true; >>
<</if>>
<<if $mc.stats.clarice_rel gte 100 and $mc.stats.clarice_lust gte 100 and $mc.stats.mafia_status is 4 and $mc.stats.money gte 100>>
<div class="enter_button" onclick="getInfo(100,'Mafia'); getInfo(-100,'Money'); forwardTime(1);" data-passage="Club" data-setter = "$message = ' '">
<p >Clarice's Info 5 ($100)</p>
</div>
<<set $info_status_club = true; >>
<</if>>
<<if $info_status_club is true>>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span>“Yes dear. But I need some information about the Boss and others. That will help me on my career progress.”
</p>
</div>
<div class="dialog_text ">
<p><span class = "character">Clarice: </span> “Sure dear.” She replied with a grin.
</p>
</div>
<p class="notation_text">Dad asked Clarice about the mafia boss in a skillfull way. </p>
<p class="notation_text">Clarice shared some important information about them without doubting his indentity.</p>
<p class="notation_text">Dad continued investigating her for quite a long.</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span>“Thanks, dear.”
</p>
</div>
<div class="dialog_text ">
<p><span class = "character">Clarice: </span> “You are most welcome.”
</p>
</div>
<p class="notation_text">Mafia information increased by 20</p>
<<set $info_status_club = false; >>
<<else>>
<div class="enter_button" data-passage="Club" data-setter = "$message = ''">
<p >Leave</p>
</div>
<</if>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/dad/dad24.jpg'" >
<p class="notation_text"> Dad went to start his shift at the Sin City strip club.</p>
<p class="notation_text">Money increased by $20</p>
<div class="enter_button" onclick="getInfo(20,'Money'); getInfo(5,'Work'); forwardTime(1);" data-passage="Club" data-setter = "$message = ''">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<p class="notation_text">
<<print $message>>
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/tracy/t5.jpg'" >
<p class="notation_text">Tracy is here, What should I do now?</p>
<div class="enter_button" data-passage="Tracy_Talk" data-setter = "$message = ' '">
<p >Talk</p>
</div>
<div class="enter_button" data-passage="Tracy_Info" data-setter = "$message = ' '">
<p >Get Information</p>
</div>
<<if $mc.stats.tracy_rel gte 20 and $mc.stats.money gte 50>>
<div class="enter_button" onclick="getInfo(-50,'Money');" data-passage="Tracy_Pov_1" data-setter = "$message = ' '">
<p >Tracy's Scene 1 ($50)</p>
</div>
<</if>>
<<if $mc.stats.tracy_rel gte 40 and $mc.stats.tracy_lust gte 40 and $mc.stats.money gte 50>>
<div class="enter_button" onclick="getInfo(-50,'Money');" data-passage="Tracy_Pov_2" data-setter = "$message = ' '">
<p >Tracy's Scene 2 ($50)</p>
</div>
<</if>>
<<if $mc.stats.tracy_rel gte 60 and $mc.stats.tracy_lust gte 60 and $mc.stats.money gte 50>>
<div class="enter_button" onclick="getInfo(-50,'Money');" data-passage="Tracy_Pov_3" data-setter = "$message = ' '">
<p >Tracy's Scene 3 ($50)</p>
</div>
<</if>>
<<if $mc.stats.tracy_rel gte 80 and $mc.stats.tracy_lust gte 80 and $mc.stats.money gte 50>>
<div class="enter_button" onclick="getInfo(-50,'Money');" data-passage="Tracy_Pov_4" data-setter = "$message = ' '">
<p >Tracy's Scene 4 ($50)</p>
</div>
<</if>>
<<if $mc.stats.tracy_rel gte 100 and $mc.stats.tracy_lust gte 100 and $mc.stats.money gte 50>>
<div class="enter_button" onclick="getInfo(-50,'Money');" data-passage="Tracy_Pov_5" data-setter = "$message = ' '">
<p >Tracy's Scene 5 ($50)</p>
</div>
<</if>>
<div class="enter_button" data-passage="Club" data-setter = "$message = ''">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/tracy/t7.jpg'" >
<p class="notation_text">Dad headed behind the curtain at the back of the stage. Tracy was changing. </p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span>“Oops Sorry”
</p>
</div>
<div class="dialog_text ">
<p><span class = "character">Tracy: </span> “It's ok Tom”. She told him with a broad grin!
</p>
</div>
<p class="notation_text">Dad started conversation with Tracy. Tracy started sharing her personal life with him.</p>
<p class="notation_text">They continued gossiping for quite a long.</p>
<p class="notation_text">Relationship increased by 5</p>
<div class="enter_button" onclick="changeRelation(5,0,'Tracy'); forwardTime(1);" data-passage="Club" data-setter = "$message = ''">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/tracy/t6.jpg'" >
<div class="dialog_text ">
<p><span class = "character">Tracy: </span> “Hi Tom! I need $100 . Do you have that?”
</p>
</div>
<!-- <p class="notation_text"><<print $mc.stats.tracy_rel+ "TR-"+ $mc.stats.club_status +"-MS-"+ $mc.stats.money +"-M-"+ $mc.stats.tracy_lust +"=Lust">></p> -->
<<if $mc.stats.tracy_rel gte 20 and $mc.stats.club_status is 0 and $mc.stats.money gte 100>>
<div class="enter_button" onclick="getInfo(20,'Club'); getInfo(-100,'Money'); forwardTime(1);" data-passage="Club" data-setter = "$message = ' '">
<p >Tracy's Info 1 ($100)</p>
</div>
<<set $info_status_club = true; >>
<</if>>
<<if $mc.stats.tracy_rel gte 40 and $mc.stats.tracy_lust gte 40 and $mc.stats.club_status is 1 and $mc.stats.money gte 100>>
<div class="enter_button" onclick="getInfo(40,'Club'); getInfo(-100,'Money'); forwardTime(1);" data-passage="Club" data-setter = "$message = ' '">
<p >Tracy's Info 2 ($100)</p>
</div>
<<set $info_status_club = true; >>
<</if>>
<<if $mc.stats.tracy_rel gte 60 and $mc.stats.tracy_lust gte 60 and $mc.stats.club_status is 2 and $mc.stats.money gte 100>>
<div class="enter_button" onclick="getInfo(60,'Club'); getInfo(-100,'Money'); forwardTime(1);" data-passage="Club" data-setter = "$message = ' '">
<p >Tracy's Info 3 ($100)</p>
</div>
<<set $info_status_club = true; >>
<</if>>
<<if $mc.stats.tracy_rel gte 80 and $mc.stats.tracy_lust gte 80 and $mc.stats.club_status is 3 and $mc.stats.money gte 100>>
<div class="enter_button" onclick="getInfo(80,'Club'); forwardTime(1); getInfo(-100,'Money');" data-passage="Club" data-setter = "$message = ' '">
<p >Tracy's Info 4 ($100)</p>
</div>
<<set $info_status_club = true; >>
<</if>>
<<if $mc.stats.tracy_rel gte 100 and $mc.stats.tracy_lust gte 100 and $mc.stats.club_status is 4 and $mc.stats.money gte 100>>
<div class="enter_button" onclick="getInfo(100,'Club'); getInfo(-100,'Money'); forwardTime(1);" data-passage="Club" data-setter = "$message = ' '">
<p >Tracy's Info 5 ($100)</p>
</div>
<<set $info_status_club = true; >>
<</if>>
<<if $info_status_club is true>>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span>“Yes dear. But I need some information about the Club. That will help me on my career progress.”
</p>
</div>
<div class="dialog_text ">
<p><span class = "character">Tracy: </span> “Sure dear.” She replied with a grin.
</p>
</div>
<p class="notation_text">Dad asked Tracy about Sin City and other clubs in a skillfull way. </p>
<p class="notation_text">Tracy shared some important information about the club without doubting his indentity.</p>
<p class="notation_text">Dad continued investigating her for quite a long.</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span>“Thanks, dear.”
</p>
</div>
<div class="dialog_text ">
<p><span class = "character">Tracy: </span> “You are most welcome.”
</p>
</div>
<p class="notation_text">Club information increased by 20</p>
<<set $info_status_club = false; >>
<<else>>
<div class="enter_button" data-passage="Club" data-setter = "$message = ''">
<p >Leave</p>
</div>
<</if>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div id="pos">
<img class="scenes_image" @src="setup.ImagePath+'scenes/tracy/dance/pic1.jpg'" >
</div>
/% Scene 2 %/
<div class="enter_button" id="cg" >
<button ><<click " Scene 2">><<replace "#pos">><<ScrollTo "pos">>
<img class="scenes_image" @src="setup.ImagePath+'scenes/tracy/dance/pic3.jpg'" >
<</replace>><</click>>
</button>
</div>
/% Scene 3 %/
<div class="enter_button" id="mis" >
<button ><<click " Scene 3 ">><<replace "#pos">><<ScrollTo "pos">>
<img class="scenes_image" @src="setup.ImagePath+'scenes/tracy/dance/pic2.jpg'" >
<</replace>><</click>>
</button>
</div>
/% Scene 4 %/
<div class="enter_button" id="mis" >
<button ><<click " Scene 4 ">><<replace "#pos">><<ScrollTo "pos">>
<img class="scenes_image" @src="setup.ImagePath+'scenes/tracy/dance/pic6.jpg'" >
<</replace>><</click>>
</button>
</div>
<p class="notation_text">After a while, Tracy started dancing on stage. After finishing dad approached her.</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span>"You were fucking amazing. I've had an erection that would cut glass most of the night."
</p>
</div>
<div class="dialog_text ">
<p><span class = "character">Tracy: </span> “Thanks, dear.” She told him with a broad grin! </p>
</div>
<p class="notation_text">Lust increased by 5</p>
<div class="enter_button" onclick="changeRelation(0,5,'Tracy'); forwardTime(1);" data-passage="Club" data-setter = "$message = ''">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div id="pos">
<img class="scenes_image" @src="setup.ImagePath+'scenes/clarice/dance/pic6.jpg'" >
</div>
/% Scene 2 %/
<div class="enter_button" id="cg" >
<button ><<click " Scene 2">><<replace "#pos">><<ScrollTo "pos">>
<img class="scenes_image" @src="setup.ImagePath+'scenes/clarice/dance/pic5.jpg'" >
<</replace>><</click>>
</button>
</div>
/% Scene 4 %/
<div class="enter_button" id="mis" >
<button ><<click " Scene 3 ">><<replace "#pos">><<ScrollTo "pos">>
<img class="scenes_image" @src="setup.ImagePath+'scenes/clarice/dance/pic7.jpg'" >
<</replace>><</click>>
</button>
</div>
/% Scene 3 %/
<div class="enter_button" id="mis" >
<button ><<click " Scene 4 ">><<replace "#pos">><<ScrollTo "pos">>
<img class="scenes_image" @src="setup.ImagePath+'scenes/clarice/dance/pic8.jpg'" >
<</replace>><</click>>
</button>
</div>
<p class="notation_text">After a while, Clarice started dancing on stage. After finishing dad approached her.</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span>"You were fucking amazing. I've had an erection that would cut glass most of the night."
</p>
</div>
<div class="dialog_text ">
<p><span class = "character">Clarice: </span> “Thanks, dear.” She told him with a broad grin! </p>
</div>
<p class="notation_text">Lust increased by 5</p>
<div class="enter_button" onclick="changeRelation(0,5,'Clarice'); forwardTime(1);" data-passage="Club" data-setter = "$message = ''">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div id="pos">
<img class="scenes_image" @src="setup.ImagePath+'scenes/tracy/dance/pic5.jpg'" >
</div>
/% Scene 5 %/
<div class="enter_button" id="mis" >
<button ><<click " Scene 5 ">><<replace "#pos">><<ScrollTo "pos">>
<img class="scenes_image" @src="setup.ImagePath+'scenes/tracy/dance/pic7.jpg'" >
<</replace>><</click>>
</button>
</div>
/% Scene 5 %/
<div class="enter_button" id="mis" >
<button ><<click " Scene 6 ">><<replace "#pos">><<ScrollTo "pos">>
<img class="scenes_image" @src="setup.ImagePath+'scenes/tracy/dance/pic4.jpg'" >
<</replace>><</click>>
</button>
</div>
<p class="notation_text">After a while, Tracy started dancing on stage. After finishing dad approached her.</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span>"You were fucking amazing. I've had an erection that would cut glass most of the night."
</p>
</div>
<div class="dialog_text ">
<p><span class = "character">Tracy: </span> “Thanks, dear.” She told him with a broad grin! </p>
</div>
<p class="notation_text">Lust increased by 5</p>
<div class="enter_button" onclick="changeRelation(0,5,'Tracy'); forwardTime(1);" data-passage="Club" data-setter = "$message = ''">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div id="pos">
<img class="scenes_image" @src="setup.ImagePath+'scenes/tracy/dance/pic5.jpg'" >
</div>
/% Scene 5 %/
<div class="enter_button" id="mis" >
<button ><<click " Scene 5 ">><<replace "#pos">><<ScrollTo "pos">>
<img class="scenes_image" @src="setup.ImagePath+'scenes/tracy/dance/pic7.jpg'" >
<</replace>><</click>>
</button>
</div>
/% Scene 5 %/
<div class="enter_button" id="mis" >
<button ><<click " Scene 6 ">><<replace "#pos">><<ScrollTo "pos">>
<img class="scenes_image" @src="setup.ImagePath+'scenes/tracy/dance/pic4.jpg'" >
<</replace>><</click>>
</button>
</div>
<p class="notation_text">After a while, Tracy started dancing on stage. After finishing dad approached her.</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span>"You were fucking amazing. I've had an erection that would cut glass most of the night."
</p>
</div>
<div class="dialog_text ">
<p><span class = "character">Tracy: </span> “Thanks, dear.” She told him with a broad grin! </p>
</div>
<p class="notation_text">Lust increased by 5</p>
<div class="enter_button" onclick="changeRelation(0,5,'Tracy'); forwardTime(1);" data-passage="Club" data-setter = "$message = ''">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<p class="notation_text">
<<print $message>>
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/office/office6.jpg'" >
<p class="notation_text">What should I do now?</p>
<<if $currentTime gte 0 and $currentTime lte 3>>
<div class="enter_button" data-passage="Work_2" data-setter = "$message = ' '">
<p >Work</p>
</div>
<</if>>
<div class="enter_button" data-passage="City" data-setter = "$message = ''">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div id="pos">
<video class="scenes_image" @src="setup.ImagePath+'scenes/jessica/video/sd1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
Jessica began getting ready for her boyfriend, slowly taking off her clothes.
</p>
</div>
/% Scene 2 %/
<div class="enter_button" id="cg" >
<button ><<click " Scene 2">><<replace "#pos">><<ScrollTo "pos">>
<video class="scenes_image" @src="setup.ImagePath+'scenes/jessica/video/sd2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
Dad jumped on her and began kissing her, expressing his love and affection.
</p>
<</replace>><</click>>
</button>
</div>
/% Scene 3 %/
<div class="enter_button" id="mis" >
<button ><<click " Scene 3 ">><<replace "#pos">><<ScrollTo "pos">>
<video class="scenes_image" @src="setup.ImagePath+'scenes/jessica/video/sd3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
She pulled away for a moment, looking directly into his eyes, their argument from earlier clearly forgotten while her arousal from their kissing took over.
</p>
<</replace>><</click>>
</button>
</div>
<div class="enter_button" data-passage="Jess_Cun" >
<p >Change Position</p>
</div>
<div class="enter_button" data-passage="Home" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div id="pos">
<video class="scenes_image" @src="setup.ImagePath+'scenes/jessica/video/cun1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
He could already smell her, and knew that she was as hot as he was. He kissed her pubic mound, and judged that she had most of her hair shaved off. That hadn't been a thing back in the day, and Dad looked forward to seeing it.
</p>
</div>
/% Scene 2 %/
<div class="enter_button" id="cg" >
<button ><<click " Scene 2">><<replace "#pos">><<ScrollTo "pos">>
<video class="scenes_image" @src="setup.ImagePath+'scenes/jessica/video/cun2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
Dad loved seeing her clit hanging out there and knowing how much sucking on it turned her on.</p>
<</replace>><</click>>
</button>
</div>
/% Scene 3 %/
<div class="enter_button" id="mis" >
<button ><<click " Scene 3 ">><<replace "#pos">><<ScrollTo "pos">>
<video class="scenes_image" @src="setup.ImagePath+'scenes/jessica/video/cun3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
Jessica whimpered and clenched her fingers in his hair as he kissed her snatch again. "Please." She whispered</p>
<</replace>><</click>>
</button>
</div>
<div class="enter_button" data-passage="Jess_Bj" >
<p >Change Position</p>
</div>
<div class="enter_button" data-passage="Home" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div id="pos">
<video class="scenes_image" @src="setup.ImagePath+'scenes/jessica/video/bj1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
Dad was about to pull off his boxers,
</p>
<p class="notation_text">
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> when she said, "hold on, let me do that for you." She moved towards me and put her thumbs in both sides of my boxers and began to pull them down.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> "Good!" He whispered in her ear. "Because I am going to make you fucking scream before I'm done!"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Oh fuck, you're driving me crazy!" She gasped as she rubbed her cock with her hand .
</p>
</div>
</div>
/% Scene 2 %/
<div class="enter_button" id="cg" >
<button ><<click " Scene 2">><<replace "#pos">><<ScrollTo "pos">>
<video class="scenes_image" @src="setup.ImagePath+'scenes/jessica/video/bj2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
Jessica ran her tongue up his fat shaft, and back down again. She went to the side and repeated the action, followed by the same technique up the other side. She was getting reacquainted with cock.
</p>
<</replace>><</click>>
</button>
</div>
/% Scene 3 %/
<div class="enter_button" id="mis" >
<button ><<click " Scene 3 ">><<replace "#pos">><<ScrollTo "pos">>
<video class="scenes_image" @src="setup.ImagePath+'scenes/jessica/video/bj3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
He could feel her mouth working, hear her watering mouth squishing as she sucked him in and out.
</p>
<</replace>><</click>>
</button>
</div>
/% Scene 4 %/
<div class="enter_button" id="mis" >
<button ><<click " Scene 4 ">><<replace "#pos">><<ScrollTo "pos">>
<video class="scenes_image" @src="setup.ImagePath+'scenes/jessica/video/bj4.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
"Oh fuck honey," Dad groaned, "Fuck, you are good at that!" His hips started to roll up and down with her, and she moaned again, sending vibrations through his shaft, prompting him to moan again too.
</p>
<</replace>><</click>>
</button>
</div>
<div class="enter_button" data-passage="Jess_Sf" >
<p >Change Position</p>
</div>
<div class="enter_button" data-passage="Home" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div id="pos">
<video class="scenes_image" @src="setup.ImagePath+'scenes/jessica/video/sf1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
Jessica smiled at him as she raised her knees to allow her shapely thighs to spread in invitation. Her pussy had been jet-stream-massaged into glowing excitation. As Dad bend in to kiss her, Jessica grasped his cock. With a lift and wriggle of her pelvis, she captured his rod in her hot-slippery cunt. Dad just managed not to enter her fully. Raised on his elbows, he looked at her.
</p>
</div>
/% Scene 2 %/
<div class="enter_button" id="cg" >
<button ><<click " Scene 2">><<replace "#pos">><<ScrollTo "pos">>
<video class="scenes_image" @src="setup.ImagePath+'scenes/jessica/video/sf2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span>"Don't run away from me . No more secret little orgasms for you and leaving me behind. We are going to make love for a long time. I want to touch you, feel you, kiss you, taste you, fuck you. I love to hear your voice, your words, your laughter, your moans, your screams. I want us to make love for a long, long time until we climax together. But, if we are going to do more than just quickly fuck, I have to know if you want to be loved like that?"</p>
</div>
<p class="notation_text">
<</replace>><</click>>
</button>
</div>
/% Scene 3 %/
<div class="enter_button" id="mis" >
<button ><<click " Scene 3 ">><<replace "#pos">><<ScrollTo "pos">>
<video class="scenes_image" @src="setup.ImagePath+'scenes/jessica/video/sf3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
Dad was trying to control his breathing and stammering out his desires. It eventually changed, however, into a mischievous grin as she replied, "God -- Yes! I want to make love like that! But now, Tom, stop talking! I want to fuck!"
</p>
<</replace>><</click>>
</button>
</div>
/% Scene 4 %/
<div class="enter_button" id="mis" >
<button ><<click " Scene 4 ">><<replace "#pos">><<ScrollTo "pos">>
<video class="scenes_image" @src="setup.ImagePath+'scenes/jessica/video/sf4.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
They kissed, but it changed to a - this time - not held back, satisfied moan as Dad's cock pushed deep into her. </p>
<</replace>><</click>>
</button>
</div>
/% Scene 5 %/
<div class="enter_button" id="mis" >
<button ><<click " Scene 5 ">><<replace "#pos">><<ScrollTo "pos">>
<video class="scenes_image" @src="setup.ImagePath+'scenes/jessica/video/sf5.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
Then, pressing it into the ultimate depth and holding still, it was hotly taken possession of by her cunt's pulsating muscles.</p>
<</replace>><</click>>
</button>
</div>
/% Scene 6 %/
<div class="enter_button" id="mis" >
<button ><<click " Scene 6 ">><<replace "#pos">><<ScrollTo "pos">>
<video class="scenes_image" @src="setup.ImagePath+'scenes/jessica/video/sf6.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
He sought Jess's lips, and she kissed him in wild abandon, moaning into his mouth, "God, Tom! Stop doing this! I'll be coming much too quickly!"</p>
<</replace>><</click>>
</button>
</div>
/% Scene 7 %/
<div class="enter_button" id="mis" >
<button ><<click " Scene 7 ">><<replace "#pos">><<ScrollTo "pos">>
<video class="scenes_image" @src="setup.ImagePath+'scenes/jessica/video/sf7.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
Starting with a sequence of teasing, tongue-like kisses of the hot, fleshy ring, the tip of his cock began to slide in, centimetre by sweet centimetre.</p>
<</replace>><</click>>
</button>
</div>
<div class="enter_button" data-passage="Jess_Cg" >
<p >Change Position</p>
</div>
<div class="enter_button" data-passage="Home" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div id="pos">
<video class="scenes_image" @src="setup.ImagePath+'scenes/jessica/video/cg1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
Reaching under her arms, he pulled Jess on top of him.
</p>
</div>
/% Scene 2 %/
<div class="enter_button" id="cg" >
<button ><<click " Scene 2">><<replace "#pos">><<ScrollTo "pos">>
<video class="scenes_image" @src="setup.ImagePath+'scenes/jessica/video/cg2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
Then, as her leg swung over, she reached down to push Dad's cock into her well-wetted cunt. </p>
<</replace>><</click>>
</button>
</div>
/% Scene 3 %/
<div class="enter_button" id="mis" >
<button ><<click " Scene 3 ">><<replace "#pos">><<ScrollTo "pos">>
<video class="scenes_image" @src="setup.ImagePath+'scenes/jessica/video/cg3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
Jess met it with a drawn-out howl as he started to fuck her hard. When her voice changed into a shrill whimper, </p>
<</replace>><</click>>
</button>
</div>
/% Scene 4 %/
<div class="enter_button" id="mis" >
<button ><<click " Scene 4 ">><<replace "#pos">><<ScrollTo "pos">>
<video class="scenes_image" @src="setup.ImagePath+'scenes/jessica/video/cg4.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
"Yes, Tom! Let me, God let me ride you, God, fuck you!" </p>
<</replace>><</click>>
</button>
</div>
/% Scene 5 %/
<div class="enter_button" id="mis" >
<button ><<click " Scene 5 ">><<replace "#pos">><<ScrollTo "pos">>
<video class="scenes_image" @src="setup.ImagePath+'scenes/jessica/video/cg7.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
Dad pushed her upright and groaned, "I think you like being the woman on top! But I can buck your pussy and watch you ride into your coming."
</p>
<</replace>><</click>>
</button>
</div>
/% Scene 6 %/
<div class="enter_button" id="mis" >
<button ><<click " Scene 6 ">><<replace "#pos">><<ScrollTo "pos">>
<video class="scenes_image" @src="setup.ImagePath+'scenes/jessica/video/cg6.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
unched over Dad, Jess clasped his face hard into her hands as her pelvis began to grind the captured cock. </p>
<</replace>><</click>>
</button>
</div>
/% Scene 7 %/
<div class="enter_button" id="mis" >
<button ><<click " Scene 7 ">><<replace "#pos">><<ScrollTo "pos">>
<video class="scenes_image" @src="setup.ImagePath+'scenes/jessica/video/cg9.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
Dad suddenly thought he was hurting her and abruptly stopped. Jess's whimpering changed abruptly into urging shouts: "Tom! Don't stop again! God, Fuck me! Harder! I'm coming, can't stop! Come with me! God! Fuck me! Tom! Tom!"</p>
<</replace>><</click>>
</button>
</div>
/% Scene 8 %/
<div class="enter_button" id="mis" >
<button ><<click " Scene 8 ">><<replace "#pos">><<ScrollTo "pos">>
<video class="scenes_image" @src="setup.ImagePath+'scenes/jessica/video/cg10.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
Then she lifted her ass and began to fuck him. Bent over him, Jess greeted each half-entering thrust by gasping, "Yes! Yes! God, I love riding your cock!" </p>
<</replace>><</click>>
</button>
</div>
/% Scene 9 %/
<div class="enter_button" id="mis" >
<button ><<click " Scene 9 ">><<replace "#pos">><<ScrollTo "pos">>
<video class="scenes_image" @src="setup.ImagePath+'scenes/jessica/video/cg11.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
After a minute or so, Dad grabbed Jess's buttocks, almost lifting her off. But his cock still kissed her pussy's pouty, quivering lips.
</p>
<</replace>><</click>>
</button>
</div>
<div class="enter_button" data-passage="Jess_Dg" >
<p >Change Position</p>
</div>
<div class="enter_button" data-passage="Home" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div id="pos">
<video class="scenes_image" @src="setup.ImagePath+'scenes/jessica/video/dg1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
Dad was getting harder and harder. "I'm ready for more," Dad finally said. "Here, turn over and get up on your knees and elbows and stick your pussy up for me. I want to fuck you doggy style."
</p>
</div>
/% Scene 2 %/
<div class="enter_button" id="dg" >
<button ><<click " Scene 2">><<replace "#pos">><<ScrollTo "pos">>
<video class="scenes_image" @src="setup.ImagePath+'scenes/jessica/video/dg2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Dad statrted licking Jessica's asshole hard. </p>
<</replace>><</click>>
</button>
</div>
/% Scene 4 %/
<div class="enter_button" id="mis" >
<button ><<click " Scene 3 ">><<replace "#pos">><<ScrollTo "pos">>
<video class="scenes_image" @src="setup.ImagePath+'scenes/jessica/video/dg4.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
Dad got himself positioned behind her and began rubbing his cock around her pussy and then slowly began pushing it inside her.
</p>
<</replace>><</click>>
</button>
</div>
/% Scene 5 %/
<div class="enter_button" id="mis" >
<button ><<click " Scene 4 ">><<replace "#pos">><<ScrollTo "pos">>
<video class="scenes_image" @src="setup.ImagePath+'scenes/jessica/video/dg5.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
It felt wonderful, and Dad loved watching his dick go in and out of her pussy, all shiny and wet with her juice.</p>
<</replace>><</click>>
</button>
</div>
/% Scene 6 %/
<div class="enter_button" id="mis" >
<button ><<click " Scene 5 ">><<replace "#pos">><<ScrollTo "pos">>
<video class="scenes_image" @src="setup.ImagePath+'scenes/jessica/video/dg6.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
Dad grabbed the cheeks of her ass and began playing with them and then spreading them apart so he could see her asshole.
</p>
<</replace>><</click>>
</button>
</div>
/% Scene 8 %/
<div class="enter_button" id="mis" >
<button ><<click " Scene 6 ">><<replace "#pos">><<ScrollTo "pos">>
<video class="scenes_image" @src="setup.ImagePath+'scenes/jessica/video/dg8.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
Dad began massaging the insides of her ass cheeks, moving his thumbs closer and closer to her asshole.
Then Dad began to massage her asshole with his thumbs and began pulling it open and sliding one of his thumbs slightly inside.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span>"Oh my God, Tom. What are you doing? That feels so kinky. It also feels so hot. Keep doing that while you're fucking me.
This is the hottest thing ever!"
</p></p>
</div>
<</replace>><</click>>
</button>
</div>
/% Scene 9 %/
<div class="enter_button" id="mis" >
<button ><<click " Scene 7 ">><<replace "#pos">><<ScrollTo "pos">>
<video class="scenes_image" @src="setup.ImagePath+'scenes/jessica/video/dg9.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
Dad kept fucking her and playing with her ass and he leaned forward so he could kiss her.</p>
<</replace>><</click>>
</button>
</div>
/% Scene 10 %/
<div class="enter_button" id="mis" >
<button ><<click " Scene 8 ">><<replace "#pos">><<ScrollTo "pos">>
<video class="scenes_image" @src="setup.ImagePath+'scenes/jessica/video/dg10.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
Dad could feel her body shaking, and he couldn't hold out much longer either.</p>
<</replace>><</click>>
</button>
</div>
/% Scene 11 %/
<div class="enter_button" id="mis" >
<button ><<click " Scene 9 ">><<replace "#pos">><<ScrollTo "pos">>
<video class="scenes_image" @src="setup.ImagePath+'scenes/jessica/video/dg11.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
She was moaning and shaking like nothing he had ever seen. "Oh God, Tom, yes, yes. Come inside me right now! I want all of it!"</p>
<</replace>><</click>>
</button>
</div>
<div class="enter_button" data-passage="Jess_Rcg" >
<p >Change Position</p>
</div>
<div class="enter_button" data-passage="Home" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div id="pos">
<video class="scenes_image" @src="setup.ImagePath+'scenes/jessica/video/rcg1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
Jess leaned backward like an acrobat girl and began kissing the tip and kissing around the head, and then began to take it into her mouth.
</p>
</div>
/% Scene 2 %/
<div class="enter_button" id="rcg" >
<button ><<click " Scene 2">><<replace "#pos">><<ScrollTo "pos">>
<video class="scenes_image" @src="setup.ImagePath+'scenes/jessica/video/rcg2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
Her mouth felt warm and velvety and the sight of her down there sucking on me was sexy as hell, but also beautiful, like this acrobatic position.</p>
<</replace>><</click>>
</button>
</div>
/% Scene 3 %/
<div class="enter_button" id="mis" >
<button ><<click " Scene 3 ">><<replace "#pos">><<ScrollTo "pos">>
<video class="scenes_image" @src="setup.ImagePath+'scenes/jessica/video/rcg3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
She was taking dad's cock further and further into her mouth. Dad had never experienced anything quite like this.</p>
<</replace>><</click>>
</button>
</div>
/% Scene 4 %/
<div class="enter_button" id="mis" >
<button ><<click " Scene 4 ">><<replace "#pos">><<ScrollTo "pos">>
<video class="scenes_image" @src="setup.ImagePath+'scenes/jessica/video/rcg4.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
After she had been blowing for a while, Dad had them roll over so she was on top of him.
</p>
<</replace>><</click>>
</button>
</div>
/% Scene 5 %/
<div class="enter_button" id="mis" >
<button ><<click " Scene 5 ">><<replace "#pos">><<ScrollTo "pos">>
<video class="scenes_image" @src="setup.ImagePath+'scenes/jessica/video/rcg5.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
Then dad took his hand with his wet finger and began running it over her pussy.</p>
<</replace>><</click>>
</button>
</div>
/% Scene 6 %/
<div class="enter_button" id="mis" >
<button ><<click " Scene 6 ">><<replace "#pos">><<ScrollTo "pos">>
<video class="scenes_image" @src="setup.ImagePath+'scenes/jessica/video/rcg6.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
"Oh my God, Tom! You are so sexy. I love what you do to me. This is crazy.
</p>
<</replace>><</click>>
</button>
</div>
<div class="enter_button" data-passage="Jess_Cum" >
<p >Change Position</p>
</div>
<div class="enter_button" data-passage="Home" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div id="pos">
<video class="scenes_image" @src="setup.ImagePath+'scenes/jessica/video/cum1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
She shifted around and sat on the sofa with her legs open, and leaned forward so she could watch. Dad got down and kneeled between her legs.
Then dad moved back up and started sucking on her clit. he could feel her hips beginning to move, and heard her saying, "Oh my God, that's it! Right there! Keep on sucking me just like that!"
</p>
</div>
/% Scene 3 %/
<div class="enter_button" id="mis" >
<button ><<click " Scene 2 ">><<replace "#pos">><<ScrollTo "pos">>
<video class="scenes_image" @src="setup.ImagePath+'scenes/jessica/video/cum3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
Dad began coming like crazy, shooting even harder than before, and feeling how hard she was coming at the same time.</p>
<</replace>><</click>>
</button>
</div>
/% Scene 4 %/
<div class="enter_button" id="mis" >
<button ><<click " Scene 3 ">><<replace "#pos">><<ScrollTo "pos">>
<video class="scenes_image" @src="setup.ImagePath+'scenes/jessica/video/cum4.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
She started cleanig his juice with her mouth.
</p>
<</replace>><</click>>
</button>
</div>
<div class="enter_button" data-passage="Home" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<<set _eventQuest = ["Talk With Jess ","Talk With Jess", "Talk With Tracy", "Talk With Tracy",
"Talk With Tracy ", "Talk With Jess","Talk With Jess","Talk With Tracy","Talk With Jess",
"Talk With Jess","Talk With Tracy","Talk With Tracy","Completed"]>>
<<set _eventQuestLocation = ["Living ","Bedroom ","Club","Club", "Club","Bedroom" ,"Kitchen","Club", "Bedroom",
"Club","Club","Completed"]>>
<<set _eventQuestTime = [1,5,4,4,4,4,1,4,4,4,4,"Completed"]>>
<<set _eventTitle = [$living.title[0],$bedroom.title[0],$club.title[0],$club.title[1],$club.title[2],
$bedroom.title[1],$kitchen.title[0],$club.title[3],$bedroom.title[2],$club.title[4],
$club.title[5],"Completed"]>>
<<set _eventMoney = [$living.money[0],$bedroom.money[0],$club.money[0],$club.money[1],$club.money[2],
$bedroom.money[1],$kitchen.money[0],$club.money[3],$bedroom.money[2],$club.money[4],
$club.money[5],"Completed"]>>
<<set _eventClubInfo = [$living.club_info[0],$bedroom.club_info[0],$club.club_info[0],$club.club_info[1],
$club.club_info[2],$bedroom.club_info[1],$kitchen.club_info[0],$club.club_info[3],$bedroom.club_info[2],
$club.club_info[4],$club.club_info[5],"Completed"]>>
<<set _eventMafiaInfo = [$living.mafia_info[0],$bedroom.mafia_info[0],$club.mafia_info[0],$club.mafia_info[1],
$club.mafia_info[2],$bedroom.mafia_info[1],$kitchen.mafia_info[0],$club.mafia_info[3],$bedroom.mafia_info[2],
$club.mafia_info[4],$club.mafia_info[5],"Completed"]>>
<<set _eventJobExp = [$living.job_exp[0],$bedroom.job_exp[0],$club.job_exp[0],$club.job_exp[1],$club.job_exp[2],
$bedroom.job_exp[1],$kitchen.job_exp[0],$club.job_exp[3],$bedroom.job_exp[2],$club.job_exp[4],
$club.job_exp[5],"Completed"]>>
<<set _eventDay = ["Weekday","Weekday","Weekday","Weekday","Weekday","Saturday","Weekday","Weekday","Sunday",
"Weekday","Weekday","Completed"]>>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Quest</span><br>
Quest: <<print _eventQuest[$eventCount]>><br>
Location: <<print _eventQuestLocation[$eventCount]>><br>
Time: <<print $dayTimes[_eventQuestTime[$eventCount]]>><br>
Required: <br>
Money: <<print _eventMoney[$eventCount]>> ||
Mafia Info: <<print _eventMafiaInfo[$eventCount]>> ||
Club Info: <<print _eventClubInfo[$eventCount]>> ||
Morality: <<print _eventJobExp[$eventCount]>> ||
Day: <<print _eventDay[$eventCount]>>
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Tips</span><br>
Money: Work at Office and Club.<br>
Mafia Info: Increase Relation and Lust Point with Clarice & Get information<br>
Club Info: Increase Relation and Lust Point with Tracy & Get information<br>
Morality: Increase by Working at Club or Office.<br>
Tracy's Show (5): Increase Relation and Lust Point with Tracy, Money > $50<br>
Clarice's Show (5): Increase Relation and Lust Point with Clarice, Money > $50 <br>
Cheat Code: Available in Bedroom (Patreon Only)
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Character</span><br>
Jessica: Girlfriend<br>
Tracy:<br>
Relation: <<print $mc.stats.tracy_rel>> ||
Lust: <<print $mc.stats.tracy_lust>> ||
Club Info: <<print $mc.stats.mafia_info>><br>
Clarice: <br>
Relation: <<print $mc.stats.clarice_rel>> ||
Lust: <<print $mc.stats.clarice_lust>> ||
Mafia Info: <<print $mc.stats.club_info>><br>
</p>
</div>
<div class="enter_button" data-passage= "City" >
<p >Leave</p>
</div>
<</nobr>>
</div>
[[Quest]]
[[Patreon]]<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/support.jpg'" >
<p class="notation_text">
Thank you for joining me on this exciting journey! As I dive into my first-ever game project, I'm learning and growing every step of the way. The game will always be free, but your support on Patreon means the world to me. Your contributions, no matter how big or small, fuel my passion and help bring this project to life. So, if you're excited to be a part of this adventure and want to show your support, consider pledging on my Patreon page. Together, we're creating something amazing, and I truly appreciate your generosity. Let's make this game a reality!
</p>
<p class="notation_text">
Your feedback is insanely appreciated! You can send it to my Discord or anywhere you want!
</p>
<p class="notation_text">
<a href="https://www.patreon.com/the_twist" target="_blank">Visit my Patreon page.</a>
</p>
<div class="enter_button" data-passage="City" data-setter = "$message = ''">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Club Midday -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/dad/dad88.jpg'">
<P class="notation_text"> It was Sunday night and they were heading to Frank Harwood's house where Jessica was supposed to 'entertain' one of his VIP guests at a small intimate party.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Are you coming or do I have to drive myself?" Jessica's voice startled him.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> "What... no, no... I'm ready." He picked up his keys and headed for the door.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Tom."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/dad/dad113.jpg'">
<P class="notation_text"> He stopped and turned back towards her only to find her slipping her arms about his neck.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "I love you Tom... Remember it's just sex. Tonight is a first step towards bringing Frank Harwood down."
</p>
</div>
<P class="notation_text"> He pulled his girlfriend closer, enveloping her in his grasp.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> "I love you to, and yeah, I know it is but after everything else...."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/jessica/j42.jpg'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Don't you want your girlfriend to become a prostitute?" Jessica giggled and fluttered her eyelashes at him.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> Dad grinned, "Well yes, the idea really turns me on, but maybe it's going a bit too far."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/dad/dad116.jpg'">
<P class="notation_text"> The drive to Frank's large detached house, took them around forty minutes and they arrived on his doorway just before a half past eight well ahead of the nine o'clock time they had been told.
</p>
<P class="notation_text"> They had barely entered the front door before Frank was there, quickly whisking Jessica away from her boyfriend. Putting her arm through his he led her into the party leaving Dad to follow miserably, a few steps behind.
</p>
<P class="notation_text"> It was obvious to Jess from the looks that she got that most of the men there knew she was one of Frank's whores and, potentially, available to them at some time in the future. However, he didn't bother to introduce her to anyone else and just made a beeline for a large black male at the other side of the room.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/frank/f8.jpg'">
<div class="dialog_text ">
<p><span class = "character">Frank: </span> "Byron, meet Jessica. This is the young lady I was telling you about." He guided Jess towards the other man, "Jessica this is Byron Williams."
</p>
</div>
<P class="notation_text"> The black man took her hand but let his eyes roam lasciviously up and down her body as a wicked smile crossed his lips.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/frank/byron.jpg'">
<div class="dialog_text ">
<p><span class = "character">Byron: </span> "She's even more lovely than you said." Byron told the gang boss with a smirk.
</p>
</div>
<div class="dialog_text ">
<p><span class = "character">Frank: </span> "She certainly is. I'll leave you two to err... to get...acquainted." Frank grinned and moved back to Dad.
</p>
</div>
<div class="dialog_text ">
<p><span class = "character">Frank: </span> "Fucking hell, I almost kept her for myself tonight, she looks a million dollars." He leered at her as he said it to him.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> "Yeah, she does." Dad agreed sullenly, still watching his girlfriend interacting with her 'customer'.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/frank/f17.jpg'">
<div class="dialog_text ">
<p><span class = "character">Frank: </span> "Get used to it, you'll be driving her to all her client bookings after this week-end. She's going to be very, very popular." He sneered at Dad derisively.
</p>
</div>
<div class="dialog_text ">
<p><span class = "character">Frank: </span> "But make sure she's here for 7 o'clock on Sunday night. I want to have her again first." He added after a moment, "I intend to be fucking her a lot as well."
</p>
</div>
<P class="notation_text"> Seething, Dad kept his temper under control. There was nothing he could do for the moment but accept Frank's orders.
</p>
<P class="notation_text"> For the next half-hour or so he stood around looking unhappy as he watched his girlfriend and her 'client' chatting and laughing while they got to know each other. Byron's large black hand frequently wandering from her waist down onto her arse to gently grope her.
</p>
<div class="enter_button" data-passage="Event_12_0">
<p >Next</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<video class="scenes_image" @src="setup.ImagePath+'scenes/tracy/pv/sc5.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text">Dad sit in the private room once again, the atmosphere growing more intimate. As the music's rhythm intensified, so did the connection between them. Tracy's dance was a story of passion and longing, a silent dialogue that transcended words.
</p>
<div class="dialog_text ">
<p><span class = "character">Tracy: </span>gazing deeply into his eyes "Tom, do you ever wonder what it would be like to give in to your desires?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> his voice husky "Every day."
</p>
</div>
<div class="dialog_text ">
<p><span class = "character">Tracy: </span> sipping her drink "You know, Tom, sometimes I wish I could leave all this behind."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> earnestly "What's stopping you?"
</p>
</div>
<div class="dialog_text ">
<p><span class = "character">Tracy: </span> sighing "Debts, obligations. I'm in deeper than I'd like to admit."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> softly "We all have our burdens to carry, Tracy. But there's always a way out."
</p>
</div>
<div class="dialog_text ">
<p><span class = "character">Tracy: </span> meeting his gaze "Do you really think so?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> nodding "I do. Sometimes, we just need a little help to find the path."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/tracy/pv/sc3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text ">
<p><span class = "character">Tracy: </span> leaning in, her voice suggestive "Do you need any help?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> playing along, his expression smoldering "Oh, I think your expertise might come in handy."
</p>
</div>
<div class="dialog_text ">
<p><span class = "character">Tracy: </span> winking "Consider it my civic duty."
</p>
</div>
<P class="notation_text"> The dance was a dance of unspoken confessions, a mirror of the emotions swirling within them. Tracy's movements seemed to bridge the gap between fantasy and reality, leaving Tom entranced by the world she was weaving.
</p>
<p class="notation_text">
Dad was about to pull off his pant and boxer,
</p>
<div class="dialog_text ">
<p><span class = "character">Tracy: </span> when she said, "hold on, let me do that for you." She moved towards him and put her thumbs in both sides of his boxers and began to pull them down.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/tracy/pv/sc7.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
Tracy ran her tongue up his fat shaft, and back down again. She went to the side and repeated the action, followed by the same technique up the other side. She was getting reacquainted with cock.
</p>
<p class="notation_text">
He could feel her mouth working, hear her watering mouth squishing as she sucked him in and out.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span>"Oh fuck honey," Dad groaned, "Fuck, you are good at that!" His hips started to move up and downward with her, and she moaned again, sending vibrations through his shaft, prompting him to moan again too.
</p>
</div>
<div class="enter_button" onclick="forwardTime(1);" data-passage="Club">
<p >Leave</p>
</div>
<<set $eventCount += 1>>
<<set $bedroom.status[1] += 1>>
<<set $club.status[2] -= 1>>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<p class="notation_text">
Location : <<print passage()>></p>
<p class="notation_text">
<<print $message>>
</p>
<<set $message to "" >>
<img class="scenes_image" @src="setup.ImagePath+'scenes/city/bar.jpg'" >
<p class="notation_text">Where should I go now?</p>
<div class="enter_button" data-passage="City">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div id="pos">
<img class="scenes_image" @src="setup.ImagePath+'scenes/tracy/pov/t1.jpg'" >
</div>
/% Scene 2 %/
<div class="enter_button" id="cg" >
<button ><<click " Scene 2">><<replace "#pos">><<ScrollTo "pos">>
<img class="scenes_image" @src="setup.ImagePath+'scenes/tracy/pov/t2.jpg'" >
<</replace>><</click>>
</button>
</div>
/% Scene 3 %/
<div class="enter_button" id="mis" >
<button ><<click " Scene 3 ">><<replace "#pos">><<ScrollTo "pos">>
<img class="scenes_image" @src="setup.ImagePath+'scenes/tracy/pov/t4.jpg'" >
<</replace>><</click>>
</button>
</div>
<p class="notation_text">Tracy was in private lounge with his visitor.</p>
<p class="notation_text">She got up from her chair and came round to his visitor and, sliding onto his lap she wriggled around to get comfortable.</p>
<p class="notation_text">She started stripping off and sitting on a guy's lap, letting them fondle her breasts and, as always, with the suggestion of something more.</p>
<p class="notation_text">She was naked on his laps.Losing herself in the moment she gyrated on him while his hands caressed over her hips and slid up between them to cup both her firm breasts.</p>
<p class="notation_text"> Squeezing them gently and teasing her firm nipples he made her gasp and throw her head back sending her long blonde hair cascading down her spine.
</p>
<p class="notation_text">Lust increased by 5</p>
<div class="enter_button" onclick="changeRelation(0,5,'Tracy'); forwardTime(1);" data-passage="Club" data-setter = "$message = ''">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div id="pos">
<img class="scenes_image" @src="setup.ImagePath+'scenes/tracy/pov/t3.jpg'" >
</div>
/% Scene 5 %/
<div class="enter_button" id="mis" >
<button ><<click " Scene 5 ">><<replace "#pos">><<ScrollTo "pos">>
<img class="scenes_image" @src="setup.ImagePath+'scenes/tracy/pov/t5.jpg'" >
<</replace>><</click>>
</button>
</div>
/% Scene 6 %/
<div class="enter_button" id="mis" >
<button ><<click " Scene 6 ">><<replace "#pos">><<ScrollTo "pos">>
<img class="scenes_image" @src="setup.ImagePath+'scenes/tracy/pov/t6.jpg'" >
<</replace>><</click>>
</button>
</div>
<p class="notation_text">Tracy was in private lounge with his visitor.</p>
<p class="notation_text">She got up from her chair and came round to his visitor and, sliding onto his lap she wriggled around to get comfortable.</p>
<p class="notation_text">She started stripping off and sitting on a guy's lap, letting them fondle her breasts and, as always, with the suggestion of something more.</p>
<p class="notation_text">She was naked on his laps.Losing herself in the moment she gyrated on him while his hands caressed over her hips and slid up between them to cup both her firm breasts.</p>
<p class="notation_text"> Squeezing them gently and teasing her firm nipples he made her gasp and throw her head back sending her long blonde hair cascading down her spine.
</p>
<p class="notation_text">Lust increased by 5</p>
<div class="enter_button" onclick="changeRelation(0,5,'Tracy'); forwardTime(1);" data-passage="Club" data-setter = "$message = ''">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div id="pos">
<img class="scenes_image" @src="setup.ImagePath+'scenes/tracy/pov/t7.jpg'" >
</div>
/% Scene 8 %/
<div class="enter_button" id="mis" >
<button ><<click " Scene 8 ">><<replace "#pos">><<ScrollTo "pos">>
<img class="scenes_image" @src="setup.ImagePath+'scenes/tracy/pov/t8.jpg'" >
<</replace>><</click>>
</button>
</div>
/% Scene 9 %/
<div class="enter_button" id="mis" >
<button ><<click " Scene 9 ">><<replace "#pos">><<ScrollTo "pos">>
<img class="scenes_image" @src="setup.ImagePath+'scenes/tracy/pov/t9.jpg'" >
<</replace>><</click>>
</button>
</div>
<p class="notation_text">Tracy was in private lounge with his visitor.</p>
<p class="notation_text">She got up from her chair and came round to his visitor and, sliding onto his lap she wriggled around to get comfortable.</p>
<p class="notation_text">She started stripping off and sitting on a guy's lap, letting them fondle her breasts and, as always, with the suggestion of something more.</p>
<p class="notation_text">She was naked on his laps.Losing herself in the moment she gyrated on him while his hands caressed over her hips and slid up between them to cup both her firm breasts.</p>
<p class="notation_text"> Squeezing them gently and teasing her firm nipples he made her gasp and throw her head back sending her long blonde hair cascading down her spine.
</p>
<p class="notation_text">Lust increased by 5</p>
<div class="enter_button" onclick="changeRelation(0,5,'Tracy'); forwardTime(1);" data-passage="Club" data-setter = "$message = ''">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div id="pos">
<img class="scenes_image" @src="setup.ImagePath+'scenes/clarice/dance/pic9.jpg'" >
</div>
/% Scene 5 %/
<div class="enter_button" id="mis" >
<button ><<click " Scene 6 ">><<replace "#pos">><<ScrollTo "pos">>
<img class="scenes_image" @src="setup.ImagePath+'scenes/clarice/dance/pic10.jpg'" >
<</replace>><</click>>
</button>
</div>
/% Scene 5 %/
<div class="enter_button" id="mis" >
<button ><<click " Scene 7 ">><<replace "#pos">><<ScrollTo "pos">>
<img class="scenes_image" @src="setup.ImagePath+'scenes/clarice/dance/pic11.jpg'" >
<</replace>><</click>>
</button>
</div>
/% Scene 5 %/
<div class="enter_button" id="mis" >
<button ><<click " Scene 8 ">><<replace "#pos">><<ScrollTo "pos">>
<img class="scenes_image" @src="setup.ImagePath+'scenes/clarice/dance/pic12.jpg'" >
<</replace>><</click>>
</button>
</div>
<p class="notation_text">After a while, Clarice started dancing on stage. After finishing dad approached her.</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span>"You were fucking amazing. I've had an erection that would cut glass most of the night."
</p>
</div>
<div class="dialog_text ">
<p><span class = "character">Clarice: </span> “Thanks, dear.” She told him with a broad grin! </p>
</div>
<p class="notation_text">Lust increased by 5</p>
<div class="enter_button" onclick="changeRelation(0,5,'Clarice'); forwardTime(1);" data-passage="Club" data-setter = "$message = ''">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div id="pos">
<img class="scenes_image" @src="setup.ImagePath+'scenes/clarice/pov/c4.jpg'" >
</div>
/% Scene 5 %/
<div class="enter_button" id="mis" >
<button ><<click " Scene 5 ">><<replace "#pos">><<ScrollTo "pos">>
<img class="scenes_image" @src="setup.ImagePath+'scenes/clarice/pov/c5.jpg'" >
<</replace>><</click>>
</button>
</div>
/% Scene 6 %/
<div class="enter_button" id="mis" >
<button ><<click " Scene 6 ">><<replace "#pos">><<ScrollTo "pos">>
<img class="scenes_image" @src="setup.ImagePath+'scenes/clarice/pov/c6.jpg'" >
<</replace>><</click>>
</button>
</div>
<p class="notation_text">Clarice was in private lounge with his visitor.</p>
<p class="notation_text">Clarice got up from her chair and came round to his visitor and, sliding onto his lap she wriggled around to get comfortable.</p>
<p class="notation_text">She started stripping off and sitting on a guy's lap, letting them fondle her breasts and, as always, with the suggestion of something more.</p>
<p class="notation_text">She was naked on his laps.Losing herself in the moment she gyrated on him while his hands caressed over her hips and slid up between them to cup both her firm breasts.</p>
<p class="notation_text"> Squeezing them gently and teasing her firm nipples he made her gasp and throw her head back sending her long blonde hair cascading down her spine.
</p>
<p class="notation_text">Lust increased by 5</p>
<div class="enter_button" onclick="changeRelation(0,5,'Clarice'); forwardTime(1);" data-passage="Club" data-setter = "$message = ''">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div id="pos">
<img class="scenes_image" @src="setup.ImagePath+'scenes/clarice/pov/c1.webp'" >
</div>
/% Scene 2 %/
<div class="enter_button" id="cg" >
<button ><<click " Scene 2">><<replace "#pos">><<ScrollTo "pos">>
<img class="scenes_image" @src="setup.ImagePath+'scenes/clarice/pov/c2.jpg'" >
<</replace>><</click>>
</button>
</div>
/% Scene 3 %/
<div class="enter_button" id="mis" >
<button ><<click " Scene 3 ">><<replace "#pos">><<ScrollTo "pos">>
<img class="scenes_image" @src="setup.ImagePath+'scenes/clarice/pov/c3.gif'" >
<</replace>><</click>>
</button>
</div>
<p class="notation_text">Clarice was in private lounge with his visitor.</p>
<p class="notation_text">Clarice got up from her chair and came round to his visitor and, sliding onto his lap she wriggled around to get comfortable.</p>
<p class="notation_text">She started stripping off and sitting on a guy's lap, letting them fondle her breasts and, as always, with the suggestion of something more.</p>
<p class="notation_text">She was naked on his laps.Losing herself in the moment she gyrated on him while his hands caressed over her hips and slid up between them to cup both her firm breasts.</p>
<p class="notation_text"> Squeezing them gently and teasing her firm nipples he made her gasp and throw her head back sending her long blonde hair cascading down her spine.
</p>
<p class="notation_text">Lust increased by 5</p>
<div class="enter_button" onclick="changeRelation(0,5,'Clarice'); forwardTime(1);" data-passage="Club" data-setter = "$message = ''">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div id="pos">
<img class="scenes_image" @src="setup.ImagePath+'scenes/clarice/pov/c7.jpg'" >
</div>
/% Scene 8 %/
<div class="enter_button" id="mis" >
<button ><<click " Scene 8 ">><<replace "#pos">><<ScrollTo "pos">>
<img class="scenes_image" @src="setup.ImagePath+'scenes/clarice/pov/c8.jpg'" >
<</replace>><</click>>
</button>
</div>
/% Scene 9 %/
<div class="enter_button" id="mis" >
<button ><<click " Scene 8 ">><<replace "#pos">><<ScrollTo "pos">>
<img class="scenes_image" @src="setup.ImagePath+'scenes/clarice/pov/c9.jpg'" >
<</replace>><</click>>
</button>
</div>
<p class="notation_text">Clarice was in private lounge with his visitor.</p>
<p class="notation_text">Clarice got up from her chair and came round to his visitor and, sliding onto his lap she wriggled around to get comfortable.</p>
<p class="notation_text">She started stripping off and sitting on a guy's lap, letting them fondle her breasts and, as always, with the suggestion of something more.</p>
<p class="notation_text">She was naked on his laps.Losing herself in the moment she gyrated on him while his hands caressed over her hips and slid up between them to cup both her firm breasts.</p>
<p class="notation_text"> Squeezing them gently and teasing her firm nipples he made her gasp and throw her head back sending her long blonde hair cascading down her spine.
</p>
<p class="notation_text">Lust increased by 5</p>
<div class="enter_button" onclick="changeRelation(0,5,'Clarice'); forwardTime(1);" data-passage="Club" data-setter = "$message = ''">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/office/office1.jpg'" >
<p class="notation_text"> Dad went to start his shift at the office.</p>
<p class="notation_text">Money increased by $20</p>
<div class="enter_button" onclick="getInfo(20,'Money'); getInfo(5,'Work'); forwardTime(1);" data-passage="Office" data-setter = "$message = ''">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/tracy/t58.jpg'">
<P class="notation_text">As their conversations grow more comfortable, Dad sees an opening to bring up the club's inner workings.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> leaning in, his voice low "Tracy, I've been hearing rumors about some shady dealings in the club."
</p>
</div>
<div class="dialog_text ">
<p><span class = "character">Tracy: </span> cautious "What kind of dealings?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> carefully "You know, things that might not be entirely legal."
</p>
</div>
<div class="dialog_text ">
<p><span class = "character">Tracy: </span> studying him "And why are you telling me this?"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/dad/dad63.jpg'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> sincerely "Because I think you deserve better than being caught up in all this. If you have any information, I might be able to help."
</p>
</div>
<div class="dialog_text ">
<p><span class = "character">Tracy: </span> hesitating "I might know a thing or two. But you have to promise not to get me involved."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> nodding "You have my word, Tracy."
</p>
</div>
<P class="notation_text">Their connection had deepened, and Tom's slow and careful approach began to show results. With each passing day, he peeled back layers of Tracy's world, inching closer to the information he needed to expose the truth behind Sin City's operations.
</p>
<div class="enter_button" onclick="forwardTime(1);" data-passage="Club">
<p >Leave</p>
</div>
<<set $eventCount += 1>>
<<set $bedroom.status[2] += 1>>
<<set $club.status[3] -= 1>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="enter_button">
<p><<print passage()>></p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/tracy/t56.jpg'">
<P class="notation_text">Dad's persistence and genuine interest in Tracy had built a foundation of trust between them. As they sat in their usual spot, Tom's curiosity took a more direct turn.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> leaning in, his voice hushed "Tracy, I've been hearing whispers about Frank's involvement in some... questionable matters."
</p>
</div>
<div class="dialog_text ">
<p><span class = "character">Tracy: </span> looking around cautiously "You're not the only one who's heard those whispers. Frank's not as clean as he portrays himself to be."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> curious "What kind of matters are we talking about?"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/tracy/t61.jpg'">
<div class="dialog_text ">
<p><span class = "character">Tracy: </span> pausing, her expression cautious "I've overheard conversations, seen things. Frank's ruthless, and he's not afraid to eliminate obstacles."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> leaning in further "Have you ever come across any evidence? Something that could expose him?"
</p>
</div>
<div class="dialog_text ">
<p><span class = "character">Tracy: </span> Her voice dropped to more of a whisper, "Apparently Frank Harwood threatened the owner that if he didn't sell at the price he was offered, there would be severe consequences. One day I was passing Markov's office I heard, He instructed Deryl to keep a video hidden."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/dad/dad47.webp'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> intrigued "A video? Do you know where it is?"
</p>
</div>
<div class="dialog_text ">
<p><span class = "character">Tracy: </span> hesitating "Deryl was paranoid. Somewhere only he and Clarice knew about."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> processing the information "Tracy, this could be a game-changer. We need that video to expose Frank's crimes."
</p>
</div>
<div class="dialog_text ">
<p><span class = "character">Tracy: </span> nervous "But if he finds out I've been talking about this..."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> reassuring "I won't let anything happen to you, Tracy. You've taken a risk by sharing this with me."
</p>
</div>
<<set $eventCount += 1>>
<<set $club.status[5] -= 1>>
<div class="enter_button" data-passage="Patreon">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/dad/dad93.jpg'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> "Yeah, I think so, it's just..."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span>"It's just the waiting, the uncertainty, I know it's the same for me." Her words surprised him.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> "But I thought..."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/jessica/j25.jpg'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Stop thinking. Do you want me to be a slut, a whore? Yes, or no?" Jessica stated bluntly.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> "Yes." His answer was brief and succinct.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "And I want to be those things to. Not just for you but for me as well. We're doing this together remember. If one of us wants out of this then both of us stop. That's what we agreed." His girlfriend told him firmly, "Now for the last time. Do you want Frank Harwood to fuck me?"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/dad/dad37.jpg'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> "Yes." He replied shamefaced, "I want you to be a slut and let him have you."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Good, because I want it to. So that's an end to this conversation." Jess stated with finality.
</p>
</div>
<P class="notation_text"> Dad managed to keep his emotions under some sort of control. Unable to sit still he followed her around like a lost puppy, desperate to cling to these last moments with her.
</p>
<div class="enter_button" onclick="forwardTime(1);" data-passage="Home">
<p >Leave</p>
</div>
<<set $eventCount += 1>>
<<set $club.status[0] += 1>>
<<set $bedroom.status[0] -= 1>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<video class="scenes_image" @src="setup.ImagePath+'scenes/tracy/tv/sc20.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Tracy and Dad had several meets after their first one before theywent...intimate. That was an eye opening experience for him too. Even though Dad was trying to be objective, He felt himself being drawn towards Tracy in a serious way too. Dad wasn't quite in love with her yet...but He was definitely in lust.
</p>
<P class="notation_text"> That fateful meet they went out to club and then to a nice restaurant. After eating, Tracy mentioned wanting to show him her place.
</p>
<P class="notation_text"> Parking in front of her place, Taking his hand, she led him inside to her bedroom.where she proceeded to undress and then do a very sexy strip tease herself.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/tracy/tv/sc21.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Coming forward, Tracy kissed him ...then with a smile on her lips, she leaned into him and kissed him deeply. Dad could taste her lips and tongue as she kissed him thoroughly.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/tracy/tv/sc23.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Dad was standing infront her with lust and his cock was rock hard the instant she touched him down there. Before she had touched his zipper as a matter of fact.
</p>
<div class="dialog_text ">
<p><span class = "character">Tracy: </span> when she said, "hold on, let me do that for you." She moved towards dad and put her thumbs in both sides of his pant and began to pull them down.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/tracy/tv/sc24.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text">By the time Dad turned down her street her hot wet lips had taken his cock between them and she was proving to be an excellent oral artist.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> "Fuck Tracy, that's so good!" Dad moaned. He resisted the urge to thrust up into her mouth, what she was doing felt incredible. She'd obviously gained some experience over the years too.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/tracy/tv/sc25.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> she kept working on his hard shaft until Dad knew he was about to cum. He tapped her on her shoulder to warn her, and she just glanced at him while still sucking. Dad could see a kind of smile in her eyes as she slowly, ever so slowly took him fully into her mouth, and then Dad lost it.
</p>
<P class="notation_text"> She swallowed all his seed, spilling none. Dad was amazed.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/tracy/tv/sc18.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Once she was naked, she leaned back onto her bed, then straddled his chest. As he reached down and caressed her breasts, she pressed up and sucked his tongue into her mouth. Dad could feel the heat of her pussy on his lower stomach as his cock throbbed and tried to reach out and touch her.
</p>
<P class="notation_text"> Laying down, she worked her body up, until her pussy was just inches from his mouth. He was wanting to taste her so bad at that point Dad wasn't thinking of anything else. Dad moved down a bit and just got the tip of his tongue to slip along the folds of her very hot and very wet pussy lips. Her sweet and salty taste made his cock jump up and down as Dad tried to work more of his tongue into her.
</p>
<P class="notation_text"> She moaned, her hips rolling and then moving up until his whole face was buried in her crotch. He had fingers caressing around her little butt hole as his other hand slipped up to cup a breast. She moaned louder and began to rock her hips up and down.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/tracy/tv/sc19.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Dad's whole face was getting wet, and his tongue was very busy, slipping in and out of her overheated tightness. Dad soon began to concentrate on her little hard bud of a clit. Each time his tongue would slip lightly across it, she would pressed up hard onto his face. Almost cutting off his air supple each time.
</p>
<P class="notation_text"> Soon she began to cum. Her orgasm was taking over her whole being it seemed like. He had two fingers right on her little butt hole, massaging it, but not entering it. As she came, her little hole back there opened up like magic and Dad found those two fingers completely buried in her bottom
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/tracy/tv/sc26.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Dad could feel his tongue as she rocked and rolled on his face. When she finished cumming, she shook and shook, while Dad was fighting for a breath. Just as he was about to get worried, she rolled off his face and fell along side him.
</p>
<div class="dialog_text ">
<p><span class = "character">Tracy: </span> "Oh God...that was wonderful. You are a first class pussy eater Tom. Oh baby...I want more. Lots more."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> "Well, I have lots more for you if you want sweetie. You ain't so bad yourself you know. I love how you taste too by the way. Finger licking good."
</p>
</div>
<div class="enter_button" data-passage="Event_Tracy_1">
<p >Next</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Club Night -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/frank/f16.jpg'">
<div class="dialog_text ">
<p><span class = "character">Frank: </span> "Do I get a coffee or is this private?" A fully dressed Frank Harwood came into the kitchen and dropped into a chair, taking Jessica's hand and pulling her across onto his lap.
</p>
</div>
<P class="notation_text"> She didn't resist and just looked helplessly at her boyfriend as one arm encircled her waist while the other slid up under her t-shirt to cup one of her small firm tits.
</p>
<P class="notation_text"> Putting the mug of coffee in front of him Dad sat back down, watching as the older man casually molested his un-protesting girlfriend.
</p>
<div class="dialog_text ">
<p><span class = "character">Frank: </span> "You're gonna make a great whore baby." Frank told her, his fingers pinching and rolling her nipples, making her moan softly, "Did you tell your boyfriend, your first client will be this Sunday?"
</p>
</div>
<P class="notation_text"> Jessica bit her lip giving an almost imperceptible shake of the head to tell Dad not to react. If he noticed Frank didn't mention it and continued mauling her perky little breasts as he spoke.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/frank/f15.webp'">
<div class="dialog_text ">
<p><span class = "character">Frank: </span> "Your girlfriend is an excellent fuck Tom. I've had a lot of whores in my time and I can tell you she's one of the best." His derisive comments just made Dad want to strangle him but, somehow, he held on to his temper.
</p>
</div>
<P class="notation_text"> Slowly finishing his coffee Frank intermittently groped Jess's tits before shoving her off his lap and getting up to leave.
</p>
<div class="dialog_text ">
<p><span class = "character">Frank: </span> "Don't forget, Sunday at my house. Be there for 9 p.m. and your first client Jessica." His business-like tone was curt and abrupt, "And Tom, feel free to come along, you'll probably be driving your girlfriend to most of her customers in the future anyway."
</p>
</div>
<P class="notation_text"> He pulled Jess against him, kissing her one final time before turning to go.
</p>
<div class="dialog_text ">
<p><span class = "character">Frank: </span> "Oh, and don't fret baby, you'll be spending plenty of time in my bed as well." He leered at her one last time, slapping her rear, before he let himself out.
</p>
</div>
<P class="notation_text"> Frank Leave
</p>
<div class="enter_button" onclick="forwardTime(1);" data-passage="Home">
<p >Leave</p>
</div>
<<set $eventCount += 1>>
<<set $kitchen.status[0] += 1>>
<<set $bedroom.status[1] -= 1>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Club Midday -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/dad/dad76.jpg'">
<P class="notation_text"> However, he did manage to get a moment with her when she excused herself to go to the bathroom and he discretely followed her out of the main room.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> "So, what's the plan?" He asked as soon as they were out of earshot.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Do you know who he is?" Jessica responded with a question of her own.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> Dad shook his head, "No idea, sorry."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/jessica/j40.jpg'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "He's standing for Parliament. He's probably going to be our next MP and I guess Frank wants him in his pocket." She informed her boyfriend knowingly.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> "Blackmail then?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> It was her turn to nod, "I've got to get him into the master bedroom, which won't be difficult. He can't keep his hands off me."
</p>
</div>
<P class="notation_text"> She shivered, partly from lust and partly from disgust, as she thought about his thick dark fingers on her body before continuing.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/jessica/j51.jpg'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "My guess is that Frank intends to record him having sex with me somehow, to use as leverage later."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> "So, all I have to do is find out how and where he's taping you?" Dad frowned knowing it wasn't going to be easy.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "I'd better get back; he's already getting impatient to get me upstairs." She kissed her boyfriend lightly on the lips, "Remember, you're the man I love."
</p>
</div>
<P class="notation_text"> With that she turned on her heel and made her way back to the party.
</p>
<div class="enter_button" data-passage="Event_13">
<p >Next</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/jessica/j23.jpg'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> Jessica looked at him wide-eyed for a moment then jumped up off the bed, "No, never, that's so not true. I love you. I've loved you since the moment I met you."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> She flung her naked body against him wrapping her arms about his neck as she began to cry, "Please Tom, please, I wish we'd never started this."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> He held her, letting her cry into his shoulder, "I'm sorry it was just seeing you like that. Coming so hard with him."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> Jess sniffed and looked up at him, "You saw us?"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/dad/dad67.jpg'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> He nodded, "Yeah Frank has the room rigged with cameras and microphones. He recorded it all."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> Wiping away her tears she bit her lip, "And you saw where he keeps the recordings?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Dad: </span> "Mmhhmm... and his ledgers." Dad grinned, "I think we've got him."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Oh Tom!" She flung her arms about his neck and kissed her boyfriend passionately, "Let's go home. I want you to make love to me."
</p>
</div>
<P class="notation_text"> Jessica dressed as quickly as she could, which wasn't very fast at all, and then they slipped discretely out of the party without anyone seeing them.
</p>
<div class="enter_button" onclick="forwardTime(1);" data-passage="Home">
<p >Leave</p>
</div>
<<set $eventCount += 1>>
<<set $club.status[4] += 1>>
<<set $bedroom.status[2] -= 1>>
<</nobr>>
</div>
<<nobr>>
<div style="margin-top:5vw;">
[[Event_11]]
[[Event_1]]
[[Event_Tracy_0]]
[[Event_Tracy_1]]
[[Event_Tracy_2]]
[[Event_Tracy_3]]
[[Event_Tracy_4]]
[[Event_Tracy_5]]
[[Event_Tracy_6]]
[[Event_Tracy_7]]
[[Event_Tracy_8]]
<div>
<p style="notation_text">Created by The Twist | Game version: v1.3 "Chapter 3"</p>
</div>
<div>
<p style="notation_text">We hope you enjoy this game! With ♥ from The Twist.</p>
</div>
<</nobr>>
<<script>>
UIBar.show();
<</script>>
<div class="big_text">
<<nobr>>
<!-- Bedroom Night -->
<video class="scenes_image" @src="setup.ImagePath+'scenes/frank/jv/sc1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Jessica shamefacedly got to her feet and, glancing despairingly at Dad, took Frank's hand to lead him through the flat leaving her boyfriend to follow them.
</p>
<P class="notation_text"> Standing by the bed Frank pulled her against him, kissing her firmly on the lips, his hand fondling her barely clad backside as Jess slipped her arms around his neck and tipped her face up to his.
</p>
<P class="notation_text"> Ignoring Dad as they kissed Jess responded eagerly. Her tongue delving into his mouth while he kneaded her firm buttocks before trailing his right-hand round to the front of her hips and shoving it roughly between her legs.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Ahhhhhhhh.... fuck!"
</p>
</div>
<P class="notation_text"> Automatically Jessica's thighs parted to give Frank unobstructed access to her sex, his fingers tracing along the length of her slit through the lacy black thong she had on. With her eyes closed she let her head fall back, blonde hair cascading over her shoulders as his now unrestrained hand started to rub along her cleft pressing the scanty material into her.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/frank/jv/sc2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Lowering his mouth to her tit Frank took a swollen nipple between his lips and suckled on it hungrily making Jess groan softly yet again.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Oh fuck.... yes.... oh yes, ohhhhh!"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Aaaahhhhhh fuck... shit.... shit!" Jess whimpered even louder, holding onto the gang boss, her hand now inside his unfastened trousers and wrapped around his dick, unmoving as she held his rigid pole.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Uhhhhhh.... shit.... oh shit.... I.... I.... Unhhhhhh!" Jess grunted, her back arching and her hips gyrating as he worked her tight moist little hole.
</p>
</div>
<div class="dialog_text ">
<p><span class = "character">Frank: </span>"Fucking hell, you're so bloody wet." Her soon to be lover sighed worming his digits deeper inside her pussy.
</p>
</div>
<P class="notation_text"> She was losing control now and spread her legs even further apart to completely and shamelessly expose herself to a man who was more than twice her age.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/frank/jv/sc3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text ">
<p><span class = "character">Frank: </span> "Suck me baby. Take my dick in your mouth for me." He pulled his glistening fingers out of her stretched fuck hole and guided her down onto her knees before him.
</p>
</div>
<P class="notation_text"> Unable to resist Jess glanced at her boyfriend, a lost, hopeless expression on her face as she finished undoing his pants and tugging them down his legs to let his hard prick spring free. It had seemed big when Jess had wanked him off in the club but close up, as she was about to take it in her mouth, it looked even bigger to her.
</p>
<P class="notation_text"> Her eyes went back to his shaft as her hand wrapped around it her fingers barely meeting as she lightly stroked along its length, her fist twisting as she pumped it.
</p>
<div class="dialog_text ">
<p><span class = "character">Frank: </span> "Put it in your mouth and suck it!" Frank's deep voice urged.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/frank/jv/sc4.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Jessica looked up at him, her lips parting around the bulbous head while her tongue flicked it teasingly, before her mouth swallowed the first few hard inches.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Murrmmmmm... Nuunnnnggggg... Urrrmmmmmmmmm." Jess sucked hungrily, tightening her lips around the thick rod and slurping noisily as she surrendered to the feelings that were building inside of her.
</p>
</div>
<P class="notation_text"> The lust, arousal, shame and humiliation all combining to overcome any sense of propriety she might have had.
</p>
<P class="notation_text"> Frank looked across at Dad, leering, his hand on Jessica's blonde hair as he guided her movements.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/frank/jv/sc5.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text ">
<p><span class = "character">Frank: </span> "Your girlfriend certainly knows how to suck dick. She's gonna be really popular with her clients."
</p>
</div>
<P class="notation_text"> Jessica's eyes opened wide at his comment but her head continued to bob back and forth. Her lips tight around his thickness, sliding along it and coating it with her spit as she pleasured him with her mouth.
</p>
<P class="notation_text"> Dad grabbed the door frame for support his knees almost giving way at the sight of his pretty blonde girlfriend sucking on the gangster's cock while his own erection throbbed painfully in his pants.
</p>
<div class="enter_button" data-passage="Event_4">
<p >Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<video class="scenes_image" @src="setup.ImagePath+'scenes/frank/jv/sc9.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> He moved his hand away and his body sank down slowly on top of hers, his thick length entering her juicy pink slit inch by hard inch until he was fully sheathed inside her.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Oh fuck, yes... oh yes... it's so fucking.... big!" Jessica gasped, her body arching up off the bed as his tumescent manhood filled her.
</p>
</div>
<P class="notation_text"> Dad stared; the gang boss was inside her, and she hadn't stopped him, instead she had begged him to fuck her.
</p>
<P class="notation_text"> Frank's hips started to move, his backside rising and falling between her stockinged thighs and, after the first few slow movements, Jessica's legs came around his, wrapping around his calves as her hands both moved down to clutch at his backside, pulling him deeper.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Oh fuck, fuck... don't stop, oh please... don't stop!" Her cries started to increase in volume as he worked his erection in and out of her compliant form.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/frank/jv/sc10.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Responding to her moans Frank began to pump into her more forcefully, driving his length all the way up into her pussy again and again, his hips slapping against hers with every stroke.
</p>
<P class="notation_text"> Jessica could hardly believe what she was doing; the 50-year-old gang boss was fucking her and she was allowing it to happen, even worse she was enjoying it. The feelings of lust, shame and disgust this created in her only served to arouse her even more than she was already.
</p>
<P class="notation_text"> Dad stared, ashamed but mesmerised at the same time as Frank lifted himself up on to his arms, putting some distance between their bodies, and then began to pound even more vigorously into his girlfriend.
</p>
<P class="notation_text"> He could see everything now, with the gap between them and was amazed that his girlfriend could take all of his huge organ. Her pink lips were stretched around it as he pulled almost all the way out, and then disappeared up into her slit as he cannoned back into her with a thudding sound as their bodies impacted together.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Oh my God... my God... oh fuck... fuck...oh yes!" Jessica was screaming now, arching her back as she felt her first climax begin to grow within her.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/frank/jv/sc11.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Squeak!
</p>
<div class="dialog_text jc_dialog_text">
<p><span>>class = "jc">Jess: </span> "Ungh!"
</p>
</div>
<P class="notation_text"> Squeak!
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Ungh!"
</p>
</div>
<P class="notation_text"> Squeak!
</p>
<P class="notation_text"> Beneath their writhing bodies the bedsprings were creaking rhythmically in time with Frank's strokes, punctuating his grunts, as he pistoned his manhood into Jessica's wet and willing sex.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Fuck, oh fuck, oh my God... I'm... I'm cuuummmminnggggggggggg!"
</p>
</div>
<P class="notation_text"> Jessica squealed, her body thrashing under her lovers as her orgasm finally exploded totally overwhelming her and sending her into a series of wild convulsions.
</p>
<div class="enter_button" data-passage="Event_5">
<p >Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<video class="scenes_image" @src="setup.ImagePath+'scenes/frank/jv/sc21.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Staring straight at him Jess couldn't stop the feelings as they slammed into her body sending her over the edge, her slim frame writhing uncontrollably on Franks iron hard dick.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Fuck, oh fuck... I'm gonna.... CUMMMMMMMMMMMMMMM!" She stared at her boyfriend, squealing with pleasure, as she came.
</p>
</div>
<P class="notation_text"> Her body tensed then jerked rapidly, Franks hands groping her breasts roughly as her orgasm took her, sending a tidal wave of pleasure through her.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> Opening her eyes as the sensations began to ebb away, she mouthed, 'I love you!' to him before Frank rolled her over onto her back, his prick never leaving her still gushing cunt.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/frank/jv/sc22.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> With Jessica spreadeagled under him he began to fuck her vigorously, his bottom pumping furiously between her splayed thighs as he hammered his hard shaft into her pussy.
</p>
<div class="dialog_text ">
<p><span class = "character">Frank: </span> "Ungh... Unghhh... Ungh... Unghhhh!" Frank grunted with every thrust he made as he drove his cock into Jess's body, forcing it as deep as he could.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Oh... my... God, yes... yes.... fuck MEEEEEEEEEEE!" Her shrieks reverberated around the room as she thrashed under her lover taking every inch of his length in her.
</p>
</div>
<P class="notation_text"> Standing in the doorway Dad watched their second coupling, Jessica's fingers twisting in the bedcovers as she convulsed under Franks body. Her head jerked from side to side flinging her blonde hair across her face and her boyfriend knew her second climax was obviously building in her.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Oh shit... I'm... CUUUMMMMMIIINNNGGGGGGGGG!" She screamed, her slim frame starting to spasming violently again, her back arching up off the bed, as her orgasm hit her like a thunderbolt.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/frank/jv/sc23.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Franks thrusts increased in their ferocity and he began to slam his hardness forcefully into Jess's compliant form. Forcing her into the mattress until, almost without warning his whole body tensed.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Aaaahhhhhh... fuck, fuck.... take it whore.... yesssssssss!" He groaned shuddering intensely, his weight on her pressing her down.
</p>
</div>
<P class="notation_text"> His buttocks clenched then pumped frantically and Jessica knew he was pumping another copious load of his seed into her belly.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Jess: </span> "Oh yes... cum in me." She whispered, her arms encircling his neck, pulling his mouth to hers in a deep passionate kiss.
</p>
</div>
<P class="notation_text"> Turning away, his heart thudding as if it was about to burst Dad's shoulders slumped in abject surrender as he headed to the kitchen.
</p>
<div class="enter_button" data-passage="Event_7">
<p >Continue</p>
</div>
<</nobr>>
</div>