
//var ip="210.193.23.254"
//var ip="61.14.76.50"
var ip = "www.mulist.com";
//var ip = "173.201.23.114";
var path="http://"+ip+"/js/";
var path2="http://"+ip+"/";

/*
var path="http://192.168.1.10/mulist/js/";
var path2="http://192.168.1.10/mulist/";
*/
/*
document.write("<script language='javascript' src='"+path+"prototype.js'></script>");
document.write("<script language='javascript' src='"+path+"scriptaculous.js'></script>");
document.write("<script language='javascript' src='"+path+"effects.js'></script>");
document.write("<script language='javascript' src='"+path+"controls.js'></script>");
document.write("<script language='javascript' src='"+path+"auth.js'></script>");
document.write("<script language='javascript' src='"+path+"popup.js'></script>");
*/
//document.write("<script language='javascript' src='"+path+"coba31.js'></script>");

	mid = mulist_code_id ;	
/*	pos = mid.indexOf("_");
	dat = mid.slice(pos+1,mid.length);
	pos = dat.indexOf("_");
	dat = dat.slice(pos+1,dat.length);*/
//	alert(path2+'mulist_embed.php?id='+dat);
 var ifrm = document.createElement("IFRAME");
   ifrm.setAttribute("src", path2+"mulist_embed.php?id="+mid);
   ifrm.setAttribute("frameBorder", "0");
   ifrm.setAttribute("marginwidth", "0");
   ifrm.setAttribute("marginheight", "0");
   ifrm.setAttribute("vspace", "0");
   ifrm.setAttribute("hspace", "0");
   ifrm.setAttribute("allowTransparency", "true");
   ifrm.setAttribute("scrolling", "no");
   ifrm.style.width = mulist_code_width+"px";
   ifrm.style.height = mulist_code_height+"px";
   
   
 
   //document.body.appendChild(ifrm);
   
   document.getElementById('mulist_content_'+mid).appendChild(ifrm); 
//<iframe src="http://192.168.1.10/mulist/mulist_embed.php?id=8" 
//width="225" height="450" align="right" marginheight="0px" marginwidth="0px" frameborder='0'>
//</iframe>
