/***********************************************
Clear Presence

File: clearpresence.js
Version: 0.1.0.0
Creation date: 20050513

 */

(function() {

var frameControl = "peexctrl"; //name of the control frame

/* WARNING: do not modify below this line */
/*****************/
if(parent.frames[frameControl]) {
	parent.location.href = self.location;
}

})();

/* EOF */