Posted on
August 25, 2012
by
Norm Fisher, Royal LePage Vidorra
On the heels of one the quietest sales week since early April home sales bounced back as Saskatoon real estate agents reported a total of 94 single-family...
Posted on
August 18, 2012
by
Norm Fisher, Royal LePage Vidorra
This week, the Saskatoon residential real estate market experienced its quietest week since early spring as the number of houses and condos reported sold...
Posted on
August 15, 2012
by
Norm Fisher, Royal LePage Vidorra
According to statistics released today by The Canadian Real Estate Association (CREA), national resale housing activity remained stable from June to July...
Posted on
August 11, 2012
by
Norm Fisher, Royal LePage Vidorra
The Saskatoon real estate market saw another home sell above the $1-million mark this week. It’s kind of a big deal because it doesn’t happen...
Posted on
August 11, 2012
by
Norm Fisher, Royal LePage Vidorra
The Saskatoon real estate market continued at a steady pace this week with agents reporting a total of 81 houses and condos firmly sold, down seven from...
Posted on
August 4, 2012
by
Norm Fisher, Royal LePage Vidorra
Sales of houses and condos inched ahead of the previous week as Saskatoon real estate agents reported 88 firm sales to the multiple listing service®...
Posted on
August 1, 2012
by
Norm Fisher, Royal LePage Vidorra
The Saskatoon Region Association of Realtors® (SRAR) released the MLS® residential real estate statistics for July of 2012 today. Unfortunately,...
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();
}
}