
function nl2br( str ) {
	return str.replace(/\n/g, '<br/>');
}
