/* Name: FOBlog.js
** Author: Matt Gifford
** Date: 1st October 2009
** Purpose: contains script functions relevant to the Fuzy Orange blog
*/

function clearSearchInput () {
	document.getElementById('search').value = '';
}
