﻿$(function() {
	$('input.search').focus(
		function() {
			$('input.search').val('');
		}
	);
	
	$('#right-column .ms-WPBody > a > img').parent().addClass('noarrow');
});
