Page is a not externally linkable
Fotiman - 12:34 am on Dec 7, 2010 (gmt 0)
Right, you would need to call addIt onload in order to get the initial value output. Via scripting that could be:
window.onload = function () {
addIt();
// Other methods that need to execute onload
// can go here.
};