<!-- /includes/js/default.js

// BREAK OUT OF FRAMES
if (top.location != self.location) {
	top.location = self.location;
}

//-->