Team Royal LePage Raises $3,470 for Coldest Night of the Year
Posted on
February 21, 2016
by
Norm Fisher, Royal LePage Vidorra

A team of 14 walkers participated in Saturday's Coldest Night of the Year walk as part of Team Royal LePage.
It was hardly the "coldest night of the year" but it was certainly a crisp one that produced some rosy cheeks by the time the walk wrapped up around 5:30 pm yesterday.
At the current time, the fundraiser's total is inching toward the goal number of $50,000. Team Royal LePage raised $3,470 for the hungry and homeless in Saskatoon through the generosity of some of our agents and many of our friends. On behalf of all who participated, our sincere thanks to those who helped with this very worthy fundraiser.
Homelessness is still a serious issue in Saskatoon. These two charities are vital in the ongoing fight to eliminate homelessness here.
If you'd like to make a contribution to the Lighthouse and the Bridge, you can do so here.
Norm Fisher
Royal LePage Vidorra
The Saskatchewan REALTORS® Association (SRA) IDX Reciprocity listings are displayed in
accordance with SRA's MLS® Data Access Agreement and are copyright of the Saskatchewan REALTORS® Association (SRA).
The above information is from sources deemed reliable but should not be relied upon without independent verification.
The information presented here is for general interest only, no guarantees apply.
Trademarks are owned and controlled by the Canadian Real Estate Association (CREA).
Used under license.
MLS® System data of the Saskatchewan REALTORS® Association (SRA) displayed on this site is refreshed every 2 hours.
$(document).ready(function () {
var allBoxes = $("#mrp-container10 div.weblet_web-syndication").children("div");
transitionBox(null, allBoxes.first());
});
function transitionBox(from, to) {
function next() {
var nextTo;
if (to.is(":last-child")) {
nextTo = to.closest("#mrp-container10 .weblet_web-syndication").children("div").first();
} else {
nextTo = to.next();
}
to.fadeIn(500, function () {
setTimeout(function () {
transitionBox(to, nextTo);
}, 7000);
});
}
if (from) {
from.fadeOut(500, next);
} else {
next();
}
}