1000 BOTTLES OF BEER ON THE WALL!!!
Coded by The Bovine One, Blasphemous Cow



I did it all with this script.
var i=1000
for (i=1000;i>=0;i--)
{
document.write(i + " bottles of beer on the wall, ")
document.write(i + " bottles of beeer!!!")
document.write(" Take one down, pass it around, ")
document.write(i + " bottles of beer on the wall!!")
document.write("
")
}


This website is hosted for free by Freewebs.com - free website. Get your own Free Website now!