<!-- 
function printAnnounce()
{
		// Please update the variable announce only
		var announce = "A Free Internet Seminar will be opened every first Saturday each month from 11:00AM to 1:00PM by VNI Company at 14091 Goldenwest Street, CA 92683, U.S.A. - Tel: (714) 891-7656";
		isNS = (navigator.appName == "Netscape")
		isIE = (navigator.appName == "Microsoft Internet Explorer")
		text = ("<span class=scrolling-text><a href=http://www.vnisoft.com/thongbao.html target=_blank><font face=Arial size=3 color=#FF0000>"+announce+"</font></a></span>")
		if (isNS) {
		document.write("<blink>" + text + "</blink>")}
		else if (isIE) {
		document.write("<marquee width=100% direction=left>" + text + "</marquee></font>")}
}
// -->
