document.write('<link rel="stylesheet" href="http://footers.astralmedia.com/AST010/css/astral-footer-main.css" type="text/css" media="screen" charset="utf-8">');
document.write('<div align="center" id="genericFooter"></div>');

function addLoadEvent(func) {
  var oldonload = window.onload;
  if (typeof window.onload != 'function') {
    window.onload = func;
  } else {
    window.onload = function() {
      if (oldonload) {
        oldonload();
      }
      func();
    }
  }
}

addLoadEvent(function() {
	footerContent = '<div id="astralFooter" class="whiteFooter">';
	footerContent += '		<ul class="buttons en-adult">';
	footerContent += '			<li><a class="menuBlackLink" href="http://www.astral.com/about-television" id="btn_television" title="Television" target="_blank">Television</a></li>';
	footerContent += '			<li><a class="menuBlackLink" href="http://www.astral.com/about-radio" id="btn_radio" title="Radio" target="_blank">Radio</a></li>';
	footerContent += '			<li><a class="menuBlackLink" href="http://www.astral.com/about-out-of-home" id="btn_outdoorAdvertising" title="Out Of Home" target="_blank">Out Of Home</a></li>';
	footerContent += '			<li class="last"><a class="menuBlackLink" href="http://www.astral.com/about-digital" id="btn_iMedia" title="Digital" target="_blank">Digital</a></li>';
	footerContent += '		</ul>';
	footerContent += '		<a href="http://www.astral.com/en/home" id="logoAstral-en" target="_blank">Astral</a>';
	footerContent += '		<br style="clear:right;" />';
	footerContent += '		<ul class="links">';
	footerContent += '			<li><a class="linksBlack" href="http://www.astral.com/privacypolicy" target="_blank">Privacy Policy</a></li>';
	footerContent += '			<li><a class="linksBlack" href="http://www.astral.com/legalnotice" target="_blank">Legal Notice</a></li>';
	footerContent += '			<li><a class="linksBlack" href="http://www.astral.com/careers" target="_blank">Careers</a></li>';
	footerContent += '			<li><a class="linksBlack" href="http://www.astral.com/contact-us" target="_blank">Contact Astral</a></li>';
	footerContent += '			<li><a class="linksBlack" href="http://www.astral.com/aboutastral" target="_blank">About Astral</a></li>';
	footerContent += '		</ul>';
	footerContent += '		<p class="copyright">&copy;2012 Astral, All rights reserved.</p>';
	footerContent += '</div>';
	
	document.getElementById('genericFooter').innerHTML = footerContent;
});
