/*
* Creates a click listener on the header content, that will
*   redirect the user to the home page.
*/
YAHOO.util.Event.on('headercontent',"click",homelink);function homelink(){window.location = '/';}