
	var this_url=window.location.href;
	if(this_url.indexOf("http://")>=0)	{
		this_url=this_url.substring(this_url.indexOf("http://")+7);
	}

	this_url=this_url.substring(this_url.indexOf("/"));		
	this_url=this_url.substring(0,this_url.indexOf("."));

	document.write('<table border="0" cellpadding="0" cellspacing="0" width="766" bgcolor="#cc0000"><tr>');
	document.write('<td width="766" height="17" id="second_nav">&nbsp;&nbsp;&nbsp;');
	
		document.write(' ');
		
	document.write('</td><td align="right"><img src="/images/topnav/topnav_redRight.gif" width="8" height="17"></td>');
	document.write('</tr></table>');
	