// JavaScript Document

mesg = "<a href='newsupdates.html'>Only Countrylink services running over Easter Long weekend (April 2-5)</a>";
isNS = (navigator.appName == "Netscape")
isIE = (navigator.appName == "Microsoft Internet Explorer")
text = (""+mesg+"")
if (isNS) {
document.write("<marquee scrollDelay=150 width=177>" + text + "</marquee>")}
else if (isIE) {
document.write("<marquee scrollDelay=150 width=177>" + text + "</marquee>")}