Download Audiobook My Recipes : Cookbook to write in: 2 pages per recipe with space to illustra... 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; });
}
}