﻿function wrk_opener_reload()
{
	if(window.opener.location.hash == '' || window.opener.location.hash == '#')
		window.opener.location.reload();
	else
	{
		window.opener.location = '/index.cfm?fuseaction=' + window.opener.location.hash.replace("#","");
	}	
}
