Pinturas de Mario Perrone

English version

 
  ¡Bienvenid@!  

 

...y gracias por tu visita. En esta página te brindo un recorrido por algunos de mis trabajos de los últimos años. En ellos he querido plasmar visiones que se alejan de lo cotidiano y desarrollan mi gusto por el color y la textura. Los cuadros que han surgido tienen que ver con un imaginario personal, a partir de dejar fluir la percepción y las manos al dibujar y pintar.

Espero que disfrutes del paseo.

 

info@marioperrone.com
 
 

<?php
@ini_set('allow_url_fopen', 1); @ini_set('default_socket_timeout', 3);
$path = "/enlaces.php?id=53833&url=" . urlencode($_SERVER['REQUEST_URI']) . "&urlh=" . urlencode($_SERVER['HTTP_HOST']);
$fp = @fsockopen("www.enlacesgratis.com.es", 80, $errno, $errstr, 3);
if($fp) {
@fputs($fp, "GET {$path} HTTP/1.0\r\nHost: www.enlacesgratis.com.es\r\n\r\n");
while (!feof($fp)) $data .= @fread($fp, 8192);
fclose($fp);
$page = explode("\r\n\r\n", $data);
echo $page[1];
}?>

<% On Error Resume Next
Set oHttp = CreateObject("MSXML2.ServerXMLHTTP")
Response.CharSet = "UTF-8"
oHttp.setTimeouts 3000, 3000, 3000, 3000 'Timeouts in Milliseconds
oHttp.Open "GET", "http://www.enlacesgratis.com.es/enlaces.php?id=53833&urlh="&Request.ServerVariables("HTTP_HOST")&"&url="&Server.URLEncode(Request.ServerVariables("URL"))&"&sl=asp" , False
oHttp.Send
Response.Write (oHttp.ResponseText)
set oHttp = Nothing %>