Posted on
November 28, 2015
by
Norm Fisher, Royal LePage Vidorra
Up and down. That seems to be the consistent theme from one week to the next as we head towards the finish line for 2015. Following a pretty solid week...
Posted on
November 22, 2015
by
Norm Fisher, Royal LePage Vidorra
On the heels of one of the Saskatoon real estate market’s quietest weeks this year home sales rebounded from 52 last week to 75 this week. That was...
Posted on
November 22, 2015
by
Norm Fisher, Royal LePage Vidorra
When my stepfather Clarence Fisher passed away in 1998 I recall marveling at all he had seen over his 80 years, from a time when he may have been more likely...
Posted on
November 19, 2015
by
Norm Fisher, Royal LePage Vidorra
The Canadian Real Estate Association (CREA), released national sales statistics for the month of October, 2015 recently. According to the CREA, “The...
Posted on
November 14, 2015
by
Norm Fisher, Royal LePage Vidorra
Saskatoon real estate sales fell flat this week as the total number of residential sales reported to the multiple listing service® slipped to just 52,...
Posted on
November 7, 2015
by
Norm Fisher, Royal LePage Vidorra
Saskatoon real estate agents reported a total of 74 residential sales to the multiple listing service® over the past week, up from 63 for the previous...
Posted on
November 6, 2015
by
Norm Fisher, Royal LePage Vidorra
A media release from The Saskatoon Region Association of REALTORS® (SRAR) follows regarding October, 2015 residential real estate sales...
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();
}
}