Posted on
June 25, 2011
by
Norm Fisher, Royal LePage Vidorra
Saskatoon real estate sales softened this week falling to their lowest point in four weeks with just seventy-four firm house and condo sales being reported...
Posted on
June 18, 2011
by
Norm Fisher, Royal LePage Vidorra
Saskatoon real estate sales for the week finished above the one hundred-unit mark for the second time this year as local agents brought 101 firm house and...
Posted on
June 16, 2011
by
Norm Fisher, Royal LePage Vidorra
This summer home maintenance list was provided to me by Frank Browne and his crew at
Pillar to Post Home Inspections. Hope you find it useful.
With summer's...
Posted on
June 11, 2011
by
Norm Fisher, Royal LePage Vidorra
Coming off of the highest volume sales week for Saskatoon real estate since June of 2007, it’s no surprise that house and condo sales took a step...
Posted on
June 4, 2011
by
Norm Fisher, Royal LePage Vidorra
If last week was a bust, this week was a boom. Saskatoon real estate agents reported 120 firm house and condo sales to the local MLS® this week to record...
Posted on
June 1, 2011
by
Norm Fisher, Royal LePage Vidorra
The Saskatoon Region Association of REALTORS® (SRAR) released the residential
real estate statistics for May, 2011today, accompanied by this release....
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();
}
}