function AEL(o, e, f, u) { if(o.addEventListener) { o.addEventListener(e, f, u); return true; } else if(o.attachEvent) { return o.attachEvent('on'+e, f); } }

AEL(window, 'load', function()
{
	var sSeparator = '|||||';
	var aMsg =
	[
		'',
		'',
		''
	];

	window.document.news.SetVariable('jsvar_sSeparator', sSeparator);
	window.document.news.SetVariable('jsvar_aMsg', aMsg.join(sSeparator));
	window.document.news.SetVariable('jsvar_iDelay', '5000');
	window.document.news.SetVariable('jsvar_sForeColour', '002266');

}, false);
