View Single Post
Same thing in WebKit. That's actually pretty cool.

The code is horrible, but typical of the tools they're using. Here's some examples:

Code:
<LINK href='http://i.today.reuters.com/styles/master.css' type='text/css' rel='stylesheet'><SCRIPT language='javascript' src='http://i.today.reuters.com/News/script/links.js' type='text/javascript'></script><META http-equiv="Content-Type" content="text/html; charset=utf-8"/><link rel="shortcut icon" href="http://i.today.reuters.com/favicon.ico" /><link rel="icon" href="http://i.today.reuters.com/favicon.ico" />
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > 
<html>
	<head>
		
		<title id="WindowCaption">
Code:
<body MS_POSITIONING
Code:
</form>
	</body>
</html>

<META name="DCSext.rChannel" content="News">
<META name="DCSext.rCountry" content="US">
<META name="WT.cg_n" content="Top News">
<META name="WT.cg_s" content="">
<META name="DCSext.articleID" content="2006-06-16T211558Z_01_N16233075_RTRUKOC_0_US-BIRDFLU-CANADA.xml">
<META name="DCSext.articleHeadline" content="Canada+finds+bird+flu%2c+unclear+what+virus+strain">
<META name="DCSext.totalPages" content="2">
<META name="DCSext.pageViewed" content="1">
Not only is there 400 lines of javascript at the foot of the page (not counting JS elsewhere in the page) but there's at least 10 embedded JS files totaling about 40KB of JS.