" in the "init" function with your code." />

Added by thebman220 on July-4-2008, 11:12 pm
window.setTimeout(init,100);
function init() {
if (document.body!=null) {
// <YOUR CODE HERE>
} else {
window.setTimeout(init,100);
}
}
Added by thebman220 on May-2-2009, 4:40 am
Added by thebman220 on April-29-2009, 11:47 pm
Added by thebman220 on April-5-2009, 1:48 pm
Added by thebman220 on January-29-2009, 3:15 am
Added by thebman220 on January-29-2009, 3:04 am
