function _message_node(id){
	return document.getElementById(id)
}

function _message_child(p,c){
	var pdom=_message_node(p);
	var nodes=pdom.childNodes;
	var cdom=false;
	for(var i=0;i<nodes.length;i++){
		if(nodes[i].tagName==c.toUpperCase()){
			cdom=nodes[i];
			break
		}
	}
	return cdom
}

function _message_child_attr_add(p,id,type){
	var pdom=_message_node(p);
	var nodes=pdom.getElementsByTagName("a");
}
function _message_callScript(url,loaded,error,charset){
	var script=document.createElement("script");
	if(typeof charset=="string"){
		script.charset=charset
	}
	script.onreadystatechange=function(){
		switch(this.readyState){
			case"complete":;
			case"loaded":;
			if(typeof loaded=="function"){loaded()}
			if(script.parentNode){script.parentNode.removeChild(script)}
			break;
		}
	};
	script.onload=function(){
		if(typeof loaded=="function"){loaded()}
		if(script.parentNode){script.parentNode.removeChild(script)}
	};
	script.onerror=function(){
		if(typeof error=="function"){error()}
		if(script.parentNode){script.parentNode.removeChild(script)}
	};
	script.type="text/javascript";
	script.defer="true";
	script.src=url;
	var parent=document.getElementsByTagName("HEAD")[0]||document.documentElement;
	if(parent&&parent.insertBefore){
		parent.insertBefore(script,parent.firstChild)
	}
}
	
function _message_tips_pop(act){
	var MsgPop=_message_child("_popup_msg_container","div");
	var MsgPop=null==MsgPop?document.getElementById("_popup_msg_container"):MsgPop;
	var popH=parseInt(MsgPop.clientHeight);
	if(act=="up"){
		MsgPop.style.display="block";
		show=setInterval("_message_changeH('up')",2);
	}
	if(act=="down"){
		hide=setInterval("_message_changeH('down')",2);
	}
}

function _message_changeH(str){
	var MsgPop=_message_child("_popup_msg_container","div");
	var MsgPop=null==MsgPop?document.getElementById("_popup_msg_container"):MsgPop;
	var popH=parseInt(MsgPop.clientHeight);
	if(str=="up"){
		if(popH<=240){
			MsgPop.style.height=(popH+4).toString()+"px"
		}else{
			clearInterval(show);
		}
	}
	if(str=="down"){
		if(popH>=8){
			MsgPop.style.height=(popH-4).toString()+"px";
		}else{
			MsgPop.style.display="none";
			clearInterval(hide);
		}
	}
}

var server=window.location.host;
if(server.indexOf("local")<0){server="www.ltcem.com"}
var p="1=1";
if(window.location.search.indexOf("?")>-1){var p=window.location.search.substring(1)}

function _message_callback(data){
	if(data.id>0){
		var css=document.createElement("link");
		css.href=data.css;css.rel="stylesheet";
		css.type="text/css";
		document.body.appendChild(css);
		var container=document.createElement("div");
		container.style.display="block";
		container.id="_popup_msg_container";
		container.innerHTML=data.content;
		document.body.appendChild(container);
		if(!data.no_count_click){
			_message_child_attr_add("_popup_msg_container",data.id,data.types)
		}
		var MsgPop=_message_child("_popup_msg_container","div");
		if(MsgPop){
			MsgPop.style.display="none";
			MsgPop.style.height="0px";
		}
		setTimeout("_message_tips_pop('up')",100);
	}
}window.onload=function(){
_message_callback(
{
"id":"212",
"types":"2",
"guid":"69505125f28be7386dc31c81e9e831ca",
"username":"",
"title":"\u7cfb\u7edf\u6d88\u606f",

"content":"<div wistate=\"max\" id=\"im_popupWindow_miniMsg\" class=\"im_popupWindow\"><h6 class=\"wi_draggable\"><a onclick=\"_message_tips_pop('down');mediaspace.sendEvent('stop');return false;\" href=\"#\"><img alt=\"colse\" class=\"founctionpic3\" src=\"http:\/\/www.ltcem.com\/popup\/csdnim080507verpic3.gif\"\/><\/a><\/h6><div id=\"im_popupWindow_miniMsgContent\" class=\"wi_content\"><div class=\"kuai\"><div id=\"mediaspace\"><\/div><\/div><\/div><\/div>",


"user_type":"1",
"view_times":"431500",
"click_times":"7717",
"popup_ceiling":"0",
"district":"000000",
"in_school":"0",
"deadline":"1256140799",
"pubdate":"1256009102",
"status":"1",
"user_type_name":"\u6240\u6709\u7528\u6237",
"district_name":"\u5168\u90e8",
"css":"http:\/\/www.ltcem.com\/popup\/message.css",
"no_count_view":0,
"no_count_click":0
}
)

};
/*
"content":"<div wistate=\"max\" id=\"im_popupWindow_miniMsg\" class=\"im_popupWindow\"><h6 class=\"wi_draggable\"><a onclick=\"_message_tips_pop('down');player.sendEvent('stop');return false;\" href=\"#\"><img alt=\"colse\" class=\"founctionpic3\" src=\"http:\/\/www.ltcem.com\/popup\/csdnim080507verpic3.gif\"\/><\/a><\/h6><div id=\"im_popupWindow_miniMsgContent\" class=\"wi_content\"><div class=\"kuai\"><script type=\"text\/javascript\" src=\"http:\/\/www.ltcem.com\/popup\/swfobject.js\"><\/script><div id=\"mediaspace\">This text will be replaced<\/div><script type=\"text\/javascript\">var so=new SWFObject(\"http:\/\/www.ltcem.com\/popup\/player.swf\",\"mpl\",\"278\",\"250\",\"9\");so.addParam(\"allowfullscreen\",\"true\");so.addParam(\"allowscriptaccess\",\"always\");so.addParam(\"wmode\",\"opaque\");so.addVariable(\"file\",\"http:\/\/content.longtailvideo.com\/videos\/flvplayer.flv\");so.addVariable(\"image\",\"http:\/\/30th.lntvu.com\/lsdzt.jpg\");so.write(\"mediaspace\");<\/script><script type=\"text\/javascript\">var player;function playerReady(obj){player = document.getElementById(obj[\"id\"]);}<\/script><\/div><\/div><\/div>",
*/