Posted on
August 29, 2015
by
Norm Fisher, Royal LePage Vidorra
Good day! After a two week break from the normal routine I’m back in Saskatoon. For anyone that may have missed it, Becky (my lovely wife) and...
Posted on
August 23, 2015
by
Norm Fisher, Royal LePage Vidorra
I’m away on a bit of a break this weekend. Thanks very much for reading.
Get the most current market intelligence with our FREE Market Snapshot...
Posted on
August 22, 2015
by
Norm Fisher, Royal LePage Vidorra
I’m away on a bit of a break this weekend so we’re giving you the shortened, commentary free version of this week’s Saskatoon real estate...
Posted on
August 15, 2015
by
Norm Fisher, Royal LePage Vidorra
I’m away on a bit of a break this weekend so we’re giving you the shortened, commentary free version of this week’s Saskatoon real estate...
Posted on
August 13, 2015
by
Norm Fisher, Royal LePage Vidorra
The day has finally arrived! After more than a year of anticipation, Becky (love of my life) and I head off to Peru for an experience that is sure to change...
Posted on
August 12, 2015
by
Norm Fisher, Royal LePage Vidorra
Finally! A rule change by CMHC that actually puts less resistance on the borrower. Effective September 28, borrowers aiming to purchase properties with...
Posted on
August 8, 2015
by
Norm Fisher, Royal LePage Vidorra
On the heels of the only three week run during which sales exceeded those recorded during the same week last year, the Saskatoon real estate market seemingly...
Posted on
August 1, 2015
by
Norm Fisher, Royal LePage Vidorra
Saskatoon real estate agents reported another brisk period of activity this week as residential sales hit 104 units, up from 99 the previous week, and falling...
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();
}
}