<!--
var bartext='Welcome to Paola and Chiara _fansite';
function display()
{
window.status=bartext;
tmp=setTimeout("display()",10);
}
//-->