Со следующим кодом при загрузке вашей страницы будет открываться всплывающее окно с указанной вами стрпницей.
Code
<!-- hiding
var remoteWin = null;
var popup_url = "http://Ваша_ссылка";
if (self.parent.frames.length == 0){
self.name="preview";
}
function popup_hp_ad() {
remoteWin = window.open(popup_url, "ad_popup",
"toolbar=0,location=0,directories=0,
status=0,menubar=0, scrollbars=0,resizable=0,width=640,height=130");
}
popup_hp_ad();
// End of hiding -->
</SCRIPT>