function HSpace(px) {
   if (px=='') px='0'
   
   document.write('<img src="img/nullo.gif" height="0" width="0" alt="" style="margin-left: '+px+'px;" border="0">')
}

function GetTesto(url) {
   document.write('<a href="'+url+'" title="Leggi il testo" target="_blank"><img src="img/ico_testo.png" style="border: solid black 0px;" border="0"></a>')
}

function GetPermalink(url,a) {
   if (url!='') {
      if (url.indexOf('#') > 0) {
         urlArray = url.split('#')
         url = urlArray[0]
      } 
      
      if (url.indexOf('?') > 0) {
         urlArray = url.split('?')
         url = urlArray[0]
      } 
      
      document.write('<a name="'+a+'">');
      document.write('<a href="'+url+'#'+a+'" title="\'Permalink\' a questo punto"><img src="img/ico_link.gif" style="border: solid black 1px;" border="0"></a>')
   }
   
}

function CaricaFrames(url) {
   if (url=='') url='/content.html'

   a = ''

   if (url.indexOf('redirect.php?') > 0) {
      tempArray = url.split('redirect.php?url=')
      temp = tempArray[1]
      urlArray = temp.split('&a=')
      //alert ('url = '+urlArray[0]);
      //alert ('a = '+urlArray[1]);
	   url = urlArray[0]
	   a = urlArray[1]
   }
   
   if (url.indexOf('#') > 0) {
	   urlArray = url.split('#')
	   url = '?url=' + urlArray[0]
	   a = '&a=' + urlArray[1]
      window.location = '/redirect.php' + url + a
   } else {
      CaricaFramesOld(url)
   }

}

function CaricaFramesOld(url) {
   if (url=='') url='/content.html'
   
   // per l'ingrediente segreto dello chef tnx to Papuiccio: 
   url=url+'?a'
      
   document.write('<!doctype html public "-//w3c//dtd html 4.0 transitional//en">')
   document.write('<html>')
   document.write('<head>')
   document.write('        <title>Le Fave Romane</title>')
   document.write('        <meta name="Author" content="Cicalona">')
   document.write('        <meta name="Generator" content="Visual SlickEdit">')
   document.write('        <meta name="Description" content="Il sito delle Fave Romane, lo zoccolo duro del Fave Club! Per tutti i ')
   document.write('        fans di Elio e le Storie Tese, una fonte inesauribile per una informazione alternativa! Alternativa a cosa?...')
   document.write('        A tutto il resto! ;)">')
   document.write('        <meta name="KeyWords" content="Fave, Fave Romane, Fava, Elio, Elio e le Storie Tese, Mangoni">')
   document.write('        <link rel="shortcut icon" HREF="favicon.ico">')
   document.write('<style>')
   document.write('<!--')
   document.write('        body, td, div, p, b {')
   document.write('                font-family: helvetica, arial;')
   document.write('        }')
   document.write('')
   document.write('        p {')
   document.write('                text-alignment: justify;')
   document.write('        }')
   document.write('-->')
   document.write('</style>')
   document.write('</head>')
      
      
   document.write('<frameset rows="100,*" frameborder="0" framespacing="0" border="0" resize="no">')
   document.write('        <frame name="bar_top" src="/bar_top.html" marginwidth=0 marginheight=0 resize="no" scrolling="no">')
   document.write('        <frameset cols="150,*"  frameborder="0" framespacing="0" border="0" resize="no">')
   document.write('                <frame name="bar_left" src="/bar_left.html" marginwidth=0 marginheight=0 resize="no">')
   document.write('                <frame name="content" src="'+url+'" marginwidth=0 marginheight=0 resize="no">')
   document.write('        </frameset>')
   document.write('</frameset>')
   document.write('')


   document.write('<noframes>')
   document.write('<body bgcolor="#E9E9E0">')
   document.write('')
   document.write('<center>')
   document.write('<table width="100%" height="100%" cellspacing="10" cellpadding="5" border="0">')
   document.write('<tr><td colspan="3">&nbsp;</td></tr>')
   document.write('')
   document.write('<tr><td>&nbsp;</td>')
   document.write('<td align="center" valign="center" bgcolor="white" width="70%" height="45%">')
   document.write('<b>!! FAVAE ROMANAE ALERT !!</b>')
   document.write('<p>Il tuo browser non supporta i frames! Se non ti &egrave; possibile scaricare una versione ')
   document.write('pi&ugrave; aggiornata del software, puoi passare alla versione solo testo, cliccando ')
   document.write('<a href="/text/home.html">qui</a>!')
   document.write('</td>')
   document.write('<td>&nbsp;</td></tr>')
   document.write('')
   document.write('<tr><td colspan="3">&nbsp;</td></tr>')
   document.write('</table>')
   document.write('</center>')
   document.write('')
   document.write('</body>')
   document.write('</noframes>')
   document.write('')
   document.write('</html>')

}

