<!-- Hide from JavaScript-Impaired Browsers
// Script by Riverdrift 2002
function makeit(form){
var txt = '\n<!-Add this section to the head.-->\n\n'
+'<script type="text/javascript">\n'
+'<!-- Hide\npics=new Array(';
if(document.myimg.n1.value != "")          
txt+='"'+document.myimg.n1.value+'"';
if(document.myimg.n2.value != "")          
txt+=',"'+document.myimg.n2.value+'"';
if(document.myimg.n3.value != "")          
txt+=',"'+document.myimg.n3.value+'"';
if(document.myimg.n4.value != "")          
txt+=',"'+document.myimg.n4.value+'"';
if(document.myimg.n5.value != "")          
txt+=',"'+document.myimg.n5.value+'"';
if(document.myimg.n6.value != "")          
txt+=',"'+document.myimg.n6.value+'"';
if(document.myimg.n7.value != "")          
txt+=',"'+document.myimg.n7.value+'"';
if(document.myimg.n8.value != "")          
txt+=',"'+document.myimg.n8.value+'"';
if(document.myimg.n9.value != "")          
txt+=',"'+document.myimg.n9.value+'"';
txt+=');\nlnpics=pics.length-1;\n'
+'index=Math.round(Math.random()*lnpics);\n'
+'// End Hiding -->\n<\/script>\n\n'
+'<!--- Add this section to the body.-->\n\n'
+'<script type="text/javascript">\n'
+'<!-- Hide\n'
+'document.write("<img src="+pics[index]+"';
if(document.myimg.imw.value != "")          
txt+=' width=\''+document.myimg.imw.value+'\'';
if(document.myimg.imh.value != "")          
txt+=' height=\''+document.myimg.imh.value+'\'';
if(document.myimg.imb.value != "")          
txt+=' border=\''+document.myimg.imb.value+'\'';
if(document.myimg.ima.value != "")          
txt+=' alt=\''+document.myimg.ima.value+'\'';
txt+=' />");\n// End Hiding -->\n<\/script>';
document.myimg.rand.value=txt;
}
function viewit() 
{ 
document.write (document.myimg.rand.value) 
} 
function copy()  {
document.myimg.rand.focus();
document.myimg.rand.select();
}
// End Hiding -->
