your link is broken but
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title></title>
</head>
<body>
<iframe id="iframe" frameborder="1" ></iframe>
<script type="text/javascript">
/*<![CDATA[*/
function zxcIFrameSwapper(o){
var id=o.IFrameID,a=o.URLs,i=document.getElementById(id);
if (i&&a instanceof Array){
var n=new Date(),s=new Date(n.getFullYear(),n.getMonth(),1),src=a[(Math.floor((n-s)/1000/60/60/24)*2+(n.getHours()>=12?1:0))%a.length];
if (i.src!=src){
i.src=src;
}
o.to=setTimeout(function(){ zxcIFrameSwapper(o) },60000);
}
}
zxcIFrameSwapper({
IFrameID:'iframe',
URLs:[ // as many URLs as required for days in month*2
'http://www.dynamicdrive.com/forums/forumdisplay.php?7-JavaScript',
'http://www.dynamicdrive.com/forums/forumdisplay.php?23-Looking-for-such-a-script-or-service',
'http://www.dynamicdrive.com/forums/forumdisplay.php?2-Dynamic-Drive-scripts-help'
]
});
/*]]>*/
</script>
</body>
</html>
Bookmarks