var type_path = '[typeof~="MusicAlbum"]';
/* List of elements describing contributors */
- var contributors_path = 'div[resource^="#schemacontrib"]';
+ var contributors_path = 'span.rdetail-author-div[resource^="#schemacontrib"]';
/* Path to find the name within each contributor element */
var contributor_name = 'span[property="name"]';
var name_path = 'span[property="description"]';
/* Path for appending the requested infocards */
- var infocard_location = '#contributors';
+ var infocard_location = '#rdetail_title_div';
var icon_node;
var note;