Image Map Not Displaying Properly in IE

Alright so it took me forever to get the conditional statements correct so IE would display this particular image and image map but for some reason the image map is below the image:

http://www.thespeedlounge.com/tv_2006b.php

What’s weird is that i had to put an echo in the php code to get it to display the image mapping at all!
This is the code i used:

if ( $br->Version == 6 )  {
     echo "-";
	 include 'ienavi.html';
	 
	}

Any suggestions???