<?php
	include_once($_SERVER["DOCUMENT_ROOT"]."/inc/funciones/general.php");
	$g_Fotos_sPath="johnny-the-kid-dispara-pistola-dylann-vox";
	$g_Fotos_nFotos=12;
	$g_Fotos_nFotoActual=LeerNumero("foto",1);
	if($g_Fotos_nFotoActual<0 || $g_Fotos_nFotoActual>$g_Fotos_nFotos)
	{
		header("Location: /videos/johnny-the-kid-dispara-pistola-dylann-vox/");
		exit;
	}
	$g_Fotos_sTitulo="Johnny The Kid dispara su pistola en Dylann Vox";
	$g_Fotos_sActores="Dylann Vox y Johnny The Kid";
	$g_Fotos_sPatrocinador="Big Naturals";
	$g_Fotos_sURLPatrocinador="http://www.realitykings.com/tour/site/view/6/big-naturals/?ats=eyJhIjo2OTA3LCJjIjoxOTUwMiwibiI6MjAsInMiOjM1OCwiZSI6NzQ1OCwicCI6Mn0=";
	$g_Fotos_sFicheroPromo="";
	$g_Fotos_bDeVideo=true;
	include($_SERVER["DOCUMENT_ROOT"]."/paginas/visor-foto.php");
?>