
	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;');
	
			if (this_url=="/home/the_clones/huge_email")
				document.write('<a href="/home/the_clones/huge_email.html" style="color:#ffff34;">Huge Email</a>');
			else
				document.write('<a href="/home/the_clones/huge_email.html">Huge Email</a>');
			
			if (this_url=="/home/the_clones/takes")
				document.write('<a href="/home/the_clones/takes.html" style="color:#ffff34;">Takes</a>');
			else
				document.write('<a href="/home/the_clones/takes.html">Takes</a>');
			
			if (this_url=="/home/the_clones/send_your_take")
				document.write('<a href="/home/the_clones/send_your_take.html" style="color:#ffff34;">Send Your Take</a>');
			else
				document.write('<a href="/home/the_clones/send_your_take.html">Send Your Take</a>');
			
	document.write('</td><td align="right"><img src="/images/topnav/topnav_redRight.gif" width="8" height="17"></td>');
	document.write('</tr></table>');
	