bbs design
BUNNY BONE GRAPHICSvar load = load?load:0;load++;function otd_loader() { if(load==1) { otd_header(); } else if(load==2) { otd_footer(); }}function otd_header() { var s = ['
', '
'].join(''); document.getElementById('ldheader').style.display = ''; document.write(s); }function otd_footer() { var s = ['
', '
'].join(''); document.write(s); }