<?php
	include_once($_SERVER["DOCUMENT_ROOT"]."/inc/funciones/general.php");
	$g_Fotos_sPath="havana-bleu-madrastra-todos-queremos";
	$g_Fotos_nFotos=16;
	$g_Fotos_nFotoActual=LeerNumero("foto",1);
	if($g_Fotos_nFotoActual<0 || $g_Fotos_nFotoActual>$g_Fotos_nFotos)
	{
		header("Location: /videos/havana-bleu-madrastra-todos-queremos/");
		exit;
	}
	$g_Fotos_sTitulo="Havana Bleu: la madrastra que todos queremos";
	$g_Fotos_sActores="Havana Bleu y Johnny The Kid";
	$g_Fotos_sPatrocinador="";
	$g_Fotos_sURLPatrocinador="";
	$g_Fotos_sFicheroPromo="";
	$g_Fotos_bDeVideo=true;
	include($_SERVER["DOCUMENT_ROOT"]."/paginas/visor-foto.php");
?>