
// make sure we are not in a frame

if (self != top) {
	top.location.href = self.location.href;
}

//var IE6 = false /*@cc_on || @_jscript_version <= 5.7 @*/;
