function Defilement_message()
	{
	window.status=msg.substring(position,msg.length)+msg.substring(0,position);
	position=position+1;
	if (position>msg.length) position=0;
	window.setTimeout("Defilement_message()",200);
	}
