// Double check the src
function add_ie_html5_shim() {
echo '<!–[if lt IE 9]>';
echo '<script src=”http://html5shim.googlecode.com/svn/trunk/html5.js”></script>';
echo '<![endif]–>';
}
if ($GLOBALS['is_IE']) {
add_action('wp_head', 'add_ie_html5_shim');
}