/*$is
	   osW - orange site Webengine
     =======================================================
	   filename   : breakout_of_frame.js
	   filedir    : /templates/ajax-engine/uncompressed/js/breakout_of_frame	
	   version    : 1
	   author     : Juergen Schwind
	   create     : 2009/05/12 16:31:33
	   lastauthor : Juergen Schwind
	   lastupdate : 2009/05/12 16:31:33
  	   unpacked   : 2009/06/12 11:54:44
     =======================================================	

$ie*/

function breakout_of_frame() {
	if (top.location != location) {
		top.location.href = document.location.href
	};
}

breakout_of_frame();
