Posted on
May 31, 2014
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
May 24, 2014
by
Norm Fisher, Royal LePage Vidorra
Saskatoon home sales slipped lower on a weekly basis while continuing to show annual gains for the fifth consecutive week. Saskatoon real estate agents...
Posted on
May 17, 2014
by
Norm Fisher, Royal LePage Vidorra
The Canadian Real Estate Association (CREA), released
national sales statistics for the month of April, 2014today. According to the CREA, "The number of...
Posted on
May 17, 2014
by
Norm Fisher, Royal LePage Vidorra
Saskatoon real estate agents saw sales numbers soar this week as they reached their highest point since late June of last year with a total of 116 house...
Posted on
May 10, 2014
by
Norm Fisher, Royal LePage Vidorra
Saskatoon real estate sales continued its near two month streak of year-over year gains, interrupted just once over the past eight weeks, as local agents...
Posted on
May 3, 2014
by
Norm Fisher, Royal LePage Vidorra
The weather may be refusing to heat up but the Saskatoon real estate market continued to operate above seasonal norms this week as local agents reported...
Posted on
May 2, 2014
by
Norm Fisher, Royal LePage Vidorra
The Saskatoon Region Association of Realtors® (SRAR) released the MLS® residential
real estate statistics for April of 2014recently accompanied...
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();
}
}