<%
// Inserts a Chrome or mobile Chrome version number into the compatibility
// table which is currently under construction.
//
// Parameters:
//  $0  The Chrome version number

var ChromeVer = $0;
%>
<%-ChromeVer%>
