<?php
	include_once($_SERVER["DOCUMENT_ROOT"]."/inc/funciones/general.php");
	$g_Fotos_sPath="orange-is-the-new-black-porno";
	$g_Fotos_nFotos=12;
	$g_Fotos_nFotoActual=LeerNumero("foto",1);
	if($g_Fotos_nFotoActual<0 || $g_Fotos_nFotoActual>$g_Fotos_nFotos)
	{
		header("Location: /fotos/orange-is-the-new-black-porno/");
		exit;
	}
	$g_Fotos_sTitulo="Orange is the new black porno";
	$g_Fotos_sActores="Alison Rey y Carter Cruise";
	$g_Fotos_sPatrocinador="Sweet Heart Video";
	$g_Fotos_sURLPatrocinador="http://www.linkfame.com/sweetheartvideo/go.php?pr=8&su=1&si=159&pa=index&ad=198454&campaign=8832&pg=2";
	$g_Fotos_sFicheroPromo="";
	$g_Fotos_bDeVideo=false;
	include($_SERVER["DOCUMENT_ROOT"]."/paginas/visor-foto.php");
?>