Posted on
July 25, 2009
by
Norm Fisher, Royal LePage Vidorra
The Saskatoon real estate market continued to operate at levels far stronger than one might expect given the current economic conditions, and the time of...
Posted on
July 18, 2009
by
Norm Fisher, Royal LePage Vidorra
Saskatoon real estate agents reported ninety-two sales of single-family detached homes and condominiums to our MLS system this week, a gain of just one...
Posted on
July 11, 2009
by
Norm Fisher, Royal LePage Vidorra
Saskatoon real estate sales continued along at an impressive pace with ninety-one homes being reported as firm sales to the Saskatoon MLS system. Unit sales...
Posted on
July 9, 2009
by
Norm Fisher, Royal LePage Vidorra
Crickey recently prepared this graph charting active listings and unit sales in the residential category dating back to the beginning of 2007. The red line...
Posted on
July 4, 2009
by
Norm Fisher, Royal LePage Vidorra
Following what turned out to be one of the strongest weeks in the past two years, Saskatoon home sales slowed some, but managed to maintain a pace that...
Posted on
July 3, 2009
by
Norm Fisher, Royal LePage Vidorra
The Saskatoon Region Association of Realtors recently reported June results for the entire residential category of Saskatoon real estate, which includes...
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();
}
}