function showcasePositionImage( img, containerWidth, containerHeight, fill, autoHeight ) { var w = img.width; var h = img.height; var ratio = w/h; autoHeight = autoHeight || false; var imgW = 0; var imgH = 0; if( autoHeight || ratio >= 1 ) { // horizontal imgW = fill? containerWidth : Math.min( containerWidth, w ); //img.style.width = imgW + "px"; //img.style.height = "auto"; imgH = Math.floor( imgW / ratio ); } else { // vertical imgH = fill? containerHeight : Math.min( containerHeight, h ); //img.style.height = imgH + "px"; //img.style.width = "auto"; imgW = Math.floor( imgH * ratio ); } if( fill ) { if( autoHeight || imgW < containerWidth ) { imgW = containerWidth; imgH = Math.floor( imgW / ratio ); } if( imgH < containerHeight ) { imgH = containerHeight; imgW = Math.floor( imgH * ratio ); } } img.style.width = imgW + "px"; img.style.height = imgH + "px"; img.style.maxWidth = imgW + "px"; // counter-act some WP themes img.style.visibility = "visible"; // center it img.style.left = Math.floor( ( containerWidth - imgW ) / 2 ) + "px"; if( autoHeight ) { img.style.top = "0"; } else { img.style.top = Math.floor( ( containerHeight - imgH ) / 2 ) + "px"; } // special case for ddf if( img.closest('.region-DDF') ) { img.style.left = '0px'; img.style.top = '0px'; } } function showcaseAutoImage( img, margin, borderWidth, fill, autoHeight ) { if( img.parentNode.offsetWidth == 0 ) { setTimeout( function() { // f** IE showcaseAutoImage( img, margin, borderWidth, fill, autoHeight ); }, 100 ); return; } if( img.src && img.src.indexOf( "/progress" ) != -1 ) { return; } /* if( !img.width || !img.height ) { return; } */ /* // bill: in FF, the original "img" appears to have incorrect non-zero width // even though the image is not loaded var tempImage = new Image(); tempImage.src = img.src; if( tempImage.width == 0 || tempImage.height == 0 ) { if(img.onload ) { // already hooked up, no go? return; } img.onload = function() { showcaseAutoImage( this, margin, borderWidth, fill, autoHeight ); }; return; } */ img.style.margin = "0"; img.style.position = "absolute"; img.style.display = "block"; img.style.visibility = "visible"; var b = isNaN( borderWidth ) ? 1 : borderWidth; var inner = img.parentNode; var outer = img.parentNode.parentNode; var outerW = outer.offsetWidth; var outerH = outer.offsetHeight; var containerWidth = outerW - margin*2 - b*2; var containerHeight = outerH - margin*2 - b*2; inner.style.width = containerWidth + "px"; if( !autoHeight ) { inner.style.height = containerHeight + "px"; } inner.style.position = "absolute"; inner.style.left = margin + "px"; inner.style.top = margin + "px"; inner.style.overflow = "hidden"; // special case for ddf if( img.closest('.region-DDF') ) { img.style.left = '0px'; img.style.top = '0px'; } //inner.style.backgroundColor = "yellow"; if( outer.style.position != "absolute" ) { outer.style.position = "relative"; } if( img.src && img.src.indexOf( "/nophoto" ) != -1 ) { //img.onclick = null; //img.style.cursor = "default"; fill = false; } var progressElem = img.parentNode.querySelectorAll( ".progress" )[0]; if( progressElem ) { progressElem.parentNode.removeNode( progressElem ); } showcasePositionImage( img, containerWidth, containerHeight, fill, autoHeight ); if( autoHeight ) { var imgH = parseInt( img.style.height ); inner.style.height = imgH + "px"; outer.style.height = imgH + (margin*2) + "px"; } } document.write( "" ); document.write( "
" ); document.write( "
" ); document.write( "
" ); document.write( "" ); document.write( "
" ); document.write( "
Listed by Sutton Centre Realty
" ); document.write( "
" ); document.write( "$875,000" ); document.write( "
" ); document.write( "
" ); document.write( "OPPORTUNITY ALERT!!! Invest in land & build equity in one of the fastest growing cities in Canada! Tear down and start fresh! Build your dream home atop this 5000 Sqft+ lot in centrally located Bridgeview. Easy access to Hwy 17, King George Hwy, Pattullo Bridge & Scott Rd Skytrain Station. 1 block away from Bridgeview Elementary & Bridgeview park and walking distance to recreation, public transit & shopping as well. LAND VALUE ONLY." ); document.write( "
" ); document.write( "
" ); document.write( "" ); document.write( "
" ); document.write( "
Listed by Keller Williams Ocean Realty
" ); document.write( "
" ); document.write( "$824,000" ); document.write( "
" ); document.write( "
" ); document.write( "Welcome to the Gated community of Park Boulevard Estate! This charming 3 Bed/ 2-Bath residence features a Koi pond, waterfalls, and a park area. Inside, find 2 fully renovated bathrooms, new windows, fresh laminate flooring, and built-in shelving. The two bay windows bathe the home in natural light, alongside updated indoor lighting. Outside, enjoy covered parking, a wired workshop and one of the best parts of this mobile home is that land is included. The reinforced front awning is adorned with grape vines, & the property is equipped with motion sensors. Recent updates include a 7-year-old roof, rear rubber deck, new furnace, air conditioning & on-demand water heater and much much more. Conveniently located near shopping, transit, restaurants, and a recreation centre. Book your viewing! **OPEN HOUSE: SAT SEP 7 - 2-4PM**" ); document.write( "
" ); document.write( "
" ); document.write( "
" ); document.write( "
" ); document.write( "
" );