<?php
	include_once($_SERVER["DOCUMENT_ROOT"]."/inc/funciones/general.php");
	$g_Fotos_sPath="pornochacha-kailani-kai";
	$g_Fotos_nFotos=16;
	$g_Fotos_nFotoActual=LeerNumero("foto",1);
	if($g_Fotos_nFotoActual<0 || $g_Fotos_nFotoActual>$g_Fotos_nFotos)
	{
		header("Location: /videos/pornochacha-kailani-kai/");
		exit;
	}
	$g_Fotos_sTitulo="La pornochacha Kailani Kai";
	$g_Fotos_sActores="Kailani Kai y Johnny The Kid";
	$g_Fotos_sPatrocinador="My Dirty Maid";
	$g_Fotos_sURLPatrocinador="http://www.bangbrosnetwork.com/latest-videos/mydirtymaid?prg=pps&aid=xnostars";
	$g_Fotos_sFicheroPromo="";
	$g_Fotos_bDeVideo=true;
	include($_SERVER["DOCUMENT_ROOT"]."/paginas/visor-foto.php");
?>