function onButton(num) {
	if (num == 1) { MM_swapImage('tag','','http://www.nelson-law.com/images/hometag_practice.gif','prac','','http://www.nelson-law.com/images/homenav_prac_on.gif',1); }
	if (num == 2) { MM_swapImage('tag','','http://www.nelson-law.com/images/hometag_lead.gif','prac','','http://www.nelson-law.com/images/homenav_prac_on.gif',1); }
	if (num == 3) { MM_swapImage('tag','','http://www.nelson-law.com/images/hometag_brain.gif','prac','','http://www.nelson-law.com/images/homenav_prac_on.gif',1); }
	if (num == 4) { MM_swapImage('tag','','http://www.nelson-law.com/images/hometag_birth.gif','prac','','http://www.nelson-law.com/images/homenav_prac_on.gif',1); }
	if (num == 5) { MM_swapImage('tag','','http://www.nelson-law.com/images/hometag_auto.gif','prac','','http://www.nelson-law.com/images/homenav_prac_on.gif',1); }
	if (num == 6) { MM_swapImage('tag','','http://www.nelson-law.com/images/hometag_slip.gif','prac','','http://www.nelson-law.com/images/homenav_prac_on.gif',1); }
	if (num == 7) { MM_swapImage('tag','','http://www.nelson-law.com/images/hometag_products.gif','prac','','http://www.nelson-law.com/images/homenav_prac_on.gif',1); }
	if (num == 8) { MM_swapImage('tag','','http://www.nelson-law.com/images/hometag_criminal.gif','prac','','http://www.nelson-law.com/images/homenav_prac_on.gif',1); }
	if (num == 9) { MM_swapImage('tag','','http://www.nelson-law.com/images/hometag_construct.gif','prac','','http://www.nelson-law.com/images/homenav_prac_on.gif',1); }
}

function mHolder() {
	var mh = "<img src=\"http://www.nelson-law.com/images/spacer_white.gif\" width=\"177\" height=\"29\" border=\"0\">"
	if (!document.layers) { document.write(mh); }
}

var pics = 6;
var thisHour = d.getSeconds();
var tempVar = thisHour % pics;
var randValue = ++tempVar;

function randomPicTop()
{
	var altTag = "\"Let Our Family Help Your Family\"";
	if (randValue == 1) { var imgTag="<img src=http://www.nelson-law.com/images/homfam1a.jpg width=297 height=125 alt="+altTag+" border=0 />"; }
	else if (randValue == 2) { var imgTag="<img src=http://www.nelson-law.com/images/homfam2a.jpg width=297 height=125 alt="+altTag+" border=0 />"; }
	else if (randValue == 3) { var imgTag="<img src=http://www.nelson-law.com/images/homfam3a.jpg width=297 height=125 alt="+altTag+" border=0 />"; }
	else if (randValue == 4) { var imgTag="<img src=http://www.nelson-law.com/images/homfam4a.jpg width=297 height=125 alt="+altTag+" border=0 />"; }
	else if (randValue == 5) { var imgTag="<img src=http://www.nelson-law.com/images/homfam5a.jpg width=297 height=125 alt="+altTag+" border=0 />"; }
	else if (randValue == 6) { var imgTag="<img src=http://www.nelson-law.com/images/homfam6a.jpg width=297 height=125 alt="+altTag+" border=0 />"; }
	
	document.write(imgTag); 
}

function randomPicBot()
{
	var altTag = "\"Let Our Family Help Your Family\"";
	if (randValue == 1) { var imgTag="<img src=http://www.nelson-law.com/images/homfam1b.jpg width=297 height=205 alt="+altTag+" border=0 />"; }
	else if (randValue == 2) { var imgTag="<img src=http://www.nelson-law.com/images/homfam2b.jpg width=297 height=205 alt="+altTag+" border=0 />"; }
	else if (randValue == 3) { var imgTag="<img src=http://www.nelson-law.com/images/homfam3b.jpg width=297 height=205 alt="+altTag+" border=0 />"; }
	else if (randValue == 4) { var imgTag="<img src=http://www.nelson-law.com/images/homfam4b.jpg width=297 height=205 alt="+altTag+" border=0 />"; }
	else if (randValue == 5) { var imgTag="<img src=http://www.nelson-law.com/images/homfam5b.jpg width=297 height=205 alt="+altTag+" border=0 />"; }
	else if (randValue == 6) { var imgTag="<img src=http://www.nelson-law.com/images/homfam6b.jpg width=297 height=205 alt="+altTag+" border=0 />"; }
	
	document.write(imgTag); 
}