
function asasas() {

document.write("<body bgcolor='#ff6600'><table border='1' width='500' cellpadding='8' bgcolor='#ffffcc'><tr align='center' valign='middle'><td width='420'><Font face='Arial' color='#000099'><b><br>");
dot=1;
asask();
}

function asask(){
asnoun = Array(
" teacup"," elephant"," goat",
" chair"," shark"," ball"," budgie"," tree"," dinosaur"," shop"," pig",
" girl"," house"," potato"," camel"," kangaroo"," star"," horse",
" jelly"," bird"," sheep"," night"," day"," poet"," tiger"," knife",
" herring"," book"," parrot"," pencil"," zebra "," duck"," boy"," frog",
" clown"," whale"," rabbit"," monkey "," fish"," octopus"," bat",
" sausage"," eagle"," aeroplane"," balloon"," teacher"," banana"," cow",
" rocket"," car"," bicycle"," story"," bus"," snail"," dog"," cat"
);

asadj = Array(
"huge","round","silent","dim","dull","rough","sharp","hungry",
"bright","purple","dirty","brave","blue","hot","dusty","short",
"dry","cold","wet","smelly","tired","grim","greasy","skinny",
"fast","wise","tall","red","clear","dozy","hard","soggy",
"sleepy","big","long","soft","sudden","quick","gloomy",
"slow","strange","strong","bouncy","fierce","wide","small",
"happy","clean","noisy","fat","silly","thin","bored","naughty",
"green","orange"
);

aslast = Array(
" star"," ball"," cow "," rhino"," pig"," elephant"," goat"," shark",
" ball"," budgie"," dinosaur"," orangutan"," boy"," hippopotamus"," girl",
" house"," ostrich"," camel"," kangaroo"," shop"," tomato"," horse"," frog",
" tiger"," knife"," jellyfish"," bird"," sheep"," night"," butterfly"," wave",
" herring"," parrot"," pen"," zebra"," duck"," crocodile"," cheese"," whale",
" rabbit"," monkey"," fish"," octopus"," anteater"," eagle"," aeroplane"," man",
" balloon"," rocket"," car"," bicycle"," bus"," snail"," bat"," sponge",
" tree"
);

var doda = Math.random();
doda=doda*asnoun.length;
doda=doda-.5;
doda=Math.round(doda);

var dodb = Math.random();
dodb=dodb*asadj.length;
dodb=dodb-.5;
dodb=Math.round(dodb);

var dodc = Math.random();
dodc=dodc*aslast.length;
dodc=dodc-.5;
dodc=Math.round(dodc);

document.write ("&nbsp;A&nbsp;" + asadj[dodc] + asnoun[doda] + "&nbsp;&nbsp;as&nbsp;&nbsp;" + asadj[dodb] + "&nbsp;&nbsp;as&nbsp;a&nbsp;" + asadj[doda] + aslast[dodc]+"<br><br>");

{

dot=dot+1;
addit()
}

function addit(){
if (dot>=6){
document.write ("</b></font></td>");
document.write ("<td><a href='asas(2).htm'><IMG SRC='../../pics/asasmore.gif' WIDTH='60' ALT='again' ALIGN='center'></a></td></tr></table>");
}
else{
return asask();
}
}
}
