function TopJob(text,url,posttext)

{

  this.text     = text     ;

  this.url      = url      ;

  this.posttext = posttext ;

}

