/* Header Click with jQuery by I Love Copy And Paste
 * http://ilovecopyandpaste.com
 *
 * Copyright (c) 2009 I Love Copy And Paste
 * ALL RIGHTS RESERVED!
 *
 * Last Revision September 30 (1)
 */
$(document).ready(function()
{	

	$("#header").click(function () { 
      location.href="/";
    });
	
});
