var  t1, t2, t3, t4;



function mural()
{
	if (document.formulario1.mensagem.value!=""){
				var texto = document.formulario1.mensagem.value;

texto = texto.replace(/(\r\n|\r|\n)/igm, '<br/>');
window.open('mural3.asp?p=2&mensagem='+texto,'mural');
	}


}

function mural4(msg, le)
{
	if (msg!=""){
				var texto = msg;

texto = texto.replace(/(\r\n|\r|\n)/igm, '<br/>');
window.open('mural_pequeno3.asp?mensagem='+texto+'&le='+le,'mural2');
	}


}

