

	var msg = " Clockwork Removals  CALL NICK TELEPHONE: 0431 591 319 24 hours 7 days a week. CALL NICK TELEPHONE: 0431 591 319 Servicing residential - commercial - industrial Sydney wide CALL NICK TELEPHONE: 0431 591 319 "; var spacer = "  ";
	var pos = 0; function ScrollMessage()
	{
		window.status = spacer + msg.substring(pos, msg.length*msg.length) +spacer + msg.substring(0,pos) + spacer ;
		pos++;
		if (pos > msg.length) pos = 0;
		window.setTimeout("ScrollMessage()",200);
	}
		ScrollMessage();


