//Atlas tracking snippet
//document.write('<img height="1" width="1" src="http://view.atdmt.com/action/UK_MMNUK_UK_Peugeot_FCOM_07052009"/>');

//Left performance table
var htmlLeft = "<table class=\"pricetb\" id=\"tab1\"><th colspan=2>Official government fuel consumption figures in MPG (Litres per 100km) for the new E-Class Saloon</th>";
htmlLeft+= "<tr><td class=\"td1\"><STRONG>Urban</STRONG></td>";
htmlLeft+= "<td class=\"td3\">42.8 (6.6) - 16.9 (16.7)</td></tr>";
htmlLeft+= "<tr><td class=\"td2\"><STRONG>Extra Urban</STRONG></td>";
htmlLeft+= "<td class=\"td4\">64.2 (4.4) - 35.3 (8.0)</td></tr>";
htmlLeft+= "<tr><td class=\"td1\"><STRONG>Combined</STRONG></td>";
htmlLeft+= "<td class=\"td3\">54.3 (5.2) - 25.2 (11.2)</td></tr>";
htmlLeft+= "<tr><td class=\"td2\"><STRONG>CO2 emissions</STRONG></td>";
htmlLeft+= "<td class=\"td4\">137 - 261 g/km</td></tr>";
htmlLeft+= "<tr><td class=\"tfoot\" colspan=2></td></tr>";
htmlLeft+= "</table>";
document.getElementById("lefttable").innerHTML = htmlLeft;

//Left performance table
var htmlRight = "<table class=\"pricetb\" id=\"tab2\"><th colspan=2>Official government fuel consumption figures in MPG (Litres per 100km) for the new E-Class Coupé</th>";
htmlRight+= "<tr><td class=\"td1\"><STRONG>Urban</STRONG></td>";
htmlRight+= "<td class=\"td3\">40.4 (7.0) - 17.5 (16.1)</td></tr>";
htmlRight+= "<tr><td class=\"td2\"><STRONG>Extra Urban</STRONG></td>";
htmlRight+= "<td class=\"td4\">62.8 (4.5) - 36.2 (7.8)</td></tr>";
htmlRight+= "<tr><td class=\"td1\"><STRONG>Combined</STRONG></td>";
htmlRight+= "<td class=\"td3\">52.3 (5.4) - 25.9 (10.9)</td></tr>";
htmlRight+= "<tr><td class=\"td2\"><STRONG>CO2 emissions</STRONG></td>";
htmlRight+= "<td class=\"td4\">143 - 254 g/km</td></tr>";
htmlRight+= "<tr><td class=\"tfoot\" colspan=2></td></tr>";
htmlRight+= "</table>";
document.getElementById("righttable").innerHTML = htmlRight;

//document.write("<img src='http://ad.uk.doubleclick.net/ad/N339.msn.co.uk/B3005847.10;sz=1x1;ord=[timestamp]?'></img>");