Ho guardato velocemente solo il guestbook è ho trovato questo errore:
Codice HTML:
<img src="images/webpiero.jpg" id="Image2" alt="" align="top" border="0" style="width:320px;height:277px;" <script type="text/javascript" src="http://www.altervista.org/js_tags/guestbook.js"></script>></div>
Il tag <img> non è chiuso correttamente. Andrebbe corretto così:
Codice HTML:
<img src="images/webpiero.jpg" id="Image2" alt="" align="top" border="0" style="width:320px;height:277px;"><script type="text/javascript" src="http://www.altervista.org/js_tags/guestbook.js"></script></div>
Dovrebbe essere la causa per cui non visualizza il guestbook.
Per il resto non ho notato nulla di strano. Eventualmente dovresti indicarci dei singoli problemi da risolvere.