// JavaScript Document
var reval  = "";
reval += '<!-- bus search -->';
reval += '<div id="busSearch">';
reval += '<h4>Xian Bus</h4>';
reval += '<form name="form1" action="/cityguides/xian/bus-search.asp" method="get" target="_blank">';
reval += '<label class="dpb">From<br />';
reval += '<input name="from" value="" class="text" type="text"></label>';
reval += '<label class="dpb">To<br />';
reval += '<input name="to" value="" class="text" type="text"></label>';
reval += '<input name="tp" type="hidden" id="tp1" value="1">';
reval += '<div class="left"><input src="/images/background/submit01.gif" type="image"></div>';
reval += '</form>';
reval += '<form name="form2" class="bdT" action="/cityguides/xian/bus-search.asp" method="get" target="_blank">';
reval += '<input name="tp" id="tp2" checked="checked" type="radio" value="2"> <label for="stop1">Bus Stop</label>';
reval += '<input name="tp" id="tp3" type="radio" value="3"> <label for="stop2">Bus No.</label>';
reval += '<input type="text" name="q" value="" class="text" />';
reval += '<div class="left"><input src="/images/background/submit01.gif" type="image"></div>';
reval += '</form>';
reval += '</div>';
reval += '<br />';
document.write(reval);
