
document.write("<table cellpadding=0 cellspacing=0 border=0 width=100% height=100%>");

// -------------------------- side frame --------------------------
document.write("<tr valign=top><td width=198>");
document.write("<table cellpadding=0 cellspacing=0 border=0 width=100% height=100%><tr valign=top><td>");
document.write("<img src=x.gif width=1 height=9><br>")
document.write("<center><img src=logo.gif width=184 height=58><br></center><img src=x.gif width=1 height=2><br>")
document.write("<table cellpadding=7 cellspacing=0 border=0 width=100%><tr valign=top><td>");
document.write("<a href=./ class=sidemenu><img src=triangle.gif width=11 height=20 border=0> Home</a><br>");
document.write("<a href=russell.htm class=sidemenu><img src=triangle.gif width=11 height=20 border=0> Personal Info</a><br>");
document.write("<a href=services.htm class=sidemenu><img src=triangle.gif width=11 height=20 border=0> Counseling Services</a><br>");
document.write("<a href=forms.htm class=sidemenu><img src=triangle.gif width=11 height=20 border=0> Intake Forms</a><br>");
document.write("<a href=maps.htm class=sidemenu><img src=triangle.gif width=11 height=20 border=0> Maps</a><br>");
document.write("<a href=library.htm class=sidemenu><img src=triangle.gif width=11 height=20 border=0> Library</a><br>");
document.write("<a href=contacts.htm class=sidemenu><img src=triangle.gif width=11 height=20 border=0> Contact Us</a><br>");
document.write("</td></tr></table><p><br>");
document.write("</td></tr><tr valign=top><td height=99%>");

document.write("<table cellpadding=0 cellspacing=0 border=0 width=198 height=100%><tr><td colspan=3>");
var r = Math.floor(Math.random() * 4.5);
var g = "couple";
if (r == 1) g = "tracy";
else if( r == 2) g = "edge";
else if( r > 2) g = "preg";

document.write("<img src=" + g + ".gif width=198 height=164>");
document.write("</td></tr><tr bgcolor=black><td>&nbsp;&nbsp;</td><td height=99% valign=top>");
document.write("<img src=x.gif width=1 height=6><br>")
document.write("<center><b><font id=sidetitle>Convenient Access&nbsp;</font></b></center>");
document.write("<img src=x.gif width=1 height=4><br>")
document.write("<font id=sidetext>Serving Cleburne, Joshua, Burleson, Alvarado, Rio Vista and Glen Rose, Texas.</font><p>");
document.write("</td><td>&nbsp;</td></tr></table>");
document.write("</td></tr></table>");

document.write("</td>");
// -------------------------- top frame -------------------------- 
document.write("<td>")
document.write("<table cellpadding=0 cellspacing=0 border=0 width=100% height=100%><tr><td align=right>")
document.write("<font color=white>&nbsp;</font><br>");

function toptitle(aa) {
	document.write("<h2>&nbsp;" + aa + "</h2>");
	document.write("</td></tr><tr><td height=99%>");   
	document.write("<table class=contentarea cellpadding=12 height=100%><tr valign=top height=100%><td>");
}

function footer() {
	document.write("</td></tr></table>");
	document.write("</td></tr>");
	document.write("<tr><td bgcolor=black align=right><img src=bottomgrad.jpg width=71 height=8></td></tr></table>");
	document.write("</td></tr></table>");
	document.write("</body></html>");
}


