<?php
	include_once($_SERVER["DOCUMENT_ROOT"]."/inc/funciones/general.php");
	$g_Fotos_sPath="ashley-jane-abierta-piernas-masturbandose-dildo";
	$g_Fotos_nFotos=16;
	$g_Fotos_nFotoActual=LeerNumero("foto",1);
	if($g_Fotos_nFotoActual<0 || $g_Fotos_nFotoActual>$g_Fotos_nFotos)
	{
		header("Location: /fotos/ashley-jane-abierta-piernas-masturbandose-dildo/");
		exit;
	}
	$g_Fotos_sTitulo="Ashley Jane abierta de piernas masturbándose con un dildo";
	$g_Fotos_sActores="Ashley Jane";
	$g_Fotos_sPatrocinador="In The Crack";
	$g_Fotos_sURLPatrocinador="http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=919073-0000&PA=2156365";
	$g_Fotos_sFicheroPromo="";
	$g_Fotos_bDeVideo=false;
	include($_SERVER["DOCUMENT_ROOT"]."/paginas/visor-foto.php");
?>