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