PHP:
<html>
<head>
<style type="text/css">
.header
{
background-color: #ffffff;
}
.cell1
{
background-color: #ff0000;
width: 50%;
}
.cell2
{
background-color: #eb1909;
}
body
{
font: normal 0.8em Verdana, sans-serif;
background-color: #ffffff;
}
smalltext
{
font: normal .8em Verdana, sans-serif;
}
</style>
<script language="javascript" type="text/javascript">
function randclick()
{
var random = document.getElementById('randbox').checked;
document.getElementById('frombox').disabled =...