/* Initialise scroller when window loads */
window.onload=function() {
	// check for DOM
	if(!document.getElementById || !document.createTextNode){return;}
	initDOMnews();
	// add more functions as needed
  externalLinks();
}