	if (loadCookie("hersteller") && loadCookie("modell"))
	{
		document.write('Your mobile: '+ handy +' '+ hmodell+' ');
		document.write('(<a href="' + window.location.href +'" onclick="unsetCookies()">Change<\/a>)');
	}