If you are not running IE, function initialize() gets called from the
<body> tag. How does it get called if you are running IE? I couldn't
find it.
<!--[if IE 6 ]> <body class=" ie ie6 not-ie7 not-ie8 not-ie9 "> <![endif]-->
<!--[if IE 7 ]> <body class=" ie ie7 not-ie6 not-ie8 not-ie9 "> <![endif]-->
<!--[if IE 8 ]> <body class=" ie ie8 not-ie6 not-ie7 not-ie9 "> <![endif]-->
<!--[if IE 9 ]> <body class=" ie ie9 not-ie6 not-ie7 not-ie8 "> <![endif]-->
<!--[if !IE]>--><body class=" not-ie6 not-ie7 not-ie8 not-ie9 not-ie"
onload="initialize()"><!--<![endif]-->