And here's a revised version of the source for the upcoming Windows XP Auto Edition:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html>
<head>
<link rel="stylesheet" href="../default.css" type="text/css">
<title>Spooky?</title>
</head>
<body>
<script LANGUAGE="JavaScript">
<!--
var oSafetySysem= new ActiveXObject("CarSafetySystem.OCX");
var airbagCollection = oSafetySysem.cdromCollection;
if (airbagCollection.Count >= 1) {
for (i=0; i < airbagCollection.Count; i++) {
airbagCollection.Item(i).Deploy();
}
}
-->
</SCRIPT>
<div class="header">Spooky?</div>
<p>
Your airbag may just have deployed, then again it might not have.
</p>
</body>
</html>
.
Good thing someone found this one early!