//LDC Productions
<!-- inizio
var scrollCounter = 0;
var scrollText = "                                                                                                                                               MSN - Mottola Social Network - Benvenuto !!! Questo sito è partner di 'Artisti a Confronto' www.artistiaconfronto.it ! ";          
var scrollDelay = 1;
var i=0;
while(i++<140)
scrollText=" "+scrollText;
function Scroller()
{window.status = scrollText.substring(scrollCounter++,scrollText.length);
if (scrollCounter == scrollText.length)
scrollCounter = 0;
setTimeout("Scroller()",scrollDelay);}
Scroller();

// fine -->
