// FUNC by nakedToast Studios

function updateTitle(value)
{
	//alert("Neuer Titel: "+value);	
	document.title = value + " - EL CARTEL MEDIA";
}
