Reading Firefly Lane Notebook , three decades two friends one hell of story : Wide Ruled Paper Notebook Journal Wide Blank for H... 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; });
}
}