var message = new Array();
	message[0] = "www.tattituttuset.com"
	var reps = 2;
	var speed = 300; 
	var p = message.length;
	var T = "";
	var C = 0;
	var mC = 0;
	var s = 0;
	var sT = null;
	if (reps < 1) reps = 1;
	function taatittustenTanssi() {
	T = message[mC];
	A();
	}
	function A() {
	s++;
	if (s > 29) { s = 1;}
	if (s ==  1) { document.title = '_______________'; }
	if (s ==  2) { document.title = '______________T'; }
	if (s ==  3) { document.title = '_____________TA'; }
	if (s ==  4) { document.title = '____________TAA'; }
	if (s ==  5) { document.title = '___________TAAT'; }
	if (s ==  6) { document.title = '__________TAATI'; }
	if (s ==  7) { document.title = '_________TAATIT'; }
	if (s ==  8) { document.title = '________TAATITU'; }
	if (s ==  9) { document.title = '_______TAATITUT'; }
	if (s == 10) { document.title = '______TAATITUTT'; }
	if (s == 11) { document.title = '_____TAATITUTTU'; }
	if (s == 12) { document.title = '____TAATITUTTUS'; }
	if (s == 13) { document.title = '___TAATITUTTUSE'; }
	if (s == 14) { document.title = '__TAATITUTTUSET'; }
	if (s == 15) { document.title = '_TAATITUTTUSET_'; }
	if (s == 16) { document.title = 'TAATITUTTUSET__'; }
	if (s == 17) { document.title = 'AATITUTTUSET___'; }
	if (s == 18) { document.title = 'ATITUTTUSET____'; }
	if (s == 19) { document.title = 'TITUTTUSET_____'; }
	if (s == 20) { document.title = 'ITUTTUSET______'; }
	if (s == 21) { document.title = 'TUTTUSET_______'; }
	if (s == 22) { document.title = 'UTTUSET________'; }
	if (s == 23) { document.title = 'TTUSET_________'; }
	if (s == 24) { document.title = 'TUSET__________'; }
	if (s == 25) { document.title = 'USET___________'; }
	if (s == 26) { document.title = 'SET____________'; }
	if (s == 27) { document.title = 'ET_____________'; }
	if (s == 28) { document.title = 'E______________'; }
	if (s == 29) { document.title = '_______________'; }if (C < (29 * reps)) {
	sT = setTimeout("A()", speed);
	C++;
	}
	else {
	C = 0;
	s = 0;
	mC++;
	if(mC > p - 1) mC = 0;
	sT = null;
	taatittustenTanssi();
   }
	}
	taatittustenTanssi();