I'm trying to put welcome text to logged customers in the header only for the index page where customer is transfered after login.

I tried <?php if (!$this_is_home_page) { ?> but it doesn't seem to work?!?

Can anyone point me how to do it. I'd also need "if customer id" up in there...