var redir_url = 'http://henster.org/'; if (window != top) { top.location.href = redir_url; } else { window.location = redir_url; }