$(function() {
	$("#nuevo_chat").click(function() {
		window.open('http://www.chilemarranos.cl/mibbit.chat.chilemarranos.php', 'chat_nuevo', 'width=500,height=400');
		return false;
	});
});
