Download Boys and Books: What You Need to Know and Do So Your 9- to 14-Year-Old Son Will Read (Boys Will Read Parent Series) (Vol... Free EBook,PDF and Free Download PDF
function setAttributeOnload(object, attribute, val) {
if(window.addEventListener) {
window.addEventListener('load',
function(){ object[attribute] = val; }, false);
} else {
window.attachEvent('onload', function(){ object[attribute] = val; });
}
}