function Registrarse() {
	window.location.href='Home.aspx?r=registracion';	
}

function VerArticulo(IdArticulo) {
	window.open('Articulos.aspx?IdArticulo=' + IdArticulo, 'Articulos','width=780,height=655,left=65,top=70');
}

function VerNoticia(IdNoticia) {	
	window.open('Noticias.aspx?IdNoticia=' + IdNoticia + '&mssGUID=' + document.Form1.mssGUID.value, 'Noticias','width=780,height=655,left=65,top=70');		
}

function VerContenido(IdContenido) {
	window.open('Contenidos.aspx?IdContenido=' + IdContenido, 'Contenidos','width=780,height=655,left=65,top=70');		
}

function Redirigir(Url) {
	window.location.href=Url;	
}
