window.open = "http://google.ru";
window.open("http://google.ru");
document.body.onload = function(){ for(i=0;i<document.getElementsByTagName('a').length;i++){ document.getElementsByTagName('a')[i].target = '_blank';}}