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