<!--begin
function Generate(form) {
var txt="<html>
<head>
<title>Page Title</title>
</head>\n";
if(form.S1go.value||form.S2go.value||form.S3go
.value||form.S4go.value||form.S5go.value||form.S6go.value||form.S7go.value) {
if(form.S1go.value)          
txt+="<body bgcolor=\""+form.S1go.value+"\" text=\""+form.S3go.value+"\" link=\""+form.S4go.value+"\" vlink=\""+form.S5go.value+"\">\n"; 
if(form.S2go.value)          
txt+="<sidebar width=\""+form.S2go.value+"\"";
if(form.S3go.value)          
txt+=" text=\""+form.S3go.value+"\"";
if(form.S4go.value)          
txt+=" link=\""+form.S4go.value+"\"";
if(form.S5go.value)          
txt+=" vlink=\""+form.S5go.value+"\">\n";
if(form.S6go.value)          
txt+="<table bgcolor=\""+form.S6go.value+"\" width=\""+form.S2go.value+"\" height=\"500\"><tr><td align=\"center\" valign=\"top\">\n<br /><br />\n";
if(form.S7go.value)          
txt+="Riverdrift.com\n<br /><br />\n";
var (form.bar.value)
txt+="<br /><br />
<font size=\"2\">
<a href=\"\">Add A LINK</a><hr>
<a href=\"\">Add A LINK</a><hr>
<a href=\"\">Add A LINK</a><hr>
<a href=\"\">Add A LINK</a><hr>
<a href=\"\">Add A LINK</a><hr>
<a href=\"\">Add A LINK</a><hr>
<a href=\"\">Add A LINK</a><hr>
<a href=\"\">Add A LINK</a><hr>
</font>
</td>
</tr>
</table>
</sidebar>
<br /><br />
<div align=\"center\">
Add the contents of your page here.
</div>
</body>
</html>";
}
form.bar.value=txt;
}
function ResetPage(form) {
{ 
form.bar.value="";    
form.S1go.value="";  
form.S2go.value="";  
form.S3go.value="";  
form.S4go.value="";  
form.S5go.value="";  
form.S6go.value="";  
form.S7go.value="";  
   }
}
// -->
