you will need to use call back for that.
create a function like this

function this_is_home_page()
{
global $this_is_home_page;
return $this_is_home_page;
}