Posted on
February 28, 2015
by
Norm Fisher, Royal LePage Vidorra
After showing some promising signs last week when sales finally rose to meet levels recorded a year ago, softer activity prevailed this week and Saskatoon...
Posted on
February 28, 2015
by
Norm Fisher, Royal LePage Vidorra
Back in the fall I bought a very cool new tool that I think could eventually change the way real estate is bought and sold. This baby has been in...
Posted on
February 22, 2015
by
Norm Fisher, Royal LePage Vidorra
The number of local homes to trade hands over the course of a week reached its highest point this year as Saskatoon real estate agents reported 67 firm...
Posted on
February 14, 2015
by
Norm Fisher, Royal LePage Vidorra
Saskatoon homes sales saw some upward movement on a weekly basis but continued to produce sales lower than last year’s numbers for the seventh consecutive...
Posted on
February 8, 2015
by
Norm Fisher, Royal LePage Vidorra
Saskatoon real estate agents reported a total of 57 residential sales to the local multiple listing service® this week, a drop of four from the previous...
Posted on
February 4, 2015
by
Norm Fisher, Royal LePage Vidorra
The Saskatoon Region Association of Realtors® (SRAR) released the MLS® residential real estate statistics for January of 2015 today 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();
}
}