








Industry Canada's Community Access Program (CAP) gives thousands of Canadians
affordable access to the Internet in places like schools, community centres and libraries.
It provides access to those people who might not have computers or Internet access in
their homes or workplaces. Bridging the digital divide, one community at a time.
|
\n');
}
// SEO fix thanks to Hambon
function getQueryVariable(variable) {
var query = window.location.search.substring(1);
var pairDelimiter = "&";
var pairSeparator = "=";
var joomlaComName = "option,com_exposeprive";
if (query == "") {
query = window.location.pathname.substring(1);
var joomlaIsSEO = query.indexOf(joomlaComName);
if (joomlaIsSEO != -1) {
pairDelimiter = "/";
pairSeparator = ",";
}
}
var vars = query.split(pairDelimiter);
for (var i=0;i |