var randomNum = Math.round(Math.random()*1000000);
var idConn = "id-" + randomNum;
function getIdConn() {
	return idConn;
}

