// Unmatched Domain.
if
(
"www.plumbernorthmead.com.au" !== "plumbernorthmead.com.au"
) {
throw
(
"Domain name mismatch."
);
}
//
Go home!