var lpath = new Array(4)
lpath[0] = "http://www.communitymatters.org.uk/"
lpath[1] = "http://www.vanl.org/"
lpath[2] = "http://www.charity-commission.gov.uk/ShowCharity/RegisterOfCharities/CharityWithoutPartB.aspx?RegisteredCharityNumber=1062832&SubsidiaryNumber=0"
lpath[3] = "http://www.smallthingschallenge.com/"
lpath[4] = "rick.htm"
lpath[5] = "index.htm"


var lname = new Array(4)
lname[0] = "Community Matters"
lname[1] = "VANL"
lname[2] = "Charity Commission"
lname[3] = "Small Things Challenge"
lname[4] = "???"
lname[5] = "Home"


var ltitle = new Array(4)
ltitle[0] = "Community Matters"
ltitle[1] = "Voluntary Action North Lincolnshire"
ltitle[2] = "Our details on the Charity Commission site"
ltitle[3] = "Make a difference with a click"
ltitle[4] = "Surprise"
ltitle[5] = "Home"

document.write("<h2>External Links</h2>")
for (i=0; i<6; i++)
{
document.write("<p>[<a href=\"" + lpath[i] + "\"" + " title=\"" + ltitle[i] + "\">" + lname[i] + "</a>]</p>")
}

document.write ("<a href=\"fairtrade.htm\" title=\"We Support Fairtrade\">")
document.write ("<img  style=\"width:75px;height:75px\" src=\"1_markcol.jpg\" alt=\"We Support Fairtrade\" border=\"0\" />")
document.write ("</a>")


