// JavaScript Document
var ie=document.all;
var dom=document.getElementById;
var iframeprops='width="261" height="400" marginwidth="0" marginheight="0" hspace="0" vspace="0" scrolling="no" frameborder="0" style="background-color:#FFFFFF"';
var content="http://blog.101domain.com/domainNewsIframe.php";
if (ie||dom){
	document.write('<iframe id="domainews" src="" '+iframeprops+'></iframe>');
}
function domainNewsIframe(){
	if (ie||dom){
		var iframeobj=document.getElementById? document.getElementById("domainews") : document.all.domainews;
		iframeobj.src=content;
	}
}
//window.onload=domainNewsIframe

