// Check for framesets and break-out of it
// replace() is used for better historyButton handling
var dd = 1;
if ( top != self ) {
	top.location.replace( self.location.href );
}