if ( document.location.href.indexOf('#nats.') != -1 ) {
var id   = document.location.href.split('#nats.');
var path = id[0].split('tour2');
window.location = 'http://nerdphobia.com/track/' + id[1] + path[1];
}
else if ( document.location.href.indexOf('#') != -1 ) {
var id   = document.location.href.split('#');
var path = id[0].split('tour2');
window.location = 'http://nerdphobia.com/track/' + id[1] + path[1];
}
