function callGoogle(redirURL)
{
	pageTracker._setAllowLinker(true);
	var url = pageTracker._getLinkerUrl(redirURL); 
	window.open(url);
}