$(document).ready(function() {

	$("#servicesheader").click(function(){document.location.href="/services/";});
	$("#productsheader").click(function(){document.location.href="/products/";});
	$("#q").attr( "autocomplete", "off" );
	$("#q").css({'border' : '0'});

});
