document.write("<TABLE id='adsr' style='POSITION: absolute; left: 700px; width: 98px;' cellSpacing='0' cellPadding='0' width='100' border='0'>");
document.write("<TBODY>");
document.write("<tr>");
document.write("<td>");

document.writeln("<table width=\"195\" height=\"160\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("  <tr>");
document.writeln("    <td background=\"\gzmtr\/ycdt195.jpg\"><table width=\"195\" height=\"160\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("      <tr>");
document.writeln("        <td height=\"40\">&nbsp;<\/td>");
document.writeln("      <\/tr>");
document.writeln("      <tr>");
document.writeln("        <td height=\"30\" align=\"right\" valign=\"middle\"><span id=span_station_from><\/span>&nbsp;");
document.writeln("				<\/td>");
document.writeln("      <\/tr>");
document.writeln("      <tr>");
document.writeln("        <td align=\"right\"><span id=span_station_to><\/span>&nbsp;");
document.writeln("				<\/td>");
document.writeln("      <\/tr>");
document.writeln("      <tr>");
document.writeln("        <td height=\"55\" align=\"center\">&nbsp;<span id=span_subway_price style=\"color:#0033CC;font-weight:bold;font-size:14px\">0<\/span> \u5143<\/td>");
document.writeln("      <\/tr>");
document.writeln("    <\/table><\/td>");
document.writeln("  <\/tr>");
document.writeln("<\/table>");

document.write("</td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td height='5'></td>");
document.write("</tr>");
document.write("<TR>");
document.write("<td>");
document.write("</td></TR>");
document.write("</TBODY></TABLE>");
document.write("<DIV id=adsl style='POSITION: absolute'></DIV>");



var boundary=2
var ww=window.screen.width
var adslWidth=54
var adsrWidth=195
var adslHeight=86
var adsrHeight=86
var adsTop=260
var adslObj=adsl
var adsrObj=adsr
function repostion()
{
	if ( ww > 1000 )
	{
		wwt = document.body.clientWidth;
		wht = document.body.clientHeight;
		adslObj.style.display = '';
		adsrObj.style.display = '';
		adslObj.style.top = document.body.scrollTop+adsTop;
		adslObj.style.left = boundary;
		adsrObj.style.top = document.body.scrollTop+adsTop;
		adsrObj.style.left = wwt-adsrWidth-boundary;
	}
	else
	{
		adslObj.style.display = 'none';
		adsrObj.style.display = 'none';
	}
}
window.onscroll = repostion;
window.onresize = repostion;
document.onreadystatechange = repostion;

var priceJs='<script  src=gzmtr/price.js></script>'; 
document.write(priceJs); 