#!/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 Tasha Starzz and CJ wright in kinky interracial hardcore video
CJ Wright BBW header
 

BBW Tasha Starzz and CJ Wright

When I first met Tasha it was through a text message, it read: Hey is this Cj Wright, Can I call you? I said NO, because I was busy but somehow we kept texting and soon I found out that she was a pretty cool person. We met for lunch on Ventura and Sepulveda a few days later and I quietly became attracted to her. So I gave her a call and asked her to come hang out. The energy between us was crazy and you'll see why.....lol!
TashaStarzz_013 TashaStarzz_020 TashaStarzz_026 TashaStarzz_035 TashaStarzz_051
TashaStarzz_094 TashaStarzz_125 TashaStarzz_190 TashaStarzz_203 TashaStarzz_318
TashaStarzz_334 TashaStarzz_336 TashaStarzz_427 TashaStarzz_440 TashaStarzz_448
 
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 } }