public function render(Varien_Object $row)
 {
     $retour = (int) ($row->getsn_priority() / 1000000000);
     return $retour;
 }