				function titleHack(id,newText,style)
				{
				 				 element = document.getElementById(id);
								 if (element)
								 {
								 		element.innerHTML = newText;
																			
								 }
				}          
          	titleHack('Destinations_ListTitle','Select a Destination:'); // execute
            
            document.getElementById('Breadcrumb_ThemeCombo').options[0].text = 'Select a category'; // execute
            document.getElementById('Breadcrumb_ThemeCombo').options[0].selected = true;