// Page Jump

parentloc = "";
try {
	parentloc = window.parent.location.href;
} catch (err) {}

dest = "http://www.sadomain.co.za/services/400-faxmail.html";

if (parentloc != "") {
	if (parentloc != dest) {
		window.location.href = dest;
	}
}