<?php
	include_once($_SERVER["DOCUMENT_ROOT"]."/inc/funciones/general.php");
	$g_Fotos_sPath="carmen-v-metiendose-dildo-culo";
	$g_Fotos_nFotos=15;
	$g_Fotos_nFotoActual=LeerNumero("foto",1);
	if($g_Fotos_nFotoActual<0 || $g_Fotos_nFotoActual>$g_Fotos_nFotos)
	{
		header("Location: /fotos/carmen-v-metiendose-dildo-culo/");
		exit;
	}
	$g_Fotos_sTitulo="Carmen V. metiéndose un dildo por el culo";
	$g_Fotos_sActores="Carmen V.";
	$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");
?>