<html>
<head>
<script language="javascript">
var checkseconds=10;
var url='http://www.yahoo.com';
var url2='http://www.google.ca';
function recheck() {
document.getElementById('frame1').src=url;
document.getElementById('frame2').src=url2;
setTimeout("recheck()", 1000 * checkseconds);
}
</script>
</head>
<body leftmargin=0 topmargin=0 rightmargin=0>
<iframe id="frame1" src="" border="0" width=100% height=50%></iframe>
<iframe id="frame2" src="" border="0" width=100% height=50%></iframe>
<script language="javascript">recheck();</script>
</body>
</html>
<head>
<script language="javascript">
var checkseconds=10;
var url='http://www.yahoo.com';
var url2='http://www.google.ca';
function recheck() {
document.getElementById('frame1').src=url;
document.getElementById('frame2').src=url2;
setTimeout("recheck()", 1000 * checkseconds);
}
</script>
</head>
<body leftmargin=0 topmargin=0 rightmargin=0>
<iframe id="frame1" src="" border="0" width=100% height=50%></iframe>
<iframe id="frame2" src="" border="0" width=100% height=50%></iframe>
<script language="javascript">recheck();</script>
</body>
</html>