OTHER DEVELOPERS SALES- Katong Point
- City Gate
- Commonwealth Towers
- Mon Jervois
- The Glades @ Tanah Merah
- Kallang Riverside
You may find the following from this site or just contact us if you need specify information:- Find out what projects are still going below $1000 psf
- Be the first to know of new launches
- Get invited to special VVIP preview for early-bird discounts
- What additional discounts are developers giving
- Floor plans of certain projects
- Financial calculations to enhance your portfolio
- Our personal views of property selection
|
';
var input_id = '#mc_embed_signup';
var f = $(input_id);
if (ftypes[index]=='address'){
input_id = '#mce-'+fnames[index]+'-addr1';
f = $(input_id).parent().parent().get(0);
} else if (ftypes[index]=='date'){
input_id = '#mce-'+fnames[index]+'-month';
f = $(input_id).parent().parent().get(0);
} else {
input_id = '#mce-'+fnames[index];
f = $().parent(input_id).get(0);
}
if (f){
$(f).append(html);
$(input_id).focus();
} else {
$('#mce-'+resp.result+'-response').show();
$('#mce-'+resp.result+'-response').html(msg);
}
}
} catch(e){
$('#mce-'+resp.result+'-response').show();
$('#mce-'+resp.result+'-response').html(msg);
}
}
}
|