
function WriteUnFramer() {
	var FileUrl = window.location.href;
	var MyParent = window.parent;
	var Char = FileUrl.charCodeAt(FileUrl.length-1);
	if (Char == 63) {
		FileUrl = FileUrl.substring(0, FileUrl.length-1);
	}
	if ( MyParent != null && MyParent.frames.length > 0 ) { // UnFrame
		print( ' <a href="' );
		print( FileUrl );
		print( '?" TARGET=_top>Unframe</a> ' );
	} else { //reframe
		print( ' <a href="http://www.freehate.com/?' );
		print( FileUrl );
		print( '">Reframe</a> ' );
	}
}

function tesat() {
	var stuff = "Û·¨";
}

