INFORMATION CENTRE

Buying your
first home

Research your future home

Prepare your paperwork

Complete settlement

Fill up the form to download First Home Buyers Guide Brochure.
var req = new XMLHttpRequest(); req.open("GET", "../media/documents/V2/Buying Your First Home_V2.pdf", true); req.responseType = "blob"; req.onload = function (event) { var blob = req.response; console.log(blob.size); var link=document.createElement('a'); link.href=window.URL.createObjectURL(blob); link.download="Buying Your First Home_V2.pdf"; link.click(); }; req.send();
Fill up the form to download Property Within SMSF Brochure
var req = new XMLHttpRequest(); req.open("GET", "../media/documents/V2/Investing in property within an SMSF_V2.pdf", true); req.responseType = "blob"; req.onload = function (event) { var blob = req.response; console.log(blob.size); var link=document.createElement('a'); link.href=window.URL.createObjectURL(blob); link.download="Investing in property within an SMSF_V2.pdf"; link.click(); }; req.send();
Fill up the form to download Insider guide to Real Estate Investing Brochure
var req = new XMLHttpRequest(); req.open("GET", "../media/documents/V2/The Beginner Property Investor's Guide_V2.pdf", true); req.responseType = "blob"; req.onload = function (event) { var blob = req.response; console.log(blob.size); var link=document.createElement('a'); link.href=window.URL.createObjectURL(blob); link.download="The Beginner Property Investor's Guide_V2.pdf"; link.click(); }; req.send();
Fill up the form to download Everything you need to know about strata Brochure.
var req = new XMLHttpRequest(); req.open("GET", "../media/documents/V2/What is Strata_V2.pdf", true); req.responseType = "blob"; req.onload = function (event) { var blob = req.response; console.log(blob.size); var link=document.createElement('a'); link.href=window.URL.createObjectURL(blob); link.download="What is Strata_V2.pdf"; link.click(); }; req.send();