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