
if (top.location == window.location)
{
              alert('RELOADING...');
		window.location = 'frameload.asp';
}

