null

Necklaces

tag:
$(document).ready(function(){ $(".List div").each(function(){ var mcurl = $(".ProductDetails strong a",this).attr("href"); $(".ProductDescription",this).before("
"); $(".mcustom",this).load(mcurl + " #ProductOtherDetails div"); }); }); ––>