<?php
	include_once($_SERVER["DOCUMENT_ROOT"]."/inc/funciones/general.php");
	$g_Fotos_sPath="mejor-yoga-skylar-vox";
	$g_Fotos_nFotos=24;
	$g_Fotos_nFotoActual=LeerNumero("foto",1);
	if($g_Fotos_nFotoActual<0 || $g_Fotos_nFotoActual>$g_Fotos_nFotos)
	{
		header("Location: /videos/mejor-yoga-skylar-vox/");
		exit;
	}
	$g_Fotos_sTitulo="El mejor yoga es con Skylar Vox";
	$g_Fotos_sActores="Dylann Vox y Johnny The Kid";
	$g_Fotos_sPatrocinador="Baby Got Boobs";
	$g_Fotos_sURLPatrocinador="http://www.brazzersnetwork.com/sites/view/id/9/baby-got-boobs/?ats=eyJhIjo2OTA3LCJjIjoxOTUwMiwibiI6MTQsInMiOjkwLCJlIjoyNzAsInAiOjJ9";
	$g_Fotos_sFicheroPromo="";
	$g_Fotos_bDeVideo=true;
	include($_SERVER["DOCUMENT_ROOT"]."/paginas/visor-foto.php");
?>