var time_now=new Date()

var rand1=time_now.getMilliseconds()+10
var rand2=time_now.getMilliseconds()+25
var rand3=time_now.getMilliseconds()+50

num1=Math.round(Math.random(rand1)*34)+1
num2=Math.round(Math.random(rand2)*14)+1
num3=Math.round(Math.random(rand3)*17)+1
document.writeln ("<table border='0' cellpadding='0' cellspacing='0' width='275'>");
document.writeln ("<tr><td width='275' bgcolor='#cfcfcf' ALIGN='CENTER'><img src="+pic[num3]+"></td></tr>");
document.writeln ("<tr><td width='275' bgcolor='#cfcfcf' ALIGN='CENTER'><br><font face='arial' size='4' color='#0000a2'><b>"+desc1[num1]+" "+desc2[num2]+" <br>"+desc3[num3]+"</b></font></td></tr>");
document.writeln ("<tr><td width='275' bgcolor='#cfcfcf' ALIGN='CENTER'><br><form><p><input type='submit' value='Create New Team'></p></form></td></tr>");
document.writeln ("</table>");
