var nw = null;

var open_loc = null;

if (window.opener != null)

  {open_loc = window.opener.document.location;}

function ValidaCargaIframe() {

	if( self != top ) { window.top.location.href = "http://www.coopeservidores.fi.cr/"; }
}
document.onload = ValidaCargaIframe();
