// bannerconfig.js

var NS4 = (document.layers) ? true : false;
var IE4 = (document.all) ? true : false;

var interval = 20;
var increment = 1;
var pause = 4500;
var bannerColor = "#ffffff";
var leftPadding = 40;
var topPadding = 1;


var Digital=new Date()

var hours=Digital.getHours()



if (hours>=6&&hours<=11)

newtext='Good Morning and Welcome to Guisborough Rugby Club Website.'

else if (hours>=12&&hours<=17)

newtext='Good Afternoon and Welcome to  Guisborough Rugby Club Website.'

else if (hours>=18&&hours<=23)

newtext='Good Evening and Welcome to  Guisborough Rugby Club Website.'

else

newtext='Good Morning and Welcome to  Guisborough Rugby Club Website.'

var bannerLeft = (NS4) ? document.images.holdspace.x :
  holdspace.offsetLeft;
var bannerTop = (NS4) ? document.images.holdspace.y :
  holdspace.offsetTop;
var bannerWidth = (NS4) ? document.images.holdspace.width :
  holdspace.width;
var bannerHeight = (NS4) ? document.images.holdspace.height :
  holdspace.height;

var ar = new Array(
   newtext,
  'Guisborough 1sts away to Hartlepool Athletic K0 3.00pm. ',
  'Guisborough 2nds host Middlesbrough III Ko 3.00pm. ');