Saskatoon home buyers to be featured on HGTV's Urban Suburban
Posted on
May 24, 2012
by
Norm Fisher, Royal LePage Vidorra
HGTV Canada is looking for a couple of Saskatoon area home buyers who may be interested in participating in upcoming episodes of Urban Suburban that will be shot in Saskatoon later this year.
Produced by Force Four Entertainment Inc., Urban Suburban is hosted by real estate agents and siblings Sarah Daniels and Philip DuMoulin. In each half-hour episode, a family or couple that can’t agree between a home in the city or one in the suburbs turn to Sarah and Philip who go head-to-head to find the properties that they think their clients will love. Sarah takes on the suburbs while Philip champions the city, and after touring homes the buyers pick their urban or suburban favourites by factoring in price, space, convenience, and lifestyle. Eventually, they decide on the perfect home and neighbourhood for their needs – and either Sarah or Philip will come out a winner.
How intense! :)
Are you interested in being on the show? Start by sending an email to casting@forcefour.com with the following:
- The reason for your move.
- Areas that you're considering and why.
- Your approximate budget.
- A photo of your family.
- Your contact information.
Break a leg there, superstar!
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();
}
}