function openNewWindow(url) { var newWindow = window.open("http://realboyshgys.blogspot.com", "_blank"); newWindow.focus(); }