<!-- Javascript Function for XHTML Compliant External Windows -->
function externalLinks() { 
 if (!document.getElementsByTagName) return; 
 var anchors = document.getElementsByTagName("a"); 
 for (var i=0; i<anchors.length; i++) { 
   var anchor = anchors[i]; 
   if (anchor.getAttribute("href") && 
       anchor.getAttribute("rel") == "external") 
     anchor.target = "_blank"; 
 } 
}
function tvischanging()
{
   document.write('<object type="application/x-shockwave-flash" data="/Flash/TVIsChanging.swf" width="440" height="66">');
   document.write('<param name="wmode" value="transparent" />');
   document.write('<param name="movie" value="/Flash/TVIsChanging.swf" />');
   document.write('<param name="menu" value="false" />');
   document.write('<param name="quality" value="high" />');
   document.write('<a title="You must install the Flash Plugin for your Browser in order to view the proper movie"  href="http://www.macromedia.com/shockwave/download/alternates/"><img src="/Images/TVIsChanging.gif" width="440" height="66" id="flashmovie"  alt="Alternative image for flash movie" /></a>');
   document.write('</object>');
}
function getaquoteasap()
{
   document.write('<object type="application/x-shockwave-flash" data="/Flash/GetAQuoteASAP.swf" width="540" height="60" style="margin:-20px 0 0 0;">');
   document.write('<param name="wmode" value="transparent" />');
   document.write('<param name="movie" value="/Flash/GetAQuoteASAP.swf" />');
   document.write('<param name="menu" value="false" />');
   document.write('<param name="quality" value="high" />');
   document.write('<a title="You must install the Flash Plugin for your Browser in order to view the proper movie"  href="http://www.macromedia.com/shockwave/download/alternates/"><img src="/Images/GetAQuoteASAP.gif" width="540" height="60" id="flashmovie"  alt="Alternative image for flash movie" /></a>');
   document.write('</object>');
}

<!-- Javascript "onload" Window Events -->
window.onload = function()
{
  externalLinks();<!--External Links-->
}

