I'm new to LaTeX and am having trouble adding a url to the footer.
I currently have this:
\documentclass[]{beamer}
\usepackage{beamerthemebars}
\title{Title}
\author{Author}
\institute{Institute}
\date{\today}
\begin{document}
So far all of that information appear correctly on each page, but I wanted to make the Institute a link to a url, any ideas?

\href{www.myinstitute.com}{Institute}– Marco Daniel Apr 20 '13 at 09:07\institute– Marco Daniel Apr 20 '13 at 09:32