<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'




document.write('<a href="index.html">:: Home </a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="about.html">:: D.Di Reda </a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="contatti.html">:: Contatti </a>');

document.write('&nbsp;|&nbsp;');


document.write('<br><br>Author <a href="http://www.danieledireda.it" target="_blank">Daniele Di Reda</a>');


// EDIT THE NEXT LINE

document.write('<a href="index.html">.</a><br>');

var allweb	  = "yes"	// SHOW ALLWEB COPYRIGHT


   if (allweb == "yes") {
document.write('2005|2012 © Copyright Studio Web Di Reda | P.Iva IT03803820715 <br>');
}


//  End -->
