$(document).ready(function(){
	$('#title').bind('click',function(){
		$('#home_reset').trigger('click');
	});
	$('.home_link').bind('click',function(){
		$('#home_reset').trigger('click');
	});
	$('#tech_go_home').bind('click',function(){
		$('#home_reset').trigger('click');
	});
	$('#com_go_home').bind('click',function(){
		$('#home_reset').trigger('click');
	});
});
