<ModulePrefs author="Ergast" author_affiliation="ergast.com" author_email="ergast.com+nospam@googlemail.com" description="Latest Formula One standings and results. Click on the horizontal arrows for previous F1 races and seasons. Click on the vertical arrows to page through results." height="250" screenshot="http://ergast.googlecode.com/svn/trunk/gadget/280x260.png" thumbnail="http://ergast.googlecode.com/svn/trunk/gadget/120x60.png" title="F1 Standings & Results" title_url="http://ergast.com/mrd/gallery#gadget">
var standings = standingsList.ConstructorStandings;
var list = "<table class=\"list\" width=\"100%\"><tr class=\"head\"><th>Pos</th><th>Constructor</th><th>Nationality</th><th>Pts</th><th>Wins</th></tr>";
var line = "odd";
var max = Math.min(offset + limit, standings.length);
for(var i=offset; i<max; i++) {
var position = standings[i].position;
var constructor = standings[i].Constructor.name;
var curl = standings[i].Constructor.url;
var nationality = standings[i].Constructor.nationality;;