<?php
	include_once($_SERVER["DOCUMENT_ROOT"]."/inc/funciones/general.php");
	$g_Fotos_sPath="trio-sky-arietta";
	$g_Fotos_nFotos=16;
	$g_Fotos_nFotoActual=LeerNumero("foto",1);
	if($g_Fotos_nFotoActual<0 || $g_Fotos_nFotoActual>$g_Fotos_nFotos)
	{
		header("Location: /videos/trio-sky-arietta/");
		exit;
	}
	$g_Fotos_sTitulo="Trío con Sky y Arietta";
	$g_Fotos_sActores="Arietta Adams y Sky Pierce y Johnny The Kid";
	$g_Fotos_sPatrocinador="Share My BF";
	$g_Fotos_sURLPatrocinador="http://sharemybf.com/tour/home/?ats=eyJhIjo2OTA3LCJjIjoxOTUwMiwibiI6MTUsInMiOjIzOSwiZSI6ODQxLCJwIjoyfQ==";
	$g_Fotos_sFicheroPromo="";
	$g_Fotos_bDeVideo=true;
	include($_SERVER["DOCUMENT_ROOT"]."/paginas/visor-foto.php");
?>