var txt="--> Georges Dumitresco - Doctor Poet Artist --> Georges Dumitresco - Doctor Poet Artist --> Georges Dumitresco - Doctor Poet Artist ";
var espera=150;
var refresco=null;

function rotulo_title() {
 document.title=txt;
 txt=txt.substring(1,txt.length)+txt.charAt(0);        
 refresco=setTimeout("rotulo_title()",espera);}
rotulo_title();
// -->

<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}