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