<?php
	include_once($_SERVER["DOCUMENT_ROOT"]."/inc/funciones/general.php");
	$g_Fotos_sPath="dido-angel-desnuda-masturbandose-40min";
	$g_Fotos_nFotos=15;
	$g_Fotos_nFotoActual=LeerNumero("foto",1);
	if($g_Fotos_nFotoActual<0 || $g_Fotos_nFotoActual>$g_Fotos_nFotos)
	{
		header("Location: /videos/dido-angel-desnuda-masturbandose-40min/");
		exit;
	}
	$g_Fotos_sTitulo="Dido Angel desnuda masturbándose durante más de 40min.";
	$g_Fotos_sActores="Dido Angel";
	$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=true;
	include($_SERVER["DOCUMENT_ROOT"]."/paginas/visor-foto.php");
?>