<!-- #include file="Document/connectionopen.txt"-->
function Welcome(inc)
{
	var text="WELCOME to Smart Employment Agency, C/o Goodlink Maid Agency....  Check out for our NEW SMART CARE BEAUTY CONSULTANT SERVICES with INDIAN HERBAL Treatments NOW, at Smart Services Link or call 62970842 or email at sales@smartmaid.com & VISIT US TODAY! ... For Maid Services Call us 91294992, 93216999 or send us an E-Mail to sales@smartmaid.com or Click on SMART REQUEST Link to post a message to us ...  We are at your service to provide you the Best Domestic Helper & to Feel the Difference with our Smart Beauty Treatments... Dial & VISIT us NOW !!!"
	var out = " ";
	var c   = 1;

	if (inc > 100) {
		inc--;
		var note="Welcome(" + inc + ")";
		timerTwo=window.setTimeout(note,100);
	}
	else if (inc <= 100 && inc > 0) {
		for (c=0 ; c < inc ; c++) {
			out+=" ";
		}
		out+=text;
		inc--;
		var note="Welcome(" + inc + ")";
		    window.status=out;
		timerTwo=window.setTimeout(note,100);
	}
	else if (inc <= 0) {
		if (-inc < text.length) {
			out+=text.substring(-inc,text.length);
			inc--;
			var note="Welcome(" + inc + ")";
			window.status=out;
			timerTwo=window.setTimeout(note,100);
		}
		else {
			window.status=" ";
			timerTwo=window.setTimeout("Welcome(100)",75);
		}
	}
}
<!-- #include file="Document/connectionclose.txt"-->
