// Get URL hash

var locationHash = window.location.hash;
if (locationHash.length > 1) {
	var nextUrl = locationHash.substr(1);
	window.frames["buffer"].location = nextUrl;
	dw_displayExternal();
}
