<!--
if(navigator.userAgent.indexOf("MSIE") != -1)
{
   document.write("<div style='position:absolute; width:100%; height:12px; left:0px; top:101px; z-index:-1; background-image:url(/images/bar.gif); background-repeat:repeat-x'></div>");
} 

if(navigator.userAgent.indexOf("Firefox") != -1)
{
   document.write("<div style='position:absolute; width:100%; height:12px; left:0px; top:101px; z-index:-1; background-image:url(/images/bar.gif); background-repeat:repeat-x'></div>");
} 

if(navigator.userAgent.indexOf("Netscape") != -1)
{
   document.write("<div style='position:absolute; left:229px; top:101px; z-index:9'><img src='/images/horizontal_bar.gif' border=0 width=777 height=12></div>");
}
//-->
