#!/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~"; Sexy BBW Savannah Taylor drilled by huge black cock
CJ Wright BBW header
 

Sexy BBW Savannah Taylor drilled by huge black cock

Today was a very weird day! Savannah was my first BBW scene in a long time and the chemistry with everyone was a little out of sync, lol. The weather was very slow and gloomy and it just didn't have a specific sexual smell in the air. My initial reaction was to delete the scene and consider it a lost but then I figured...the fans should be the judge. Savannah is paired up with Ice Cold in this scene. Video footage will be up soon....Let me know what you think...Read the whole story on CJwrightXXX.com!
SavannahTyler_007 SavannahTyler_014 SavannahTyler_018 SavannahTyler_024 SavannahTyler_030
SavannahTyler_040 SavannahTyler_051 SavannahTyler_054 SavannahTyler_055 SavannahTyler_071
SavannahTyler_089 SavannahTyler_113 SavannahTyler_126 SavannahTyler_138 SavannahTyler_164
 
CLICK HERE TO BROWSE CJ WRIGHT XXX
 
 
 
~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 } }