@Apathetic - great name matches your essence of being.


@Sahibaan
Code: 
<html>
<head>
<script type="text/javascript">
<!--
function myPopup() {
window.open( "http://www.youraddress.com/" , "myPopupWindow")
}
//-->
</script>
</head>
<body onLoad="myPopup()">
//
Your html
//
</body>
</html>