Home renovation tax credit deadline looms but there may still be time for you
Posted on
January 30, 2010
by
Norm Fisher, Royal LePage Vidorra
The opportunity to take advantage of
Canada’s Home Renovation Tax Creditexpires at midnight on January 31. Obviously, the clock has run out when it comes to hiring a contractor but a quick trip to your favorite home renovation store might be in order if home improvements are part of your plan over the next few months. Items purchased before the close of business this Sunday may qualify for a 15% tax credit up to $1,350.
More info here.
I’m always happy to answer your Saskatoon real estate questions. All of my contact info is here. Please feel free to call or email.
Real estate geeks can follow our daily updates on Twitter @norm_fisher.
Our Saskatoon home search tool offers MLS listings represented by all real estate brands, presented with more detail than you’ll find anywhere else. Check it out here.
Norm Fisher
Royal LePage Vidorra
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();
}
}