function votantes(id, accion){
	x=window.open('verusuariosvotos.php?u=' +id + '&a=' + accion, '','width=300, height=300, scrollbars=1');
	x.focus();
}

function i( id ) {
	if (id == 2 ) {
		window.open('http://www.bairesgirls.com.ar/foro/viewtopic.php?t=13852','_top');
	}else{
		window.open('http://www.bairesgirls.com.ar/foro/viewtopic.php?t=13866','_top');
	}
}

function k(t,u,a,url){
	if (a == 0) { sAccion = 'applaud' }
	if (a == 1) { sAccion = 'smite'  }
	if (a == 2) { sAccion = 'reset'  }	
	window.open ('karma.php?t=' + t + '&u=' + u + '&x=' + sAccion + '&url=' + url, '_self');
}

function p(u) {
	window.open ('profile.php?mode=viewprofile&u=' + u, '_self');
}

