var how_many_realtors = 12;
var now = new Date()
var sec = now.getSeconds()
var realtor = sec % how_many_realtors;
realtor +=1;
