Interval Timer Example
HTML
<body >
<iframe id="myframe" src="http://google.com"></iframe>
</body>
CSS
body{ background: #eee; }
iframe{ width: 100%; height: 500px; background: #fff;}
JavaScript
$(init);
function init() {
$('a').css("color","red");
}