J E P P O
05-09-2003, 11:30 PM
ok, heres the deal,
I wanna insert this random javascript thing:
<script language="JavaScript">
<!--
/*
Random Content Script- By JavaScript Kit(http://www.javascriptkit.com)
Over 200+ free JavaScripts here!
*/
function random_content(){
var mycontent=new Array()
//specify random content below.
mycontent[1]='Make it idiot proof and someone will make a better idiot.'
mycontent[2]='Always remember you're unique, just like everyone else.'
mycontent[3]='SMILE...If you're not wearing any underwear!!'
mycontent[4]='I used to have a handle on life, then it broke.'
mycontent[5]='Bother, said Pooh as the brakes went out.'
mycontent[6]='Ever notice how fast Windows runs? Neither did I.'
mycontent[7]='The Computer said insert disk 3. But I could only fit 2.'
mycontent[8]='Change is inevitable, except from a vending machine.'
mycontent[8]='He who laughs last thinks slowest!'
var ry=Math.floor(Math.random()*mycontent.length)
if (ry==0)
ry=1
document.write(mycontent[ry])
}
random_content()
//-->
</script>
to this (http://www34.brinkster.com/dimrealisation/) page but every time i do, I get a white screen.
I want to insert it just below the logo...any reasons?? or solutions??
thanks,
Chris
I wanna insert this random javascript thing:
<script language="JavaScript">
<!--
/*
Random Content Script- By JavaScript Kit(http://www.javascriptkit.com)
Over 200+ free JavaScripts here!
*/
function random_content(){
var mycontent=new Array()
//specify random content below.
mycontent[1]='Make it idiot proof and someone will make a better idiot.'
mycontent[2]='Always remember you're unique, just like everyone else.'
mycontent[3]='SMILE...If you're not wearing any underwear!!'
mycontent[4]='I used to have a handle on life, then it broke.'
mycontent[5]='Bother, said Pooh as the brakes went out.'
mycontent[6]='Ever notice how fast Windows runs? Neither did I.'
mycontent[7]='The Computer said insert disk 3. But I could only fit 2.'
mycontent[8]='Change is inevitable, except from a vending machine.'
mycontent[8]='He who laughs last thinks slowest!'
var ry=Math.floor(Math.random()*mycontent.length)
if (ry==0)
ry=1
document.write(mycontent[ry])
}
random_content()
//-->
</script>
to this (http://www34.brinkster.com/dimrealisation/) page but every time i do, I get a white screen.
I want to insert it just below the logo...any reasons?? or solutions??
thanks,
Chris