function browser_rank( Font_size)
{
document.write("<table width='100%' border='0' cellspacing='0' cellpadding='0'>")
document.write("<tr><td><font size='" + Font_size + "'> MSIE 8.0</font></td><td align='right'><font size='" + Font_size + "'>48.9%</font></td></tr>")
document.write("<tr><td><font size='" + Font_size + "'>Mozilla </font></td><td align='right'><font size='" + Font_size + "'>14.3%</font></td></tr>")
document.write("<tr><td><font size='" + Font_size + "'> MSIE 6.0</font></td><td align='right'><font size='" + Font_size + "'>13.1%</font></td></tr>")
document.write("<tr><td><font size='" + Font_size + "'> MSIE 7.0</font></td><td align='right'><font size='" + Font_size + "'>13.0%</font></td></tr>")
document.write("<tr><td><font size='" + Font_size + "'>Firefox 4.0.1</font></td><td align='right'><font size='" + Font_size + "'>4.6%</font></td></tr>")
document.write("</table>")
}

