#!/usr/bin/perl -T ###################### #¡¡author:glisten # http://www.dsl-speed.org ###################### &get_form_data; &emptyid unless $FORM{'sid'}; $afid=$FORM{'sid'}; &gencode; sub emptyid{ $login_page="http://www.adultworldmedia.com"; # Replace to your affiliate program url print "Content-Type: text/html\n\n"; print <<"~EOT~"; Generator error Please input Your affiliate ID Try again. ~EOT~ exit; } sub gencode{ print "Content-Type: text/html\n\n"; print <<"~EOT~"; BBW Monique and CJ Wright in hot interracial sex action
CJ Wright BBW header
 

BBW Monique and CJ Wright

I first met Monique on myspace, she was the first girl that I had ever shot for my BBW movie. Originally I wasn't sure to put the scene on dvd or website but I knew that I was just ready to start something fresh and get my name out there as someone to compete against in the BBW community. Once I met monique, she and I talked for a few weeks until we finally met each other for the shoot. She really came across as a very sincere person and she really had an open mind about my ideas. I haven't spoke with her in a few months but I'd like to have her as a guest on the site soon.....I've included a nice load of exclusive photos, so post on my forum and let me know what you think of her.
Monique_12 Monique_14 Monique_16
Monique_17 Monique_19 Monique_22
Monique_29 Monique_39 Monique_41
Monique_53 Monique_55 Monique_56
Monique_59 Monique_63 Monique_72
CLICK HERE TO BROWSE CJ WRIGHT XXX
     
 
 

Copyright: CJ WRIGHT XXX . COM
18 U.S.C. 2257 Record-Keeping Requirements Compliance Statement:
http://cjwrightxxx.com/2257.html

~EOT~ exit; } # Get form data sub get_form_data { read(STDIN,$buffer,$ENV{'CONTENT_LENGTH'}); if ($ENV{'QUERY_STRING'}) { $buffer = "$buffer\&$ENV{'QUERY_STRING'}" } @pairs = split(/&/,$buffer); foreach $pair (@pairs) { ($name,$value) = split(/=/,$pair); $value =~ tr/+/ /; $value =~ s/\t//g; $value =~ s/%([a-fA-F0-9][a-fA-F0-9])/pack("C",hex($1))/eg; $FORM{$name} = $value } }