$(document).ready(function(){

	if($('.headerimg').length>0)
	{
		$('.headerimg').click(function(){
			window.open('/','_self');
		});
	}

});