

function call_Seo_Agent_Entrances(arg){
		var tmp_Key_Arr = new Array();
		var tmp_Val_Arr = new Array();
		var tmp_Storage = new Array();
		var tmp_Arr = new Array();
		
		var tmp_Val = arg.split("?")[1];
		if(!tmp_Val){ return false; }
		
		var tmp_Pair = tmp_Val.split("&");
		
		var target_Location = tmp_Pair[0];
		var target_Width = tmp_Pair[1];
		
 var put_Tag = "";
 put_Tag += '<iframe src="http://www.seo-agent.info/order_System_TH/' + target_Location + '/entrance"';
 put_Tag += 'frameborder="0" width="'+target_Width+'" height="208" scrolling="no" charset="UTF-8"></iframe>';
 
 document.write(put_Tag);
}
var currentScript = (function (e) { if(e.nodeName.toLowerCase() == 'script') return e; return arguments.callee(e.lastChild) })(document);
call_Seo_Agent_Entrances(currentScript.src);

