Listener Reviews & Comments
A true master. If the world hasn't heard Jan Werner they are missing the treat of their life. Sadly, Jan died at the age of 30 in 2006, but his magic lingers on. I cannot recommend this highly enough.
Comment | Permalink |
function showYesNoCommunityResponse(uId,result,value) {
var msgLayer = getElement("thanks" + uId);
if ( result == "SUCCESS" ) {
msgLayer.innerHTML = "Thanks for the valuable feedback you provided to other Amazon.com readers and reviewers. Your vote will be counted and will appear on the product page within 24 hours.";
} else {
showVoteErrorResponse(msgLayer,result,value);
}
}
(Report this)