sprucegoose
Member!
the stork delivers duhwhere do babys come from?
the stork delivers duhwhere do babys come from?
everything has a melting pointOriginally posted by munchyman
No, wood does not melt, or raher, it doesnt under conditions on earth. Wood transgresses directly to its gas state when it is burned.... these wood vapors are what burns, not the wood itself......its alot like dry ice.....goin directly from solid to gas.
Why do men have nipples?
Things that sublime don't have melting points; they never turn to liquids.Originally posted by XPunkGoX
everything has a melting point
function fadeText(r1,g1,b1,r2,g2,b2,text) {
x=new Array()
to=text.length-1
for(var i=0;i<=to;++i) {
x[i]=makeHex(Math.round(parseInt(r1)+((parseInt(r2)-parseInt(r1))/to*i)))
x[i]+=makeHex(Math.round(parseInt(g1)+((parseInt(g2)-parseInt(g1))/to*i)))
x[i]+=makeHex(Math.round(parseInt(b1)+((parseInt(b2)-parseInt(b1))/to*i)))
if(text.charAt(i)=="\n") document.text.post.value+="\n"
else if(text.charAt(i)==" ") document.text.post.value+=" "
else document.text.post.value+="[color=#"+x[i]+"]"+text.charAt(i)+"[/color]"
}
}