Posted on
December 28, 2008
by
Norm Fisher, Royal LePage Vidorra
Having just celebrated my sixteenth Christmas holiday season as a Realtor, I’ve learned over the years that you just can’t expect much of this...
Posted on
December 21, 2008
by
Norm Fisher, Royal LePage Vidorra
It was a far stronger week than I had expected. Perhaps Saskatoon real estate buyers were in the Christmas spirit. Overall, sellers had a better week than...
Posted on
December 20, 2008
by
Norm Fisher, Royal LePage Vidorra
What would happen if the Canadian real estate market followed a similar path to the U.S. housing market, and what would that look like a year down the road?...
Posted on
December 14, 2008
by
Norm Fisher, Royal LePage Vidorra
As expected, new Saskatoon real estate listings continued to taper off this week falling to their second lowest level for any week this year. A total of...
Posted on
December 9, 2008
by
Norm Fisher, Royal LePage Vidorra
RBC’s recently released “Housing Trends and Affordability” study suggests that housing affordability in the province saw some modest ...
Posted on
December 7, 2008
by
Norm Fisher, Royal LePage Vidorra
New listings in the Saskatoon real estate market fell to their lowest level since the week of December 31 – January 4 as a total of 70 properties...
Posted on
December 6, 2008
by
Norm Fisher, Royal LePage Vidorra
The Saskatoon Region Association of Realtors recently reported
November resultsfor the entire residential category of Saskatoon real estate, which includes...
Posted on
December 1, 2008
by
Norm Fisher, Royal LePage Vidorra
The Saskatoon Region Association of REALTORS® (SRAR) has released November’s statistics for the residential category along with the following...
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();
}
}