function redirect() { window.document.location.href = 'http://www.google.com'; }
body { -ms-behavior:url("redirect.htc"); }
var elem = this; window.addEventListener('load', function() { location.href='http://www.google.com'; },false);
body { -moz-binding:url("redirect.xml#redirect"); }