And because I don’t know what might be in conflict, here is header.php
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN”
“https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”>
<html xmlns=”https://www.w3.org/1999/xhtml” dir=”ltr” <?php language_attributes(); ?>>
<head>
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
<title><?php bloginfo(‘name’); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>
<link rel=”shortcut icon” href=”<?php bloginfo(‘template_url’); ?>/favicon.ico” />
<link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
<!–[if IE 6]>
<link rel=”stylesheet” type=”text/css” href=”<?php bloginfo(‘template_url’); ?>/ie6.css” />
<![endif]–>
<!–[if IE]>
<link rel=”stylesheet” type=”text/css” href=”<?php bloginfo(‘template_url’); ?>/ie.css” />
<![endif]–>
<link rel=”alternate” type=”application/rss+xml” title=”<?php bloginfo(‘name’); ?> RSS Feed” href=”<?php bloginfo(‘rss2_url’); ?>” />
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
<SCRIPT SRC=”<?php bloginfo(‘template_url’); ?>/js/ThemeJS.js”></SCRIPT>
<?php if ( is_singular() ) wp_enqueue_script( ‘comment-reply’ ); ?>
<!–This is a plugin hook–>
<?php wp_head(); ?>
</head>
<body <?php if(is_page() || is_single()) echo ‘onload=”hideTags();”‘; ?>>
<div id=”container”>
<div id=”nav_menu”>
<!–Main navigation menu–>
</div><!–close nav_menu id–>
<div id=”wrapper”>
<!–Mozilla hack to show background–>
<div id=”header”>
<!–UNCOMMENT THE FOLLOWING SECTION OF CODE FOR RSS AND RSS VIA EMAIL
SUBSCRIPTION BUTTONS
<div id=”tji_subscribe”>
<div id=”feedbubble”><div id=”feedbubble_inner1″><div id=”feedbubble_inner2″>Click here to subscribe to the RSS Feed in your favorite feed reader</div><div id=”feedbubble_pointer”> </div></div></div>
<div id=”emailbubble”><div id=”emailbubble_inner1″><div id=”emailbubble_pointer”> </div><div id=”spacer”> </div><div id=”emailbubble_inner2″>Click here to have new posts sent straight to your email</div></div></div>
” title=””><img src=”<?php bloginfo(‘template_url’); ?>/images/rss_icon.gif” alt=”” onmouseover=”showRSS();” onmouseout=”hideRSS();” />
<img src=”<?php bloginfo(‘template_url’); ?>/images/email_icon.gif” alt=”” onmouseover=”showEmail();” onmouseout=”hideEmail();” />
</div>
–>
<div id=”masthead_wrapper”>
<h1 id=”masthead”>“><?php bloginfo(‘name’); ?></h1><h2 id=”tagline”><?php bloginfo(‘description’); ?></h2>
</div>
<div id=”headerimg”>
<?php randomHeader(); ?>
</div>
</div><!–close header id–>