<!--//

function welcome()
{
	if(document.all)
	{
	try{window.document.all.p1.innerHTML='';}catch(e){};
	try{window.document.all.p2.innerHTML='';}catch(e){};
	}
	else if (document.getElementById)
	{
	try{window.document.getElementById("p1").innerHTML='';}catch(e){};
	try{window.document.getElementById("p2").innerHTML='';}catch(e){};
	}
}

//-->

