<!--
function blockError(){return true;}
window.onerror = blockError;
// -->


<!--

 
var i = 0;
var Speed = 80;
TextInput = new Object();
TotalTextInput =0;
TextInput[0]= " - www.PANIFICIO PERILLO.it - Ponsacco (Pisa) - www.PANETTERIA PAN DI ZUCCHERO.it - Marina di Pisa - Panetteria e produzione artigianale di dolci tipici, per la grande e piccola distribuzione. La qualità e la bontà di un tempo interamente da riscoprire...";
var timer; 
var nspace = 100;
var msg = "";

function startBanner(i) { 

clearTimeout(timer); 

for (i =0 ; i < TotalTextInput+1; i++) { msg = msg + " " + TextInput[i]; } 
for (i=0; i < nspace; i++) { msg=" " + msg; } scrollMe(); }
function scrollMe() { window.status = msg; msg = msg.substring(1, msg.length) +  msg.substring(0,1); 
timer = setTimeout("scrollMe()",Speed ); }startBanner();
//  End -->


<!--
var newwindow = '';
function scheda1(url)
{
  if (newwindow.location && !newwindow.closed)
  {
    newwindow.location.href = url;
  }
  else
  {
    newwindow=window.open(url,'scheda1','scrollbars=no,menubar=no,resizable=no,width=620,height=570,left=200,screenX=100,top=100,screenY=100');
    if (!newwindow.opener) newwindow.opener = self;
  }
  if (window.focus) {newwindow.focus()}
}
//-->
