JavaScript Change URL hash

window.location.hash = '#hash_value';
TC5550