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