Here is your code snippet
Code
</head>
<body onLoad="setTimeout('popup()', 1000);">
<script language="JavaScript">
<!-- Begin
function popup() {
var url = "http://www.programmingsite.co.uk";
window.open(url, "Programmingsite", "height=400,width=500,location=no," + "scrollbars=no,menubars=no,toolbars=no,resizable=yes");
}
// End -->
</script>
</body>
</html>