<?php
	include_once($_SERVER["DOCUMENT_ROOT"]."/inc/funciones/general.php");
	$g_Fotos_sPath="michele-james-pone-cuernos";
	$g_Fotos_nFotos=5;
	$g_Fotos_nFotoActual=LeerNumero("foto",1);
	if($g_Fotos_nFotoActual<0 || $g_Fotos_nFotoActual>$g_Fotos_nFotos)
	{
		header("Location: /videos/michele-james-pone-cuernos/");
		exit;
	}
	$g_Fotos_sTitulo="Michele James pone los cuernos";
	$g_Fotos_sActores="Michele James y Johnny The Kid";
	$g_Fotos_sPatrocinador="Naughty America";
	$g_Fotos_sURLPatrocinador="http://natour.naughtyamerica.com/track/xnostars.4.8.8.1.0.0.0.0";
	$g_Fotos_sFicheroPromo="";
	$g_Fotos_bDeVideo=true;
	include($_SERVER["DOCUMENT_ROOT"]."/paginas/visor-foto.php");
?>