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