Trying look for a folder in the component called "tables". Find the correct file, it should be called "lancer", in there that defines the table variables for the table you want and add the new variables you wish to display - e.g.
...
var $website = null;
...
Then you will be able to use, as you said, $row->website.
The clue you are looking for in the model function is this line:
$row =& JTable::getInstance('lancer','Table');
I hope that solves your problem! Good luck!
Martin
2010-10-21 12:20:42