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