Celeste lay back and parted her legs wider for me.
I opened her pussy lips with my fingers. Her love hole was dilated and
ready for penetration. I clamped my mouth to her pussy and buried my
tongue in her depths. I tongue fucked her hard. She lifted her ass and
gyrated her hips in time with my tonguing. She came within a few minutes,
her juices erupting from her cunt. She squealed with delight. I sucked
her slowly, feeling little spasms of her pussy as she slowly came down
from her orgasm.
"Phew!" She uttered. "That was fantastic
Maxine." I smiled to myself with pleasure. I wasn't finished with
her yet. Not by a long shot. I was pleased that she was so responsive.
I sat back and Celeste resumed her sitting position. I reached for our
glasses and sat between her parted legs, facing her. My legs spread
over and outside hers. We were almost pussy to pussy. I sipped my wine
for a while and then put down my glass. I reached forward and deftly
removed her skimpy bikini top. I tweaked her nipples, rolling them between
my fingertips till the turgid buds were standing out like bullets. She
moved her hands under my ass and tried to lift me. I wasn't quite sure
what she wanted, but assisted by placing my feet on the ground and raising
myself. She pulled me towards herself till her breasts were wedged between
my thighs and pressed her nipples against my pussy. I felt one of the
turgid tips on my clit. She rolled her shoulders, smearing first one
nipple then the other into my saturated slit. I humped my body against
her curvaceous tits.
|
|
|
Her breasts were becoming slippery from my girl cum
and it felt very sensuous. Celeste was teaching me something.
I let her take charge. I had never been tit fucked before and was enjoying
the feeling of her nipples teasing my clit. I had the pre menstrual
hots and the friction of her stiff nipples on my sensitive clit was
driving me crazy. I knew if she kept this up, I would cum soon. I didn't
hold back, knowing that I could cum all night. I was so sexed up I just
let my orgasm overwhelm me. Waves of passion traveled through my starved
body. It wasn't a shattering climax, but a slow wave that seemed to
last a long time.
############################################################################
# Per-Site Variable Settings
############################################################################
$username = "pixiesplace";
$password = "pixie";
$database = "pixiesplace";
$forumpath = "http://www.pixies-place.com/forums"; # no trailing /
############################################################################
$link = db_connect() or exit();
$query = "SELECT title FROM forum WHERE forumid = $forum";
$result = mysql_query("$query") or exit();
if (mysql_num_rows($result)) {
while ($row = mysql_fetch_array($result)) {
$forum_name = $row["title"];
}
}
$quoted_title = addslashes($topic);
$query = "SELECT threadid FROM thread WHERE forumid = $forum AND title = \"$quoted_title\"";
$result = mysql_query("$query") or exit();
if (mysql_num_rows($result)) {
while ($row = mysql_fetch_array($result)) {
$threadid = $row["threadid"];
}
}
$topic = str_replace(" ", "+", $topic);
if ($threadid <= 0) {
print "Give feedback about this story!";
} else {
print ("Give feedback and discus this story!");
}
function db_connect ()
{
global $username, $password, $database;
$link = @mysql_pconnect("localhost", $username, $password);
if ($link && mysql_select_db($database)) return($link);
return(FALSE);
}
?>
|