" 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 July-9-2008, 11:31 pm
Added by thebman220 on July-5-2008, 12:50 am
Added by thebman220 on July-5-2008, 12:03 am
Added by thebman220 on July-4-2008, 11:02 pm
Added by thebman220 on July-4-2008, 10:36 pm