Google Gadgetsから親フレームのURLを取得(失敗編)

1: http://d.hatena.ne.jp/nitoyon/20070820/javascript_eval_on_hatena_diary
2: alert(parent)に書き換えて実行してみる -> OK
3: alert(parent.location)に書き換えて実行してみる
4: uncaught exception: Permission denied to get property Window.href

ありゃ。iframeって親のURLを取れないんだっけ?