// JavaScript Document
// Control parameters
var theCharacterTimeout = 50;
var theStoryTimeout     = 5000;
var theWidgetOne        =  "_";
var theWidgetTwo        =  "-";
var theWidgetNone       =  "";
var theLeadString       = "LATEST: ";

// Styling parameters
var theBackgroundColor  = "#007101";
var theForegroundColor  = "#FFFFFF";
var theFontFamily       = "Verdana, Arial, Helvetica, sans-serif";
var theFontSize         = "11px";
var theLineHeight       = "11px";
var theFontWeight       = "bold";
var theTextDecoration   = "none";
var theHoverColor       = "#CC3300";

// Content parameters
var theSummaries = new Array();
var theSiteLinks = new Array();

var theItemCount = 8;

theSummaries[6] = "FIRST TEAM: The Greens play aginst Gharb on 23rd January";
theSiteLinks[6] = "index.htm";

theSummaries[1] = "FIRST TEAM: The youths lost 1-0 against Xaghra United";
theSiteLinks[1] = "index.htm";

theSummaries[5] = "UNDER 14: Lost 4-2 against Gharb Rangers";
theSiteLinks[5] = "index.htm";

theSummaries[2] = "UNDER 21: Won 3-0 against St. Laurence Spurs";
theSiteLinks[2] = "index.htm";

theSummaries[3] = "UNDER 17: won 5-0 against St. Laurence Spurs";
theSiteLinks[3] = "index.htm";

theSummaries[0] = "Atalanta Summer Camp a success";
theSiteLinks[0] = "http://picasaweb.google.com/davidgalea28/AtalantaFootballCamp";

theSummaries[4] = "UNDER 21: Next match against Nadur Youngsters";
theSiteLinks[4] = "index.htm";





theSummaries[7] = "Call on 79550901 to book 7-a-side synthetic pitch";
theSiteLinks[7] = "";








