//短信提示使用
var divTop,divLeft,divWidth,divHeight,docHeight,docWidth,objTimer,i = 0;
function getMsg()
{
	try{
	divTop = parseInt(document.getElementById("eMeng").style.top,10)
	divLeft = parseInt(document.getElementById("eMeng").style.left,10)
	divHeight = parseInt(document.getElementById("eMeng").offsetHeight,10)
	divWidth = parseInt(document.getElementById("eMeng").offsetWidth,10)
	docWidth = document.body.clientWidth;
	docHeight = document.body.clientHeight;
	document.getElementById("eMeng").style.top = parseInt(document.body.scrollTop,10) + docHeight + 10;//  divHeight
	document.getElementById("eMeng").style.left = parseInt(document.body.scrollLeft,10) + docWidth - divWidth
	document.getElementById("eMeng").style.visibility="visible"
	objTimer = window.setInterval("moveDiv()",10)
	}
	catch(e){}
}

function resizeDiv()
{
	i+=1
	if(i>50000) closeDiv()
	try{
	divHeight = parseInt(document.getElementById("eMeng").offsetHeight,10)
	divWidth = parseInt(document.getElementById("eMeng").offsetWidth,10)
	docWidth = document.body.clientWidth;
	docHeight = document.body.clientHeight;
	document.getElementById("eMeng").style.top = docHeight - divHeight + parseInt(document.body.scrollTop,10)
	document.getElementById("eMeng").style.left = docWidth - divWidth + parseInt(document.body.scrollLeft,10)
	}
	catch(e){}
}

function moveDiv()
{
	try
	{
	if(parseInt(document.getElementById("eMeng").style.top,10) <= (docHeight - divHeight + parseInt(document.body.scrollTop,10)))
	{
	window.clearInterval(objTimer)
	objTimer = window.setInterval("resizeDiv()",1)
	}
	divTop = parseInt(document.getElementById("eMeng").style.top,10)
	document.getElementById("eMeng").style.top = divTop - 1
	}
	catch(e){}
}
function closeDiv()
{
	document.getElementById('eMeng').style.visibility='hidden';
	if(objTimer) window.clearInterval(objTimer)
}

window.onload = getMsg;
window.onresize = resizeDiv;
window.onerror = function(){}

document.writeln("<div id=\"eMeng\" style=\"position:absolute; width:201px; height:59px; z-index:20; visibility:hidden;left: 600px; top: 300px;\" class=\"filter: Alpha(Opacity=20);\">");
document.writeln("");
document.writeln("<table width=\"201\" border=\"0\" cellpadding=\"0\" cellspacing=\"1\" bgcolor=\"#668ABA\" class=\"filter: Alpha(Opacity=20);\">");
document.writeln("  <tr>");
document.writeln("    <td height=\"116\" align=\"center\" valign=\"middle\" bgcolor=\"#FFFFFF\">");
document.writeln("      <table width=\"196\" height=\"112\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("      <tr>");
document.writeln("        <td align=\"left\" valign=\"top\" style=\"height: 21px; width: 196px;\"><img src=\"\/images\/021.gif\" width=\"177\" height=\"21\"><img src=\"\/images\/022_0.gif\" width=\"19\" height=\"21\" style=\"cursor:hand\" onclick=\"closeDiv()\" \/><\/td>");
document.writeln("      <\/tr>");
document.writeln("      <tr>");
document.writeln("        <td height=\"1\" align=\"left\" valign=\"top\" style=\"width: 196px\"><img src=\"\/images\/noimage.gif\" width=\"1\" height=\"1\"><\/td>");
document.writeln("      <\/tr>");
document.writeln("      <tr>");
document.writeln("        <td align=\"center\" valign=\"middle\" background=\"\/images\/023.gif\" style=\"width: 196px\"> <table width=\"186\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("          <tr>");
document.writeln("            <td colspan=\"2\" style=\"height: 8px\"><img src=\"\/images\/noimage.gif\" width=\"1\" height=\"1\"><\/td>");
document.writeln("          <\/tr>");
document.writeln("          <tr>");
document.writeln("            <td><table width=\"52\" height=\"52\" border=\"0\" cellpadding=\"0\" cellspacing=\"1\" bgcolor=\"#D8D9DB\">");
document.writeln("              <tr>");
document.writeln("                <td align=\"left\" valign=\"top\" bgcolor=\"#FFFFFF\"><img src=\"\/images\/head_09.gif\" width=\"52\" height=\"52\"><\/td>");
document.writeln("              <\/tr>");
document.writeln("            <\/table><\/td>");
document.writeln("            <td width=\"5px\"><\/td>");
document.writeln("            <td align=\"left\" valign=\"middle\" class=\"text_12pt_gray\">");
document.writeln("               <table cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("                  <tr>");
document.writeln("                    <td><img src=\"\/images\/OnLine.gif\"\/><a href=\'msnim:chat?contact=hykchen@hotmail.com\'>移民专家<\/a><\/td>");
document.writeln("                  <\/tr>");
document.writeln("                  <tr>");
document.writeln("                    <td><img src=\"\/images\/OnLine.gif\"\/><a href=\'msnim:chat?contact=cindy.yanping@hotmail.com\'>移民顾问<\/a><\/td>");
document.writeln("                  <\/tr>");
document.writeln("                  <tr>");
document.writeln("                    <td>");
document.writeln("                    <img src=\"\/images\/OnLine.gif\"\/><a href=\'msnim:chat?contact=pwjian@msn.com\'>移民顾问<\/a>                  ");
document.writeln("                    <\/td>");
document.writeln("                  <\/tr>");
document.writeln("               <\/table>");
document.writeln("            <\/td>");
document.writeln("          <\/tr>");
document.writeln("          <tr align=\"right\" valign=\"bottom\">");
document.writeln("            <td colspan=\"2\" class=\"text_12pt_blue\"><\/td>");
document.writeln("          <\/tr>");
document.writeln("        <\/table><\/td>");
document.writeln("      <\/tr>");
document.writeln("    <\/table><\/td>");
document.writeln("  <\/tr>");
document.writeln("<\/table>");
document.writeln("");
document.writeln("<\/div>  ");
