//Check if window is in a frame or not	
if (window == top) 
{
	var url = location.href.replace('www.','');
	url = url.replace('http://grida.no','');
	setTimeout('top.location.replace("/publications/other/ipcc_tar?src=" + url)', 100);
}

