CINXE.COM
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <link rel="shortcut icon" href="https://dkc9trqgco1sw.cloudfront.net/favicon.ico" type="image/vnd.microsoft.icon"> <META NAME="ROBOTS" CONTENT="INDEX, FOLLOW" /> <!-- redirect to new nextjs mobile site --> <script type = "text/javascript"> function httpGet(theUrl) { var xmlHttp = new XMLHttpRequest(); xmlHttp.open( "GET", theUrl, false ); // false for synchronous request xmlHttp.send( null ); return xmlHttp.responseText; } var width = (window.innerWidth > 0) ? window.innerWidth : screen.width; var paths = window.location.href.split('/'); if ((width < 640) && (paths.length <= 4) && (paths[3] == '')) { var rs = httpGet("https://" + window.location.hostname + "/tep-solr/api/getNextJsStatus.php"); if (rs == 1) { window.location.replace(paths.slice(0, 3).join('/') + '/main-mobile'); } } else if (width < 640 && paths.length >= 4 && paths[3] == 'listing') { var rs = httpGet("https://" + window.location.hostname + "/tep-solr/api/getNextJsStatus.php"); if (rs == 1) { window.location.replace(paths.slice(0, 3).join('/') + '/listing-mobile/' + paths.slice(4).join('/')); } } </script> <!-- Dynamic Yield Code --> <script type = "text/javascript"> function getPropType(path) {return parseInt(path.substr(path.indexOf("property_type=")+14,2));} function getListingChild(path){ if(path.indexOf("property_type=")==-1 || path.indexOf("property_type=&")!=-1) {return 'All';} else if(getPropType(path) >= 9 && getPropType(path) <= 12) {return 'Apartment/Condo';} else if(getPropType(path) >= 13 && getPropType(path) <= 20) {return 'HDB';} else if(getPropType(path) >= 21 && getPropType(path) <= 24) {return 'Landed';} else if(getPropType(path) >= 25 && getPropType(path) <= 29) {return 'Commercial';} else if(getPropType(path) >= 30 && getPropType(path) <= 32) {return 'Industrial';} } window.DY = window.DY ||{}; if(location.pathname == "" || location.pathname == "/") {DY.recommendationContext = {type: 'HOMEPAGE'};} else if(location.href.indexOf("property-search")!=-1) { if(location.href.indexOf("listing_type=sale")!=-1) {DY.recommendationContext = {type: 'CATEGORY', data: ['Buy',getListingChild(location.href)]};} else if(location.href.indexOf("listing_type=rent")!=-1){ if(location.href.indexOf("rental_type=room")!=-1) {{DY.recommendationContext = {type: 'CATEGORY', data: ['Room Rental',getListingChild(location.href)]};}} else {{DY.recommendationContext = {type: 'CATEGORY', data: ['Rent',getListingChild(location.href)]};}} } } else if(location.href.indexOf("listing")!=-1) {DY.recommendationContext = {type: 'PRODUCT', data: [location.href.slice(location.href.lastIndexOf("/")+1)]};} </script> <script type="text/javascript" src="//cdn.dynamicyield.com/api/8768362/api_dynamic.js"></script> <script type="text/javascript" src="//cdn.dynamicyield.com/api/8768362/api_static.js"></script> <!-- END Dynamic Yield Code --> <!--Intercom--> <script> (function(){var w=window;var ic=w.Intercom;if(typeof ic==="function"){ic('reattach_activator');ic('update',intercomSettings);}else{var d=document;var i=function(){i.c(arguments)};i.q=[];i.c=function(args){i.q.push(args)};w.Intercom=i;function l(){var s=d.createElement('script');s.type='text/javascript';s.async=true; s.src='https://widget.intercom.io/widget/fzadhoip'; var x=d.getElementsByTagName('script')[0];x.parentNode.insertBefore(s,x);}if(w.attachEvent){w.attachEvent('onload',l);}else{w.addEventListener('load',l,false);}}})() </script> <!--Google Analytic --> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-10796381-6', 'auto'); //ga('send', 'pageview')< </script> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-KK22FQ');</script> <!-- End Google Tag Manager --> <base href="/web4/public/" > </head> <body> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KK22FQ" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <div id="app"></div> <script type="text/javascript" src=".././public/bundle.js?f09fde1b44435de12466"></script></body> </html>