$(document).ready(function(){
	if(location.pathname.match(/SearchResults.asp/i)) {
		$('head').append('<link rel="canonical" href="'+location.href+'" />');
	}
	
});
