      
      var flashtitle1=' PureSnowz | O x O All so pure cute! | Summer At the Beach';	
      var flashtitle2=' PureSnowz | ^ x ^ All so pure cute! | Summer At the Beach';	
      var duration = 2000;	// duration high = slower animation

      step=0
      function flashtitle()
         {
           step++
            if (step==3) {step=1}
            if (step==1) {document.title=flashtitle1}
            if (step==2) {document.title=flashtitle2}
            setTimeout("flashtitle()", duration);
            }
      flashtitle()
      
      //<script language="JavaScript" type="text/javascript"> blabla </script>