#!/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~"; CJ Wright's BBW interracial hardcore
CJwrightxxx.com
Cj Wright And Victoria
What a wonderful young lady to come across......all 60 "Bootyful" inches of her!!!! Let me just start by saying that once I laid my eyes on THIS, I had to get down on one knee and ask her to marry me. Needless to say she turned me down but Victoria was still down to let me massage all 60 inches of her firm "yellow ass!" How many yellow Latin girls do you see walking around.....
   
Victoria_Scene8_01.jpg Victoria_Scene8_08.jpg
   
Victoria_Scene8_09.jpg Victoria_Scene8_13.jpg
       
Victoria_Scene8_14.jpg Victoria_Scene8_16.jpg
       
Victoria_Scene8_23.jpg CherishL_Scene5_32.jpg
 
Victoria_Scene8_33.jpg Victoria_Scene8_35.jpg
   
Victoria_Scene8_37.jpg
Victoria_Scene8_40.jpg
   
Victoria_Scene8_42.jpg Victoria_Scene8_45.jpg
   
Victoria_Scene8_46.jpg Victoria_Scene8_47.jpg

CLICK HERE TO BROWSE CJ WRIGHT

CJ WRIGHT ™

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