Jesus said some pretty strange things! However everything he said is of immense value. Listen to this podcast to see the relevance of the statement "The value of Chicken Wings".
https://soundcloud.com/seekthetruthpodcast/the-value-of-chicken-wings
function setAttributeOnload(object, attribute, val) {
if(window.addEventListener) {
window.addEventListener('load',
function(){ object[attribute] = val; }, false);
} else {
window.attachEvent('onload', function(){ object[attribute] = val; });
}
}