How to obtain the current website URL in my theme?

bloginfo(‘url’) should get you the URL for the installation.

EDIT:

I guess you could also use get_permalink()