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