The price of this item includes a contribution to a Product recycling fund to ensure that waste electrical and electronic equipment is collected and recycled in a responsible manner.
';
// Append social bar to the "what" section.
socialBarMain.appendChild(socialBarSub);
// Place social bar att the beginning of the "what" section.
socialBarMain.insertBefore(socialBarSub, socialBarMain.firstChild);
// Fix top margin if news ticker is visible.
if (document.getElementById("newsticker") != null) {
document.getElementById("newsticker").style.marginBottom="5px";
} else {
// Fix top margin for Internet Explorer if ticker is not visible.
if (isMSIE) {
document.getElementById("socialBar").style.marginTop="5px";
}
}