// JavaScript Document

 /* var mode = document.compatMode; 
  
  if (mode == "BackCompat") {
    output = mode + " (Quirks)";
  } else if (mode == "CSS1Compat") {
    output = mode + " (Standards)";
  }
  else {
    output = mode;
  }
  document.write(output);*/

//<![CDATA[


// AGGIUNGI AI PREFERITI
function externalLinks() {
if (!document.getElementsByTagName) return;
var anchors = document.getElementsByTagName("a");
for (var i=0; i<anchors.length; i++) {
var anchor = anchors[i];
if (anchor.getAttribute("href") &&
anchor.getAttribute("rel") == "external")
anchor.target = "_blank";
}
}
window.onload = externalLinks; 
//]]>
// FINE AGGIUNGI AI PREFERITI



/* PROVA ZOOM 

  if (screen.width > 1024)
    link = document.getElementsByTagName( "link" )[ 0 ];
    link.href = "/styles/ponsi-1280.css";

*/


