<?php
	include_once($_SERVER["DOCUMENT_ROOT"]."/inc/funciones/general.php");
	$g_Fotos_sPath="mya-lay-charlie-mac";
	$g_Fotos_nFotos=16;
	$g_Fotos_nFotoActual=LeerNumero("foto",1);
	if($g_Fotos_nFotoActual<0 || $g_Fotos_nFotoActual>$g_Fotos_nFotos)
	{
		header("Location: /fotos/mya-lay-charlie-mac/");
		exit;
	}
	$g_Fotos_sTitulo="Follada interracial con Mya Lay y Charlie Mac";
	$g_Fotos_sActores="Mya Lay y Charlie Macc";
	$g_Fotos_sPatrocinador="Slant Eye For The Black Guy";
	$g_Fotos_sURLPatrocinador="http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=933273-0012&PA=2163915&HTML=http://slanteyefortheblackguy.com/tour1.html";
	$g_Fotos_sFicheroPromo="/sponsors/673/662.php";
	$g_Fotos_bDeVideo=false;
	include($_SERVER["DOCUMENT_ROOT"]."/paginas/visor-foto.php");
?>