var bp126572105764713200 = jQuery.noConflict(true);
(function($) {
	bp126572105764713200(document).ready(function () {
		var h = [];
		var v = [];
		bp126572105764713200('.bp_parts_links > a').each(function () {
			h.push(bp126572105764713200(this).attr('href'));
			v.push(bp126572105764713200(this).text());
		}); 
		bp126572105764713200('.gc_parts_links > a').each(function () {
			h.push(bp126572105764713200(this).attr('href'));
			v.push(bp126572105764713200(this).text());
		});
		bp126572105764713200.ajaxSetup({ scriptCharset: "utf-8" , contentType: "charset=utf-8"});
		bp126572105764713200.getJSON("http://www.bparts.jp/parts/check.php?id=bed02d6dc592ff509a83489a193ff2f8a5d3ecd1&callback=?", {'hrefs[]': h, 'texts[]': v}, function (result) {
			bp126572105764713200.getJSON("http://www.bparts.jp/parts/" + result.src + '?id=bed02d6dc592ff509a83489a193ff2f8a5d3ecd1&callback=?', function (p) {
				var h = bp126572105764713200('#bp_parts_5');
				if (h.size() == 0) {
					h = bp126572105764713200('#gc_parts_5');
				}
				h.html(p);
			});
		});
	});
})(jQuery);