function hostcafe_change_image(image, url)
{
	image.src = url;
}

function hostcafe_highlight_over(image)
{
	image.style.borderColor = '#FB5609';
}

function hostcafe_highlight_off(image)
{
	image.style.borderColor = '#000000';
}
