<!-- // Start of AdSubtract JavaScript block; you can ignore this.
     // It is used when AdSubtract blocks cookies or pop-up windows.
document.iMokie = "cookie blocked by AdSubtract";
document.iMferrer = "referrer blocked by AdSubtract";
function iMwin() {
	this.location = "";
	this.frames = new Array(9);
	this.frames[0] = this;
	this.frames[1] = this;
	this.frames[2] = this;
	this.frames[3] = this;
	this.frames[4] = this;
	this.frames[5] = this;
	this.frames[6] = this;
	this.frames[7] = this;
	this.frames[8] = this;
	this.length = 0;
}
// End of AdSubtract JavaScript block. -->
<!--
// IF COOKIES ENABLED, USER WILL HAVE WEBTRENDS COOKIE
var WTID = S_getCookie("SwiftPersist");

// GET VISIT COUNT
var VC = S_getCookie("SwiftVC");

// GET REGISTRATION COOKIE
var REG = S_getCookie("swift_tu_reg");

//Browser Checker (Looking for MAC I.E. 5)
var agt=navigator.userAgent.toLowerCase();
var is_Macie5  = ((agt.indexOf("msie") != -1) && (agt.indexOf("opera") == -1) && (agt.indexOf("mac")!=-1) );

// SO DO ONLY IF COOKIES ENABLED AND VISIT COUNT GREATER THAN 1
if (WTID && !REG && VC > 1 && !is_Macie5) {

	var rd_url = escape(window.location.href);
	var r = S_getCookie("swift_tu_reg");

	var dom = new String(document.domain);
	var re = new RegExp("us.publicus.com", "i");
	if (!r && !dom.match(re)) {
		window.location.href = "http://reg.theunion.com?rd_url=" + rd_url + "&WTID=" + WTID;
	}

}
// -->
