function CA_load_page (src)
{
	
top.MainFrame.location.href= src;
return;
	
}

