
<root>
	<title set="waNotizie">&lt;a name=&quot;inizio&quot;&gt;Traspi.net notizie&lt;/a&gt;</title>

	<part>
		<destination mode="replace" zone="waNotizie" create="true" />

 <data><![CDATA[



	<div id="paginanotizia" class="iBlock">






			<h2>Gottland</h2>
			<h1>a cura di Stefano Mola<br />16 giu 2010</h1>

<style>
#notiziamauro{font-size: small; font-weight:normal;padding: 10px 10px 10px 10px;text-align: justify}
</style>

<div id="notiziamauro">
<TABLE BORDER CELLSPACING=0 CELLPADDING=2 WIDTH=628 bgcolor="#218EFF"><tr><TD WIDTH="30%" VALIGN="MIDDLE"><b><FONT COLOR="#FFFFFF"><font face="Verdana, Arial, Helvetica, Times New Roman" style="FONT-SIZE: 13px"> Titolo:</b></td><TD WIDTH="70%" VALIGN="MIDDLE"><FONT COLOR="#FFFFFF"> <font face="Verdana, Arial, Helvetica, Times New Roman" style="FONT-SIZE: 13px">Gottland</td></tr><tr><TD WIDTH="30%" VALIGN="MIDDLE"><b><FONT COLOR="#FFFFFF"><font face="Verdana, Arial, Helvetica, Times New Roman" style="FONT-SIZE: 13px"> Autore:</b></td><TD WIDTH="70%" VALIGN="MIDDLE"><FONT COLOR="#FFFFFF"> <font face="Verdana, Arial, Helvetica, Times New Roman" style="FONT-SIZE: 13px">Mariusz Szczygiel</td></tr><tr><TD WIDTH="30%" VALIGN="MIDDLE"><b><FONT COLOR="#FFFFFF"><font face="Verdana, Arial, Helvetica, Times New Roman" style="FONT-SIZE: 13px"> Casa editrice:</b></td><TD WIDTH="70%" VALIGN="MIDDLE"><FONT COLOR="#FFFFFF"> <font face="Verdana, Arial, Helvetica, Times New Roman" style="FONT-SIZE: 13px">nottetempo</td></tr><tr><TD WIDTH="30%" VALIGN="MIDDLE"><b><FONT COLOR="#FFFFFF"><font face="Verdana, Arial, Helvetica, Times New Roman" style="FONT-SIZE: 13px"> Prezzo:</b></td><TD WIDTH="70%" VALIGN="MIDDLE"><FONT COLOR="#FFFFFF"> <font face="Verdana, Arial, Helvetica, Times New Roman" style="FONT-SIZE: 13px">&#8364; 19,00</td></tr><tr><TD WIDTH="30%" VALIGN="MIDDLE"><b><FONT COLOR="#FFFFFF"> <font face="Verdana, Arial, Helvetica, Times New Roman" style="FONT-SIZE: 13px">Pagine:</b></td><TD WIDTH="70%" VALIGN="MIDDLE"><FONT COLOR="#FFFFFF"> <font face="Verdana, Arial, Helvetica, Times New Roman" style="FONT-SIZE: 13px">315</td></tr></table><BR><BR><img src='/foto/41078.jpg' alt='Gottland' vspace='7' hspace='7' border='0' align='right' height='285' width='200'>Non so se &#232; un caso, ma i due libri pi&#249; convincenti che ho letto in questa prima met&#224; del 2010 non sono di narrativa. Il primo &#232; il reportage della giornalista Florence Aubenas che cerca lavoro come donna delle pulizie ai tempi di questa nostra crisi. Il secondo &#232; il libro di cui parliamo oggi, <b>Gottland</b> del giornalista polacco <b>Mariusz Szczygiel</b>.<BR><BR>Se il titolo fosse in tedesco, potremmo tradurlo come la <i>terra di Dio</i>. Invece il <i>Gott</i> di cui si parla non sta in cielo in terra e in ogni luogo, ma in una terra ben definita, l'ex Cecoslovacchia. Questo Gott ha anche un nome, Karel, ed &#232; un cantante assai famoso, una specie di incrocio tra Elvis e Pavarotti. Gottland &#232; una specie di parco a tema a lui dedicato.<BR><BR>La terra di cui si parla &#232; dunque la Cecoslovacchia, quando ancora era unita e soprattutto comunista. Una terra senza il Gott, dove l&#8217;unico Gott &#232; un cantante. Il racconto si costruisce come un collage di storie, inframmezzate da alcuni episodi fulminanti (come quello relativo alla discendente di Franz Kafka): l&#8217;ascesa dell&#8217;impero economico delle scarpe Bata; la vicenda tragicomica e i retroscena della costruzione e distruzione della pi&#249; grande statua di Stalin al mondo; la storia dell&#8217;attrice L&#237;da Baarov&#225;, che prese il t&#232; con Hitler e fece innamorare Goebbels. E tante altre.<BR><BR>Szczygiel costruisce il suo racconto con frasi veloci, brevi, incisive. Ci consegna il lato grottesco e assurdo del regime totalitario, evidenziando come uno dei suoi pilastri stia in un terribile conformismo. Chi si ribella, in modi anche non eclatanti, viene isolato come se fosse portatore d&#8217;un morbo terribile.<BR><BR>Particolarmente esemplare del modo di raccontare di Szczygiel &#232; l&#8217;ultimo racconto, in cui la storia d&#8217;una donna medico che negli anni 50 si specializza nella cura delle ustioni e che si trover&#224; davanti Jan Palach si intreccia a quella di un adolescente introverso e sovrappeso che negli anni 2000 si chiude in s&#233; stesso e si d&#224; fuoco. <BR><BR>Qui, come in altri punti, Szczygiel non si limita a farci scoprire un pezzo di storia, ma ci spinge a una meditazione sull&#8217;animo umano. Che a Gottland sia stato assegnato lo European Book Prize 2009, ci sembra pienamente meritato.
</div>


<div align=center>precedente<br /><a href="notizia.asp?idnotizia=10326#_Notizie" rev="async">Dodici Casi per i Vedovi Neri</a></div>

<div align=center>successivo<br /><a href="notizia.asp?idnotizia=10375#_Notizie" rev="async">Milano &#232; una selva oscura</a></div>




<script>


function attivoeventi() {
//alert('X1');
var pix=document.getElementById("notiziamauro").getElementsByTagName("img");
for (i=0; i<pix.length; i++) {
w=pix[i].width;
h=pix[i].height;
kw=w/150; //massima larghezza
kh=h/150; //massima altezza
k=1;
if (kw > k)  { k=kw};
if (kh > k) { k=kh};
w=parseInt(w/k);
h=parseInt(h/k);
//alert(w + ' x ' +h);
pix[i].width=w;
pix[i].height=h;

//test vedo le foto a tutta pagina

pix[i].addEventListener('click',function () {
  schermointero(this);
},false);


//alert("ok");

}
//alert('X4');
};

//alert('001');

sostituisco='paginanotizia';
//sostituisco='WebApp';

attivoeventi();
//alert('001');
var memoriamauro='';

function schermointerooff(t1e) {
 //var t1f=document.getElementById("pienoschermo");
 //t1f.innerHTML='';
 //t1f.style.display='none';
 var t1f=document.getElementById(sostituisco);
 t1f.innerHTML=memoriamauro;
 memoriamauro='';
 window.onorientationchange=null;
 attivoeventi();
}


function dumpProps(obj, parent) {
   // Go through all the properties of the passed-in object 
   for (var i in obj) {
      // if a parent (2nd parameter) was passed in, then use that to 
      // build the message. Message includes i (the object's property name) 
      // then the object's property value on a new line 
      if (parent) { var msg = parent + "." + i + "\n" + obj[i]; } else { var msg = i + "\n" + obj[i]; }
      // Display the message. If the user clicks "OK", then continue. If they 
      // click "CANCEL" then quit this level of recursion 
      if (!confirm(msg)) { return; }
      // If this property (i) is an object, then recursively process the object 
      if (typeof obj[i] == "object") { 
         if (parent) { dumpProps(obj[i], parent + "." + i); } else { dumpProps(obj[i], i); }
      }
   }
}

function eventoresize() {
  t1ex=document.getElementById('immagineingrandita');
  //alert(t1ex.id);
  //alert(t1ex.style.visibility);
  //alert(t1ex.style.display);
  //dumpProps(document.getElementById(sostituisco).style);
  


  if (window.innerWidth==320) {ingrandisciverticale(t1ex)} else  {ingrandisciorizzontale(t1ex)};
}


function schermointero(t1e) {
 //var t1f=document.getElementById("pienoschermo");
 //t1f.innerHTML='<img width=320 height=480 onclick="schermointerooff()" src="' + t1e.src + '" border=0>';
 //t1f.style.display='block';
 //t1f.style.position="fixed";
 //t1f.style.top="0px";
 //t1f.style.left="0px";
//alert (window.innerWidth);
// alert (window.innerHeight);
var t1f=document.getElementById(sostituisco);
memoriamauro=t1f.innerHTML;
//alert('OK');
//alert(window.innerWidth);
window.onorientationchange=eventoresize;
//alert('OK');
if (window.innerWidth==320) {ingrandisciverticale(t1e)} else  {ingrandisciorizzontale(t1e)};
};

function ingrandisciorizzontale(t1e2) {
var t1f=document.getElementById(sostituisco);
window.scrollTo(0, 54);
w=t1e2.width;
h=t1e2.height;
kw=w/(356+86); //massima larghezza
kh=h/(302-72); //massima altezza
k=0;
if (kw > k)  { k=kw};
if (kh > k) { k=kh};
w=parseInt(w/k);
h=parseInt(h/k);
//alert(w + ' x ' +h);
t1f.innerHTML='<p align=center><img id="immagineingrandita" width=' + w + ' height=' + h + ' onclick="schermointerooff()" src="' + t1e2.src + '" border=0><br />clicca sull\'immagine per tornare alla notizia</p>';
}

function ingrandisciverticale(t1e2) {
var t1f=document.getElementById(sostituisco);
window.scrollTo(0, 54);
w=t1e2.width;
h=t1e2.height;
kw=w/280; //massima larghezza
kh=h/(325+53); //massima altezza
k=0;
if (kw > k)  { k=kw};
if (kh > k) { k=kh};
w=parseInt(w/k);
h=parseInt(h/k);
//alert(w + ' x ' +h);
t1f.innerHTML='<p align=center><img id="immagineingrandita" width=' + w + ' height=' + h + ' onclick="schermointerooff()" src="' + t1e2.src + '" border=0><br />clicca sull\'immagine per tornare alla notizia</p>';
}


</script>







</div>



<!-- <div id="pienoschermo" style="display: none">vuoto</div> -->



<div id="iFooter">&copy;2008 Traspi.net<br /><a href="#inizio">Torna su</a> &nbsp; <a href="http://www.traspi.net/traspihomepage.asp?IDCategoria=1&iphone=nocheck"> Versione normale</a></div>

]]></data>
</part>
</root>
