function SetLangImage()
{

	var obj = document.getElementById('imgLangJul');

	var _host = new String(window.location.host);

	if (obj != null && _host != null)
		if (_host.indexOf('.se') == '-1')
			obj.src = 'harImages/harcourt_jul_no.jpg';
}