document.write('<script type="javascript">');
var wx_language = 0; // 0-English, 1-Spanish, 2-German, 3-Chinese Simplified, 4-Chinese Traditional, 5-French
var wx_metric = false; // Metric or English (true of false)
var wx_show_location = true; // Show location name
var wx_show_desc = true; // Show weather description
var wx_show_curr_text = true; // Show static text "Currently"
var wx_curr_text = "Currently"; // Show static text "Currently". Change it to other text if necessary
var wx_box_width=120; // Lead in box width
var wx_box_border_width="1px"; // Lead in box border width
var wx_box_border_color="#56A1AE"; // Lead in box color
var wx_box_bg_color="#EBEBFF"; // Lead in box background color
var wx_box_highlight_color="#FFFFFF"; // Lead in box mouseover highlight color
var wx_degree_font_size="15px"; // Temperature font size
var wx_degree_font_color="#0000FF"; // Temperature font color
var wx_desc_font_size="11px"; // Description text font size
var wx_desc_font_color="#404040"; // Description text font color
var wx_loc_font_size="11px"; // location name font size
var wx_loc_font_color="#404040"; // location name font size
var wx_img_size="small"; // lead in box icon size (large or small)
if (typeof wx_link_text=="undefined"){
// variable wx_link_text does not exist
var wx_link_text="";
}
if (typeof wx_wx_box_style=="undefined"){
// variable wx_wx_box_style does not exist
var wx_wx_box_style="01";
}
if (typeof wx_def_wx_id=="undefined"){
// variable wx_def_wx_id does not exist
var wx_def_wx_id="30578";
}
if (typeof wx_def_location=="undefined"){
// variable wx_def_location does not exist
var wx_def_location="Houston, Texas";
}
if (typeof wx_target_url=="undefined"){
// variable wx_target_url does not exist
var wx_target_url="http://www.tinbu.com/tinbu_web/ctxt/weather.php";
}
document.write('</script>');
document.write('<script language=javascript src="http://www.tinbuweather.com/js/wx_box2.js"></script>');
document.write("<center><a style='color:#0000FF;font-family:Arial;font-size:12px;link:#0000FF;vlink:#0000FF' href=\""+wx_target_url+"\">"+wx_link_text+"</a></center>");
