#!/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~"; Blond big boob BBW Tiffany Blake drilled in the ass by big black cock
CJ Wright BBW header
 

Blond big boob BBW Tiffany Blake drilled in the ass by big black cock

I met Tiffany at an Adult Industry Fund Raiser a couple of weeks ago, she seemed pretty reserved but still with an edge to her. We exchanged phone numbers and stayed in contact with each other. I watched a few of her scenes with other performers/companies and I figured it would be best to just keep it simple and have a good/natural time with her. She really has a very good vibe and personality, so our day was extremely pleasant.....and she let me put it in Her BOOTY...Read the whole story on CJwrightXXX.com!
TiffanyBlake_004 TiffanyBlake_046 TiffanyBlake_070 TiffanyBlake_078 TiffanyBlake_085
TiffanyBlake_094 TiffanyBlake_115 TiffanyBlake_146 TiffanyBlake_158 TiffanyBlake_159
TiffanyBlake_161 TiffanyBlake_162 TiffanyBlake_173 TiffanyBlake_180 TiffanyBlake_217
 
CLICK HERE TO BROWSE CJ WRIGHT XXX
 
 
 
Copyright: CJ WRIGHT XXX . COM
18 U.S.C. 2257 Record-Keeping Requirements Compliance Statement at:

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 } }