function get_newspost(select)
{
   self.location.href = '/index.php?a=newspost&t=' + select.value;
}
