/* Settings for DOMNews */

/* Settings for curvyCorners */

/* Initialise all scripts when window loads */
window.onload=function()
{
	// check for DOM
	if(!document.getElementById || !document.createTextNode){return;}
//	initTopDOMnews();
	initDOMnews();
	// add more functions as needed
};

/* stop scroller when window is closed */
window.onunload=function()
{
	clearInterval(dn_interval);
//	clearInterval(dnt_interval);
};
