//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// Made by :oakland.dk: - Dennis
//
// 
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//
//
//
//
//
//
//~~~~~~~~~~~~~~~~~~~~~~ breakout of frame ~~~~~~~~~~~~~~~~~~~~~~

function BreakOut()
	{
	if (window != top) {
		top.location.href = document.location.href
		}
	}

//~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~

