Read Online 4th Grade Common Core ELA (English Language Arts): Daily Practice Workbook 300+ Practice Questions and Video Explanation... 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; });
}
}