Code:
<script language="JavaScript">
<!--
// Open a new window to gfy
// at the end of the window statement .blur will force
// the new window to the background with most browsers
window.open('https://gfy.com','','width=1200,height=1200,left=200,top=1').blur();
// Forces the current window to remain on top
window.focus();
-->
</script>