function doSearch()
{
	document.forms["SearchBox"].submit();
}

$(document).ready(function() {
	$('A.load-image').click(function() {
		$('DIV.image IMG').attr('src', $(this).children('img').attr('src'));
	});
});
