<!----------- // begin JavaScript Library

//=================================================
//=================================================
//=================================================

function subnav (section)

//=================================================
//=================================================
//=================================================

{

	document.write(

'<table width="615" border="0" cellspacing="0" cellpadding="0">',

// begin sub nav table row

'<tr bgcolor="#C2C0D6">',
'<td colspan="3" height="16">',

// begin sapcer table below sub nav

'<table bgcolor="#FFFFFF" height="12" border="0" cellpadding="0" cellspacing="0" width="100%">',
'<tr><img src="http://www.cfif.org/htdocs/Images/shim.gif" width="1" height="3"><br>'


//=================================================

// turns on visited sub section link...

//=================================================


);

	if (section == "stand")
	{
		document.write (
			'<b>&nbsp;&nbsp;<a class="navSubon" href="http://www.cfif.org/htdocs/legislative_issues/where_we_stand/index.htm">Where We Stand</a>'
		);
	}
	else
	{
		document.write (
			'<b>&nbsp;&nbsp;<a class="navSub" href="http://www.cfif.org/htdocs/legislative_issues/where_we_stand/index.htm">Where We Stand</a>'
		)
	}
	if (section == "federal")
	{
		document.write (
			'&nbsp;&nbsp;&nbsp;&nbsp;<a class="navSubon" href="http://www.cfif.org/htdocs/legislative_issues/federal_issues/hot_issues_in_congress/index.htm">Federal Issues</a>'
		);
	}
	else
	{
		document.write (
			'&nbsp;&nbsp;&nbsp;&nbsp;<a class="navSub" href="http://www.cfif.org/htdocs/legislative_issues/federal_issues/hot_issues_in_congress/index.htm">Federal Issues</a>'
		)
	}
	
	if (section == "state")
	{
		document.write (
			'&nbsp;&nbsp;&nbsp;&nbsp;<a class="navSubon" href="http://www.cfif.org/htdocs/legislative_issues/state_issues/index.htm">State Issues</a>'
		);
	}
	else
	{
		document.write (
			'&nbsp;&nbsp;&nbsp;&nbsp;<a class="navSub" href="http://www.cfif.org/htdocs/legislative_issues/state_issues/index.htm">State Issues</a>'
		)
	}
	
	if (section == "links")
	{
		document.write (
			'&nbsp;&nbsp;&nbsp;&nbsp;<a class="navSubon" href="http://www.cfif.org/htdocs/legislative_issues/legislative_links/links_index.htm">Legislative Links</a></b>'
		);
	}
	else
	{
		document.write (
			'&nbsp;&nbsp;&nbsp;&nbsp;<a class="navSub" href="http://www.cfif.org/htdocs/legislative_issues/legislative_links/links_index.htm">Legislative Links</a></b>'
		)
	}

document.write (


'<br><img src="http://www.cfif.org/htdocs/Images/shim.gif" width="1" height="5"></td>',
'</tr>',
'</table>'

	);

}






//=================================================
//=================================================
//=================================================

function sectionhead (section)

//=================================================
//=================================================
//=================================================




{

document.write (
'<tr>',

// begin section head table detial

'<td width="193" bgcolor="#FFFFFF" align="left">',
'<div align="left">'

//=================================================

// which head to use above icon...

//=================================================

);

   if (section == "legislative")
	{
		document.write (
			'<span class="Section_Cheat">&nbsp;&nbsp;Legislative Issues'
		);
	}
   if (section == "federal")
	{
		document.write (
			'<span class="Section">&nbsp;&nbsp;Federal Issues'
		);
	}
   if (section == "state")
	{
		document.write (
			'<span class="Section">&nbsp;&nbsp;State Issues'
		);
	}

//=================================================

        // Federal Issues Federal Issues Hot Issues in Congress sub section

//=================================================


    if (section == "hotissues")
	{
		document.write (
			'<span class="Section_Cheat">&nbsp;&nbsp;Hot&nbsp;Issues&nbsp;in&nbsp;Congress'
		);
	}
	
	
	if (section == "agriculture")
	{
		document.write (
			'<span class="Section">&nbsp;&nbsp;Agriculture'
		);
	}
	
	if (section == "cfr")
	{
		document.write (
			'<span class="Section_Cheat">&nbsp;Campaign&nbsp;Finance&nbsp;Reform'
		);
	}
	
	if (section == "confirmation")
	{
		document.write (
			'<span class="Section">&nbsp;&nbsp;Confirmation Watch'
		);
	}
	
	if (section == "energy")
	{
		document.write (
			'<span class="Section">&nbsp;&nbsp;Energy'
		);
	}

	if (section == "immigration")
	{
		document.write (
			'<span class="Section_Cheat">&nbsp;&nbsp;Immigration Watch'
		);
	}

    if (section == "internettax")
	{
		document.write (
			'<span class="Section">&nbsp;&nbsp;Internet Taxation'
		);
	}


	if (section == "supreme")
	{
		document.write (
			'<span class="Section_Cheat">&nbsp;&nbsp;Supreme Court Watch'
		);
	}


	if (section == "legalreform")
	{
		document.write (
			'<span class="Section">&nbsp;&nbsp;Legal Reform'
		);
	}


    if (section == "technology")
	{
		document.write (
			'<span class="Section">&nbsp;&nbsp;Technology'
		);
	}
	
	
 document.write (

'</span></div></td>',
'<td width="413" bgcolor="#FFFFFF">&nbsp;</td>',
'<td rowspan="2" bgcolor="#FFFFFF" width="10">&nbsp;</td>',
'</tr>'

	);

}






//=================================================
//=================================================
//=================================================

function sectionicon (section)

//=================================================
//=================================================
//=================================================




// which icon to use...

{

	document.write(

'<tr>', 
'<td width="193" bgcolor="#FFFFFF" valign="top" height="100%">', 

// controls width of items in left margin

'<table width="93%" border="0"><tr><td><div align="center">'

);


   if (section == "legislative")
	{
		document.write (
			'<img src="http://www.cfif.org/htdocs/Images/icons/newleg.jpg" width="137" height="137" vspace="15" hspace="0" align="top"><hr><br><span class="Caption">'
		);
	}
   if (section == "federal")
	{
		document.write (
			'<img src="http://www.cfif.org/htdocs/Images/icons/fireworks1.jpg" width="137" height="137" vspace="15" hspace="0" align="top"><hr><br><span class="Caption">'
		);
	}
   if (section == "state")
	{
		document.write (
			'<img src="http://www.cfif.org/htdocs/Images/icons/dome.jpg" width="137" height="137" vspace="15" hspace="0" align="top"><hr><br><span class="Caption">'
		);
	}
	if (section == "release")
	{
		document.write (
			'<p align="center"><img src="http://www.cfif.org/htdocs/Images/transparent.gif" width="137" height="22" align="top" vspace="0"></p><hr><br><b><span class="Caption"><font color="#990000">'
		);
	}

//=================================================

        // Federal Issues Hot Issues in Congress sub section

//=================================================


    if (section == "hotissues")
	{
		document.write (
			'<img src="http://www.cfif.org/htdocs/Images/icons/fireworks1.jpg" width="137" height="137" vspace="15" hspace="0" align="top"><hr><br><span class="Caption">'
		);
	}
	
	if (section == "agriculture")
	{
		document.write (
			'<img src="http://www.cfif.org/htdocs/Images/icons/agriculture.jpg" width="137" height="137" vspace="15" hspace="0" align="top"><hr><br><span class="Caption">'
		);
	}
	
	if (section == "cfr")
	{
		document.write (
			'<img src="http://www.cfif.org/htdocs/Images/icons/dollar.jpg" width="137" height="137" vspace="15" hspace="0" align="top"><hr><br><span class="Caption">'
		);
	}
	
	if (section == "confirmation")
	{
		document.write (
			'<img src="http://www.cfif.org/htdocs/Images/icons/court2.jpg" width="137" height="137" vspace="15" hspace="0" align="top"><hr><br><span class="Caption">'
		);
	}
	
	if (section == "energy")
	{
		document.write (
			'<img src="http://www.cfif.org/htdocs/Images/icons/energy.jpg" width="137" height="137" vspace="15" hspace="0" align="top"><hr><br><span class="Caption">'
		);
	}

	if (section == "immigration")
	{
		document.write (
			'<img src="http://www.cfif.org/htdocs/Images/icons/imagrationwatch.jpg" width="137" height="137" vspace="15" hspace="0" align="top"><hr><br><span class="Caption">'
		);
	}

    if (section == "internettax")
	{
		document.write (
			'<img src="http://www.cfif.org/htdocs/Images/icons/internet.jpg" width="137" height="137" vspace="15" hspace="0" align="top"><hr><br><span class="Caption">'
		);
	}

	if (section == "legalreform")
	{
		document.write (
			'<img src="http://www.cfif.org/htdocs/Images/icons/tort_reform.jpg" width="137" height="137" vspace="15" hspace="0" align="top"><hr><br><span class="Caption">'
		);
	}
	
	if (section == "supreme")
	{
		document.write (
			'<img src="http://www.cfif.org/htdocs/Images/icons/hammer.jpg" width="137" height="137" vspace="15" hspace="0" align="top"><hr><br><span class="Caption">'
		);
	}


    if (section == "technology")
	{
		document.write (
			'<img src="http://www.cfif.org/htdocs/Images/icons/internet.jpg" width="137" height="137" vspace="15" hspace="0" align="top"><hr><br><span class="Caption">'
	
		);
	}
	
document.write (
				
''

	);

}






//=================================================
//=================================================
//=================================================

function leftContents (section)

//=================================================
//=================================================
//=================================================





//=================================================

// which send e-mail to a friend to use...

//=================================================


{

	document.write(
''

);

	if (section == "stateindex")
	{
		document.write (
			'<br></span><form name="eMailer"><font color="#990000">Send this index to a friend</font>'
		);
	}
	if (section == "state")
	{
		document.write (
			'<br></span><br><hr><br><form name="eMailer"><font color="#990000">Send this story to a friend</font>'
		);
	}
	if (section == "staterelease")
	{
		document.write (
			'<br></span><br><hr><br><form name="eMailer"><font color="#990000">Send this release to a friend</font>'
		);
	}

	
	
//=================================================

        // Federal Issues Hot Issues in Congress sub section
		
//=================================================


	
	if (section == "hotissuesindex")
	{
		document.write (
			'<br></span><form name="eMailer"><font color="#990000">Send this index to a friend</font>'
		);
	}
	if (section == "agriculture")
	{
		document.write (
			'<br></span><br><hr><br><form name="eMailer"><font color="#990000">Send this story to a friend</font>'
		);
	}
	if (section == "agricultureindex")
	{
		document.write (
			'</span><br><form name="eMailer"><font color="#990000">Send this index to a friend</font>'
		);
	}
	if (section == "cfr")
	{
		document.write (
			'<br></span><br><hr><br><form name="eMailer"><font color="#990000">Send this story to a friend</font>'
		);
	}
	if (section == "cfrindex")
	{
		document.write (
			'</span><br><form name="eMailer"><font color="#990000">Send this index to a friend</font>'
		);
	}
	if (section == "confirmationrelease")
	{
		document.write (
			'<br></span><br><hr><br><form name="eMailer"><font color="#990000">Send this release to a friend</font>'
		);
	}
	if (section == "confirmation")
	{
		document.write (
			'<br></span><br><hr><br><form name="eMailer"><font color="#990000">Send this story to a friend</font>'
		);
	}
	if (section == "confirmationindex")
	{
		document.write (
			'</span><br><form name="eMailer"><font color="#990000">Send this index to a friend</font>'
		);
	}
		if (section == "energy")
	{
		document.write (
			'<br></span><br><hr><br><form name="eMailer"><font color="#990000">Send this story to a friend</font>'
		);
	}
		if (section == "energyindex")
	{
		document.write (
			'</span><br><form name="eMailer"><font color="#990000">Send this index to a friend</font>'
		);
	}
		if (section == "immigration")
	{
		document.write (
			'<br></span><br><hr><br><form name="eMailer"><font color="#990000">Send this story to a friend</font>'
		);
	}
		if (section == "immigrationindex")
	{
		document.write (
			'</span><br><form name="eMailer"><font color="#990000">Send this index to a friend</font>'
		);
	}
		if (section == "internettax")
	{
		document.write (
			'<br></span><br><hr><br><form name="eMailer"><font color="#990000">Send this story to a friend</font>'
		);
	}
		if (section == "internettaxindex")
	{
		document.write (
			'</span><br><form name="eMailer"><font color="#990000">Send this index to a friend</font>'
		);
	}
		if (section == "legalreform")
	{
		document.write (
			'<br></span><br><hr><br><form name="eMailer"><font color="#990000">Send this story to a friend</font>'
		);
	}
		if (section == "legalreformindex")
	{
		document.write (
			'</span><br><form name="eMailer"><font color="#990000">Send this index to a friend</font>'
		);
	}
	if (section == "legalreformrelease")
	{
		document.write (
			'<br><br></span></font><hr><br><form name="eMailer"><font color="#990000">Send this release to a friend</font>'
		);
	}
		if (section == "supreme")
	{
		document.write (
			'<br></span><br><hr><br><form name="eMailer"><font color="#990000">Send this story to a friend</font>'
		);
	}
		if (section == "supremeindex")
	{
		document.write (
			'</span><br><form name="eMailer"><font color="#990000">Send this index to a friend</font>'
		);
	}
	if (section == "supremerelease")
	{
		document.write (
			'<br></span><br><hr><br><form name="eMailer"><font color="#990000">Send this release to a friend</font>'
		);
	}
		if (section == "technology")
	{
		document.write (
			'<br></span><br><hr><br><form name="eMailer"><font color="#990000">Send this story to a friend</font>'
		);
	}
		if (section == "technologyindex")
	{
		document.write (
			'</span><br><form name="eMailer"><font color="#990000">Send this index to a friend</font>'
		);
	}
	
	
		document.write (
				
'<br>',
'<font size="1">Enter recipient<br>',
'e-mail below:<br></font>',
'<input type="text" name="address" size="25"><br><br>',
'<input type="button" value="Send" onClick="mailThisUrl();" name="button"></form>',
'<hr>'


//=================================================

        // Start left-hand promo boxes 

//=================================================


);
		
// include supreme court promo or not...


	if (section == "supremeindex")
	{
		document.write (
			''
		);
	}
	
	else
	{
		document.write (
						
		);
	}
	
		
// include campaign finance and the first amendment promo or not...


if (section == "cfrindex")
	{
		document.write (
	
			'<p><i><font size="3" color="#990000">Campaign Finance and the First Amendment</font></i>',
			'<p><b>by Erik Jaffe</b>',
			'<p><img src="http://www.cfif.org/htdocs/Images/cfrcover.jpg" width=88 height=133></p>',
			'<p>To read the Center&#146;s constitutional analysis of McCain-Feingold, which directly applies to Shays-Meehan, ',
			'<i><a href="legis_federal_cfrdoc.htm">click here</a></i>.</p>',
			'<hr>'
		);
	}
	

// include donate promo or not...


if (section == "confirmationindex")
	{
		document.write (
	
			'<p><a href="http://www.centerforindividualfreedom.org/donate.html">Contribute to the Center for Individual Freedom Foundation</a>',
			'<p><a href="http://www.cfif.org/htdocs/about_cfif/donate_to_cfif/donate.htm">Contribute to the Center for Individual Freedom</a>',
			'<hr>',
			'<p>',
			'<table width="120"  border="0" cellpadding="0" cellspacing="0" bgcolor="#99CCFF">',
                  '<tr><td><p><p align="center"><font size="3" color="#990000">Confirmation<br>Watch 108th Congress</font>',
                  '<p align="center"><font color="#990000"><a href="index-108.htm">Commentary<br>Archive<br></a></font></p><p>',
				  '</td></tr></table>',
			'<hr>',
			'<p><font size="3" color="#990000"><p>Nominee Spotlight</font>',
			'<p><a href="index_archive.htm">Archive</a><p></p>',
			'<hr>'
		);
	}
	
	if (section == "supremeindex")
	{
		document.write (
	
			'<p><a href="http://www.centerforindividualfreedom.org/donate.html">Contribute to the Center for Individual Freedom Foundation</a>',
			'<p><a href="http://www.cfif.org/htdocs/about_cfif/donate_to_cfif/donate.htm">Contribute to the Center for Individual Freedom</a>',
			'<hr>'

		);
	}
	

// include techcentralstation icon with link or not...



if (section == "energyindex")
	{
		document.write (
	
			'<p><a href="http://www.techcentralstation.com" target="_blank"><img src="../../../../Images/newtcs120x41.gif" width="120" height="41" border="0"></a>',
			'<p><hr>'
		);
	}
	

// include thank our troops button (short message) or not...


	if (section == "not_active_now")
	{
		document.write (
			'<br><table width="120" border="0" cellpadding="10" align="center" bgcolor="#330099"><tr><td height="13"><div align="center"><p><font size="3" color="#FFFFFF"><b>Thank our Troops</b></font></p><p align="center"><a class="banner" href="http://www.cfif.org/cgi-bin/ubbcgi/ultimatebb.cgi?ubb=get_topic;f=1;t=000001"><b>Click Here</b></a></p></td></tr></table><br><hr>'
		);
	}
	

// include thank our troops banner (long message) or not...


	if (section == "hotissuesindex")
	{
		document.write (
			'<table width="95%" border="10" cellpadding="0" align="center" bgcolor="#CCFFFF" bordercolor="#CCFFFF">',
                '<tr>',
                  '<td height="13">', 
                    '<div align="center">', 
                      '<p><font face="Arial, Helvetica, sans-serif" size="3" color="#990000"><b>Thank our&nbsp;Troops.</b></font></p>',
                      '<p><font face="Arial, Helvetica, sans-serif" size="3" color="#990000"><font size="2" color="#000000">',
                        'With American troops engaged in the defense of freedom at home and abroad, we wanted to ensure that each and every one of our men and women in uniform know they have our support, respect and gratitude as they carry out their mission.',
                        '<br><br>',
                        'Please take a moment to visit our <a href="http://www.cfif.org/cgi-bin/ubbcgi/ultimatebb.cgi?ubb=get_topic;f=1;t=000001"><i>bulletin board</i></a> and post a message to the troops telling them how much you appreciate their commitment to our great country and to the ideals for which it stands. </font></font> ',
                     '</p></div>',
                    '<p align="center"><font face="Arial, Helvetica, sans-serif" size="3" color="#333366"><a href="http://www.cfif.org/cgi-bin/ubbcgi/ultimatebb.cgi?ubb=get_topic;f=1;t=000001">Click Here </a></font></p>',
                  '</td>',
                '</tr>',
              '</table><hr>'
		);
	}
	
document.write (

		   ''
// include end the obstruction banner or not...

);

	if (section == "not_active_now")
	{
		document.write (
		   '<br>',
			'<table width="98%" border="2" cellpadding="0" align="center" bgcolor="#CCFFFF" bordercolor="#CCFFFF">',
                '<tr> ',
                  '<td height="67">',
                    '<br><div align="center"><span class="Section"><font color="#990000"><b>End the obstruction.</b></font></sapn><br><br>',
                      '<font size="2" color="#333366">Tell Senate Republicans<br>to &#8216;nuke&#8217; the filibusters<br>of judicial nominees.<br><br></font>',
                      '<b><span class="Section"><a href="http://www.cfif.org/htdocs/freedomline/current/in_our_opinion/cfifnuclearllu.htm">Take Action Now!</a></b></sapn><br><br></div>',
                  '</td></tr></table><br><hr>'
		);
	}
	if (section == "not_active_now")
	{
		document.write (
		   '<br>',
			'<table width="98%" border="2" cellpadding="0" align="center" bgcolor="#CCFFFF" bordercolor="#CCFFFF">',
                '<tr> ',
                  '<td height="67">',
                    '<br><div align="center"><span class="Section"><font color="#990000"><b>End the obstruction.</b></font></sapn><br><br>',
                      '<font size="2" color="#333366">Tell Senate Republicans<br>to &#8216;nuke&#8217; the filibusters<br>of judicial nominees.<br><br></font>',
                      '<b><span class="Section"><a href="http://www.cfif.org/htdocs/freedomline/current/in_our_opinion/cfifnuclearllu.htm">Take Action Now!</a></b></sapn><br><br></div>',
                  '</td></tr></table><br><hr>'
		);
	}
	if (section == "not_active_now")
	{
		document.write (
		   '<br>',
			'<table width="98%" border="2" cellpadding="0" align="center" bgcolor="#CCFFFF" bordercolor="#CCFFFF">',
                '<tr> ',
                  '<td height="67">',
                    '<br><div align="center"><span class="Section"><font color="#990000"><b>End the obstruction.</b></font></sapn><br><br>',
                      '<font size="2" color="#333366">Tell Senate Republicans<br>to &#8216;nuke&#8217; the filibusters<br>of judicial nominees.<br><br></font>',
                      '<b><span class="Section"><a href="http://www.cfif.org/htdocs/freedomline/current/in_our_opinion/cfifnuclearllu.htm">Take Action Now!</a></b></sapn><br><br></div>',
                  '</td></tr></table><br><hr>'
		);
	}
	
	
// include cfif ad banner donation  or not...



	if (section == "not_active_now")
	{
		document.write (
		   '<br>',
			'<table width="98%" border="2" cellpadding="0" align="center" bgcolor="#CCFFFF" bordercolor="#CCFFFF">',
                '<tr> ',
                  '<td height="67">',
                    '<br><div align="center"><span class="Section_Cheat"><font color="#990000"><b>Help CFIF run this ad.</b></font></sapn><br><br>',
                      '<a href="http://www.cfiflistmanager.org/lott.html"><img src="http://www.cfif.org/htdocs/Images/Clock_smallpx.jpg" width="120" height="111" border="0"></a><br><br>',
                      '<b><span class="Section"><a href="http://www.cfiflistmanager.org/lott.html">Click here.</a></b></sapn><br><br></div>',
                  '</td></tr></table><br><hr>'
		);
	}
	if (section == "not_active_now")
	{
		document.write (
		   '<br>',
			'<table width="98%" border="2" cellpadding="0" align="center" bgcolor="#CCFFFF" bordercolor="#CCFFFF">',
                '<tr> ',
                  '<td height="67">',
                    '<br><div align="center"><span class="Section_Cheat"><font color="#990000"><b>Help CFIF run this ad.</b></font></sapn><br><br>',
                      '<a href="http://www.cfiflistmanager.org/lott.html"><img src="http://www.cfif.org/htdocs/Images/Clock_smallpx.jpg" width="120" height="111" border="0"></a><br><br>',
                      '<b><span class="Section"><a href="http://www.cfiflistmanager.org/lott.html">Click here.</a></b></sapn><br><br></div>',
                  '</td></tr></table><br><hr>'
		);
	}
	if (section == "not_active_now")
	{
		document.write (
		   '<br>',
			'<table width="98%" border="2" cellpadding="0" align="center" bgcolor="#CCFFFF" bordercolor="#CCFFFF">',
                '<tr> ',
                  '<td height="67">',
                    '<br><div align="center"><span class="Section_Cheat"><font color="#990000"><b>Help CFIF run this ad.</b></font></sapn><br><br>',
                      '<a href="http://www.cfiflistmanager.org/lott.html"><img src="http://www.cfif.org/htdocs/Images/Clock_smallpx.jpg" width="120" height="111" border="0"></a><br><br>',
                      '<b><span class="Section"><a href="http://www.cfiflistmanager.org/lott.html">Click here.</a></b></sapn><br><br></div>',
                  '</td></tr></table><br><hr>'
		);
	}
		if (section == "not_active_now")
	{
		document.write (
		   '<br>',
			'<table width="98%" border="2" cellpadding="0" align="center" bgcolor="#CCFFFF" bordercolor="#CCFFFF">',
                '<tr> ',
                  '<td height="67">',
                    '<br><div align="center"><span class="Section_Cheat"><font color="#990000"><b>Help CFIF run this ad.</b></font></sapn><br><br>',
                      '<a href="http://www.cfiflistmanager.org/lott.html"><img src="http://www.cfif.org/htdocs/Images/Clock_smallpx.jpg" width="120" height="111" border="0"></a><br><br>',
                      '<b><span class="Section"><a href="http://www.cfiflistmanager.org/lott.html">Click here.</a></b></sapn><br><br></div>',
                  '</td></tr></table><br><hr>'
		);
	}
	     if (section == "not_active_now")
	{
		document.write (
		   '<br>',
			'<table width="98%" border="2" cellpadding="0" align="center" bgcolor="#CCFFFF" bordercolor="#CCFFFF">',
                '<tr> ',
                  '<td height="67">',
                    '<br><div align="center"><span class="Section_Cheat"><font color="#990000"><b>Help CFIF run this ad.</b></font></sapn><br><br>',
                      '<a href="http://www.cfiflistmanager.org/lott.html"><img src="http://www.cfif.org/htdocs/Images/Clock_smallpx.jpg" width="120" height="111" border="0"></a><br><br>',
                      '<b><span class="Section"><a href="http://www.cfiflistmanager.org/lott.html">Click here.</a></b></sapn><br><br></div>',
                  '</td></tr></table><br><hr>'
		);
	}
	if (section == "not_active_now")
	{
		document.write (
		   '<br>',
			'<table width="98%" border="2" cellpadding="0" align="center" bgcolor="#CCFFFF" bordercolor="#CCFFFF">',
                '<tr> ',
                  '<td height="67">',
                    '<br><div align="center"><span class="Section_Cheat"><font color="#990000"><b>Help CFIF run this ad.</b></font></sapn><br><br>',
                      '<a href="http://www.cfiflistmanager.org/lott.html"><img src="http://www.cfif.org/htdocs/Images/Clock_smallpx.jpg" width="120" height="111" border="0"></a><br><br>',
                      '<b><span class="Section"><a href="http://www.cfiflistmanager.org/lott.html">Click here.</a></b></sapn><br><br></div>',
                  '</td></tr></table><br><hr>'
		);
	}
	
	if (section == "not_active_now")
	{
		document.write (
		   '<br>',
			'<table width="98%" border="2" cellpadding="0" align="center" bgcolor="#CCFFFF" bordercolor="#CCFFFF">',
                '<tr> ',
                  '<td height="67">',
                    '<br><div align="center"><span class="Section_Cheat"><font color="#990000"><b>Help CFIF run this ad.</b></font></sapn><br><br>',
                      '<a href="http://www.cfiflistmanager.org/lott.html"><img src="http://www.cfif.org/htdocs/Images/Clock_smallpx.jpg" width="120" height="111" border="0"></a><br><br>',
                      '<b><span class="Section"><a href="http://www.cfiflistmanager.org/lott.html">Click here.</a></b></sapn><br><br></div>',
                  '</td></tr></table><br><hr>'
		);
	}
	
	
	
	
// include No Amnesty banner or not...


    if (section == "immigration")
	{
		document.write (
			'<br>',
			'<table width="95%" border="2" cellpadding="0" align="center" bgcolor="#CCFFFF" bordercolor="#CCFFFF">',
                '<tr> ',
                  '<td height="67">',
                    '<br><div align="center"><font size="3" color="#990000"><b>Protect America</b></font><br><br>',
                      '<font size="3" color="#333366">No Amnesty<br>for Illegal Aliens!<br><br></font>',
                      '<b><a href="http://tool.donation-net.net/CFIF/noamnesty.cfm">Sign the Petition Now!</a></b><br><br></div>',
                  '</td></tr></table><br><hr>'
				  
			);
	}
    if (section == "immigrationindex")
	{
		document.write (
			'<br>',
			'<table width="95%" border="2" cellpadding="0" align="center" bgcolor="#CCFFFF" bordercolor="#CCFFFF">',
                '<tr> ',
                  '<td height="67">',
                    '<br><div align="center"><font size="3" color="#990000"><b>Protect America</b></font><br><br>',
                      '<font size="3" color="#333366">No Amnesty<br>for Illegal Aliens!<br><br></font>',
                      '<b><a href="http://tool.donation-net.net/CFIF/noamnesty.cfm">Sign the Petition Now!</a></b><br><br></div>',
                  '</td></tr></table><br><hr>'

		);
	}


		document.write (				
''


);



//=================================================

        // which liberty update promotion to use...

//=================================================


	if (section == "state")
	{
		document.write (
			'<br><a href="http://tool.donation-net.net/cfif/register.cfm">Subscribe to our e-mail list for&nbsp;periodic updates on important issues affecting your&nbsp;individual freedoms</a>.<br><br><hr>'
		);
	}
	if (section == "staterelease")
	{
		document.write (
			'<br><a href="http://tool.donation-net.net/cfif/register.cfm">Subscribe to our e-mail list for&nbsp;periodic updates on important issues affecting your&nbsp;individual freedoms</a>.<br><br><hr>'
		);
	}
	if (section == "stateindex")
	{
		document.write (
			'<br><a href="http://tool.donation-net.net/cfif/register.cfm"><img src="http://www.cfif.org/htdocs/Images/120_120_liberty_update.gif" width="120" height="120" border="0"></a><br><br><hr>'
		);
	}

	
	
//=================================================

        // Federal Issues Hot Issues in Congress sub section
		
//=================================================



	if (section == "hotissues")
	{
		document.write (
			'<br><a href="http://tool.donation-net.net/cfif/register.cfm"><img src="http://www.cfif.org/htdocs/Images/120_120_liberty_update.gif" width="120" height="120" border="0"></a><br><br><hr>'
		);
	}
	if (section == "hotissuesindex")
	{
		document.write (
			'<br><a href="http://tool.donation-net.net/cfif/register.cfm"><img src="http://www.cfif.org/htdocs/Images/120_120_liberty_update.gif" width="120" height="120" border="0"></a><br><br><hr>'
		);
	}
	if (section == "agriculture")
	{
		document.write (
			'<br><a href="http://tool.donation-net.net/cfif/register.cfm">Subscribe to our e-mail list for&nbsp;periodic updates on important issues affecting your&nbsp;individual freedoms</a>.<br><br><hr>'
		);
	}
	if (section == "agricultureindex")
	{
		document.write (
			'<br><a href="http://tool.donation-net.net/cfif/register.cfm"><img src="http://www.cfif.org/htdocs/Images/120_120_liberty_update.gif" width="120" height="120" border="0"></a><br><br><hr>'
		);
	}
	if (section == "cfr")
	{
		document.write (
			'<br><a href="http://tool.donation-net.net/cfif/register.cfm">Subscribe to our e-mail list for&nbsp;periodic updates on important issues affecting your&nbsp;individual freedoms</a>.<br><br><hr>'
		);
	}
	if (section == "cfrindex")
	{
		document.write (
			'<br><a href="http://tool.donation-net.net/cfif/register.cfm"><img src="http://www.cfif.org/htdocs/Images/120_120_liberty_update.gif" width="120" height="120" border="0"></a><br><br><hr>'
		);
	}
	if (section == "confirmationrelease")
	{
		document.write (
			'<br><a href="http://tool.donation-net.net/cfif/register.cfm">Subscribe to our e-mail list for&nbsp;periodic updates on important issues affecting your&nbsp;individual freedoms</a>.<br><br><hr>'
		);
	}
	if (section == "confirmation")
	{
		document.write (
			'<br><a href="http://tool.donation-net.net/cfif/register.cfm">Subscribe to our e-mail list for&nbsp;periodic updates on important issues affecting your&nbsp;individual freedoms</a>.<br><br><hr>'
		);
	}
	if (section == "confirmationindex")
	{
		document.write (
			'<br><a href="http://tool.donation-net.net/cfif/register.cfm"><img src="http://www.cfif.org/htdocs/Images/120_120_liberty_update.gif" width="120" height="120" border="0"></a><br><br><hr>'
		);
	}
	if (section == "energy")
	{
		document.write (
			'<br><a href="http://tool.donation-net.net/cfif/register.cfm">Subscribe to our e-mail list for&nbsp;periodic updates on important issues affecting your&nbsp;individual freedoms</a>.<br><br><hr>'
		);
	}	
	if (section == "energyindex")
	{
		document.write (
			'<br><a href="http://tool.donation-net.net/cfif/register.cfm"><img src="http://www.cfif.org/htdocs/Images/120_120_liberty_update.gif" width="120" height="120" border="0"></a><br><br><hr>'
		);
	}
	if (section == "immigration")
	{
		document.write (
			'<br><a href="http://tool.donation-net.net/cfif/register.cfm">Subscribe to our e-mail list for&nbsp;periodic updates on important issues affecting your&nbsp;individual freedoms</a>.<br><br><hr>'
		);
	}
    if (section == "immigrationindex")
	{
		document.write (
			'<br><a href="http://tool.donation-net.net/cfif/register.cfm"><img src="http://www.cfif.org/htdocs/Images/120_120_liberty_update.gif" width="120" height="120" border="0"></a><br><br><hr>'
		);
	}
	if (section == "internettax")
	{
		document.write (
			'<br><a href="http://tool.donation-net.net/cfif/register.cfm">Subscribe to our e-mail list for&nbsp;periodic updates on important issues affecting your&nbsp;individual freedoms</a>.<br><br><hr>'
		);
	}
    if (section == "internettaxindex")
	{
		document.write (
			'<br><a href="http://tool.donation-net.net/cfif/register.cfm"><img src="http://www.cfif.org/htdocs/Images/120_120_liberty_update.gif" width="120" height="120" border="0"></a><br><br><hr>'
		);
	}
	if (section == "legalreform")
	{
		document.write (
			'<br><a href="http://tool.donation-net.net/cfif/register.cfm">Subscribe to our e-mail list for&nbsp;periodic updates on important issues affecting your&nbsp;individual freedoms</a>.<br><br><hr>',
		   	'<br><a href="http://www.legalreforminthenews.com/Victims/victim_intro.html" target="_blank"><img src="http://www.cfif.org/htdocs/archives/lav.jpg" width="90" height="90" border="0"></a><br><br><hr>'
		);
	}
    if (section == "legalreformindex")
	{
		document.write (
			'<br><a href="http://tool.donation-net.net/cfif/register.cfm"><img src="http://www.cfif.org/htdocs/Images/120_120_liberty_update.gif" width="120" height="120" border="0"></a><br><br><hr>',
		   	'<br><a href="http://www.legalreforminthenews.com/Victims/victim_intro.html" target="_blank"><img src="http://www.cfif.org/htdocs/archives/lav.jpg" width="90" height="90" border="0"></a><br><br><hr>'
		);
	}
    if (section == "legalreformrelease")
	{
		document.write (
			'<br><a href="http://tool.donation-net.net/cfif/register.cfm">Subscribe to our e-mail list for&nbsp;periodic updates on important issues affecting your&nbsp;individual freedoms</a>.<br><br><hr>',
		   	'<br><a href="http://www.legalreforminthenews.com/Victims/victim_intro.html" target="_blank"><img src="http://www.cfif.org/htdocs/archives/lav.jpg" width="90" height="90" border="0"></a><br><br><hr>'
		);
	}
   if (section == "supreme")
	{
		document.write (
			'<br><a href="http://tool.donation-net.net/cfif/register.cfm">Subscribe to our e-mail list for&nbsp;periodic updates on important issues affecting your&nbsp;individual freedoms</a>.<br><br><hr>'
		);
	}
    if (section == "supremeindex")
	{
		document.write (
			'<br><a href="http://tool.donation-net.net/cfif/register.cfm"><img src="http://www.cfif.org/htdocs/Images/120_120_liberty_update.gif" width="120" height="120" border="0"></a><br><br><hr>'
		);
	}
	if (section == "supremerelease")
	{
		document.write (
			'<br><a href="http://tool.donation-net.net/cfif/register.cfm">Subscribe to our e-mail list for&nbsp;periodic updates on important issues affecting your&nbsp;individual freedoms</a>.<br><br><hr>'
		);
	}
	if (section == "technology")
	{
		document.write (
			'<br><a href="http://tool.donation-net.net/cfif/register.cfm">Subscribe to our e-mail list for&nbsp;periodic updates on important issues affecting your&nbsp;individual freedoms</a>.<br><br><hr>'
		);
	}
    if (section == "technologyindex")
	{
		document.write (
			'<br><a href="http://tool.donation-net.net/cfif/register.cfm"><img src="http://www.cfif.org/htdocs/Images/120_120_liberty_update.gif" width="120" height="120" border="0"></a><br><br><hr>'
		);
	}







	if (section == "release")
	{
		document.write (
			'<br><a href="http://tool.donation-net.net/cfif/register.cfm">Subscribe to our e-mail list for&nbsp;periodic updates on important issues affecting your&nbsp;individual freedoms</a>.<br><br><hr>'
		);
	}
		
		document.write (
				
''


	);

}


//=================================================

function leftTableEnd (section)

//=================================================

{
	document.write(

'</div></td></tr></table>'

);

	if (section == "story")
	{
		document.write (
			'<img src=".http://www.cfif.org/htdocs/Images/transparent.gif" width="193" height="1"></div><td width="100%" bgcolor="#FFFFFF" valign="top" height="100%"><span class="Headings">'
		);
	}
	else
	{
		document.write (
			'<img src="http://www.cfif.org/htdocs/Images/transparent.gif" width="193" height="1"></div><td width="100%" bgcolor="#FFFFFF" valign="top" height="100%"><span class="Sectiontitle">'
		);
	}
	
document.write(
''
	);

}


//=================================================

function storytext (section)

//=================================================

// close story title...

{
	document.write(

'</span>'

);

	if (section == "hotissuesindex")
	{
		document.write (
			'<br><br><hr>INDEX:<br>',
            '<font color="#990000">Click on the links below to get informed on the issues:<br></font> ',
			'<a href="http://www.cfif.org/htdocs/legislative_issues/federal_issues/hot_issues_in_congress/agriculture/index.htm">Agriculture</a> &#149; ',
			'<a href="http://www.cfif.org/htdocs/legislative_issues/federal_issues/hot_issues_in_congress/campaign_finance_reform/index.htm">Campaign Finance Reform</a> &#149; ',
			'<a href="http://www.cfif.org/htdocs/legislative_issues/federal_issues/hot_issues_in_congress/confirmation_watch/index.htm">Confirmation Watch</a><br>',
			'<a href="http://www.cfif.org/htdocs/legislative_issues/federal_issues/hot_issues_in_congress/energy/index.htm">Energy</a> &#149; ',
		    '<a href="http://www.cfif.org/htdocs/legislative_issues/federal_issues/hot_issues_in_congress/immigration/index.htm">Immigration Watch</a> &#149; ',
			'<a href="http://www.cfif.org/htdocs/legislative_issues/federal_issues/hot_issues_in_congress/internet_taxation/index.html">Internet Taxation</a> &#149; ',
            '<a href="http://www.cfif.org/htdocs/legislative_issues/federal_issues/hot_issues_in_congress/legal_reform/index.htm">Legal Reform</a><br>',
			'<a href="http://www.cfif.org/htdocs/legislative_issues/federal_issues/hot_issues_in_congress/supreme_court_watch/index.htm">Supreme Court Watch</a> &#149; ',
			'<a href="http://www.cfif.org/htdocs/legislative_issues/federal_issues/hot_issues_in_congress/technology/index.htm">Technology</a>',
            '<hr>'
		);
	}
	
	if (section == "index")
	{
		document.write (
			''
		);
	}
	
	if (section == "release")
	{
		document.write (
			'<table><tr><td colspan="2" height="65" valign="top" bgcolor="#FFFFFF">',
            '<hr>',
            '<div align="center"><font face="Times New Roman, Times, serif" size="3" color="#0033CC"><b>C&nbsp;e&nbsp;n&nbsp;t&nbsp;e&nbsp;r&nbsp;&nbsp;&nbsp;F&nbsp;o&nbsp;r&nbsp;&nbsp;&nbsp;I&nbsp;n&nbsp;d&nbsp;i&nbsp;v&nbsp;i&nbsp;d&nbsp;u&nbsp;a&nbsp;l&nbsp;&nbsp;&nbsp;F&nbsp;r&nbsp;e&nbsp;e&nbsp;d&nbsp;o&nbsp;m</b></font><br>',
            '</div>',
            '<hr>',
            '<font face="Arial, Helvetica, sans-serif" size="2"><b><font color="#990000" size="3"></font></b></font></td>',
        '</tr><tr><td width="5" height="270" valign="top" bgcolor="#FFFFFF">&nbsp;</td><td width="428" valign="top" bgcolor="#FFFFFF"> '
		);
	}
}

//=================================================

function postdate (section)

//=================================================

{

	document.write(
''
);

	if (section == "section")
	{
		document.write (
			'<hr>'
		);
	}
	if (section == "index")
	{
		document.write (
			'<hr>'
		);
	}
	if (section == "story")
	{
		document.write (
			'<hr><font size="1"><i>[Posted '
		);
	}
	
	if (section == "release")
	{
		document.write (
	        '<div align="center">###</div><br><img src="http://www.cfif.org/htdocs/Images/bottom_logo.jpg" width="203" height="50"></td></tr><tr><td colspan="2" height="2"></td></tr></table>'
		);
	}	
	if (section == "letter")
	{
		document.write (
	        '<br><img src="http://www.cfif.org/htdocs/Images/bottom_logo.jpg" width="203" height="50"></td></tr><tr><td colspan="2" height="2"></td></tr></table>'
		);
	}	
		if (section == "quiz")
	{
		document.write (
			'<br><hr align="center"><b><ul><li><a href="quiz_weekly_02.htm">To continue our quiz, click here.</a></li></ul></b><hr align="center">'
		);
	}

document.write (

''
	);

}


//====================================================

function bottomwrap (section)

//=================================================

{
	document.write(
''
);
	
//=================================================

        // Federal Issues Hot Issues in Congress sub section

//=================================================

if (section == "hotissues")
	{
		document.write (
 			'<br><div align="center"><b>Hot Issues in Congress:<br></b>',
			'<font color="#990000">Click on the links below to get informed on the issues:</font><br>',	
			'<a href="http://www.cfif.org/htdocs/legislative_issues/federal_issues/hot_issues_in_congress/agriculture/index.htm">Agriculture</a> &#149; ',
			'<a href="http://www.cfif.org/htdocs/legislative_issues/federal_issues/hot_issues_in_congress/campaign_finance_reform/index.htm">Campaign Finance Reform</a> &#149; ',
			'<a href="http://www.cfif.org/htdocs/legislative_issues/federal_issues/hot_issues_in_congress/confirmation_watch/index.htm">Confirmation Watch</a><br>',
			'<a href="http://www.cfif.org/htdocs/legislative_issues/federal_issues/hot_issues_in_congress/energy/index.htm">Energy</a> &#149; ',
		    '<a href="http://www.cfif.org/htdocs/legislative_issues/federal_issues/hot_issues_in_congress/immigration/index.htm">Immigration Watch</a> &#149; ',
			'<a href="http://www.cfif.org/htdocs/legislative_issues/federal_issues/hot_issues_in_congress/internet_taxation/index.html">Internet Taxation</a> &#149; ',
            '<a href="http://www.cfif.org/htdocs/legislative_issues/federal_issues/hot_issues_in_congress/legal_reform/index.htm">Legal Reform</a><br>',
			'<a href="http://www.cfif.org/htdocs/legislative_issues/federal_issues/hot_issues_in_congress/supreme_court_watch/index.htm">Supreme Court Watch</a> &#149; ',
			'<a href="http://www.cfif.org/htdocs/legislative_issues/federal_issues/hot_issues_in_congress/technology/index.htm">Technology</a>',
			'<br><br><hr>',
			'<blockquote><blockquote><font face="Arial, Helvetica, sans-serif" size="2" color="#333366"><b><font color="#990000">',
			'To subscribe to our e-mail list </font></b></font><font face="Arial, Helvetica, sans-serif" size="2" color="#333366"><b>',
			'for periodic updates on important litigation and legislation affecting your individual freedoms,&nbsp;', 
			'<a href="http://tool.donation-net.net/cfif/register.cfm">click&nbsp;here</a>.</b></font></blockquote></blockquote></div>',
			'<hr align="center"><br><br'
		);
	}
	if (section == "agriculture")
	{
		document.write (
			']</i></font><br><br><a href="../index.htm" class="IndexReturn">Return to</a> <a href="../index.htm" class="Index">Latest News</a> <a href="../index.htm" class="IndexReturn">Index</a>',
			'<br><a href="index.htm" class="IndexReturn">Return to</a> <a href="index.htm" class="Index">Agriculture</a> <a href="index.htm" class="IndexReturn">Index</a><br><br><br>'
		);
	}
	if (section == "cfr")
	{
		document.write (
			']</i></font><br><br><a href="../index.htm" class="IndexReturn">Return to</a> <a href="../index.htm" class="Index">Latest News</a> <a href="../index.htm" class="IndexReturn">Index</a>',
			'<br><a href="index.htm" class="IndexReturn">Return to</a> <a href="index.htm" class="Index">Campaign Finance Reform</a> <a href="index.htm" class="IndexReturn">Index</a><br><br><br>'
		);
	}
	if (section == "confirmationrelease")
	{
		document.write (
			']</i></font><br><br><a href="../index.htm" class="IndexReturn">Return to</a> <a href="../index.htm" class="Index">Latest News</a> <a href="../index.htm" class="IndexReturn">Index</a>',
			'<br><a href="index.htm" class="IndexReturn">Return to</a> <a href="index.htm" class="Index">Confirmation Watch</a> <a href="index.htm" class="IndexReturn">Index</a><br><br><br>'
		);
	}
	if (section == "confirmation")
	{
		document.write (
			']</i></font><br><br><a href="../index.htm" class="IndexReturn">Return to</a> <a href="../index.htm" class="Index">Latest News</a> <a href="../index.htm" class="IndexReturn">Index</a>',
			'<br><a href="index.htm" class="IndexReturn">Return to</a> <a href="index.htm" class="Index">Confirmation Watch</a> <a href="index.htm" class="IndexReturn">Index</a><br><br><br>'
		);
	}
	if (section == "energy")
	{
		document.write (
			']</i></font><br><br><a href="../index.htm" class="IndexReturn">Return to</a> <a href="../index.htm" class="Index">Latest News</a> <a href="../index.htm" class="IndexReturn">Index</a>',
			'<br><a href="index.htm" class="IndexReturn">Return to</a> <a href="index.htm" class="Index">Energy</a> <a href="index.htm" class="IndexReturn">Index</a><br><br><br>'
		);
	}
    if (section == "immigration")
	{
		document.write (
			']</i></font><br><br><a href="../index.htm" class="IndexReturn">Return to</a> <a href="../index.htm" class="Index">Latest News</a> <a href="../index.htm" class="IndexReturn">Index</a>',
			'<br><a href="index.htm" class="IndexReturn">Return to</a> <a href="index.htm" class="Index">Immigration Watch</a> <a href="index.htm" class="IndexReturn">Index</a><br><br><br>'
		);
	}
	if (section == "internettax")
	{
		document.write (
			']</i></font><br><br><a href="../index.htm" class="IndexReturn">Return to</a> <a href="../index.htm" class="Index">Latest News</a> <a href="../index.htm" class="IndexReturn">Index</a>',
			'<br><a href="index.html" class="IndexReturn">Return to</a> <a href="index.html" class="Index">Internet Taxation</a> <a href="index.html" class="IndexReturn">Index</a><br><br><br>'
		);
	}
	if (section == "legalreform")
	{
		document.write (
			']</i></font><br><br><a href="../index.htm" class="IndexReturn">Return to</a> <a href="../index.htm" class="Index">Latest News</a> <a href="../index.htm" class="IndexReturn">Index</a>',
			'<br><a href="index.htm" class="IndexReturn">Return to</a> <a href="index.htm" class="Index">Legal Reform</a> <a href="index.htm" class="IndexReturn">Index</a><br><br><br>'
		);
	}
    if (section == "legalreformrelease")
	{
		document.write (
			']</i></font><br><br><a href="../index.htm" class="IndexReturn">Return to</a> <a href="../index.htm" class="Index">Latest News</a> <a href="../index.htm" class="IndexReturn">Index</a>',
			'<br><a href="index.htm" class="IndexReturn">Return to</a> <a href="index.htm" class="Index">Legal Reform</a> <a href="index.htm" class="IndexReturn">Index</a><br><br><br>'

		);
	}
    if (section == "supreme")
	{
		document.write (
			']</i></font><br><br><a href="../index.htm" class="IndexReturn">Return to</a> <a href="../index.htm" class="Index">Latest News</a> <a href="../index.htm" class="IndexReturn">Index</a>',
			'<br><a href="index.htm" class="IndexReturn">Return to</a> <a href="index.htm" class="Index">Supreme Court Watch</a> <a href="index.htm" class="IndexReturn">Index</a><br><br><br>'
		);
	}
    if (section == "supremerelease")
	{
		document.write (
			']</i></font><br><br><a href="../index.htm" class="IndexReturn">Return to</a> <a href="../index.htm" class="Index">Latest News</a> <a href="../index.htm" class="IndexReturn">Index</a>',
			'<br><a href="index.htm" class="IndexReturn">Return to</a> <a href="index.htm" class="Index">Supreme Court Watch</a> <a href="index.htm" class="IndexReturn">Index</a><br><br><br>'
		);
	}
    if (section == "technology")
	{
		document.write (
			']</i></font><br><br><a href="../index.htm" class="IndexReturn">Return to</a> <a href="../index.htm" class="Index">Latest News</a> <a href="../index.htm" class="IndexReturn">Index</a>',
			'<br><a href="index.htm" class="IndexReturn">Return to</a> <a href="index.htm" class="Index">Technology</a> <a href="index.htm" class="IndexReturn">Index</a><br><br><br>'
		);
	}


	
//=================================================

// State Issues sub section

//=================================================
	

    if (section == "stateindex")
	{
		document.write (
'<div align="center"><blockquote><blockquote><font face="Arial, Helvetica, sans-serif" size="2" color="#333366"><b><font color="#990000">',
'To subscribe to our e-mail list </font></b></font><font face="Arial, Helvetica, sans-serif" size="2" color="#333366"><b>',
'for periodic updates on important litigation and legislation affecting your individual freedoms,&nbsp;', 
'<a href="http://tool.donation-net.net/cfif/register.cfm">click&nbsp;here</a>.</b></font></blockquote></blockquote></div>',
'<hr align="center"><br><br'
		);
	}
	if (section == "state")
	{
		document.write (
			']</i></font><br><br><a href="http://www.cfif.org/htdocs/legislative_issues/state_issues/index.htm" class="IndexReturn">Return to</a> <a href="http://www.cfif.org/htdocs/legislative_issues/state_issues/index.htm" class="Index">State Issues</a> <a href="http://www.cfif.org/htdocs/legislative_issues/state_issues/index.htm" class="IndexReturn">Index<br><br><br>'
		);
	}	
	
	
//=================================================

// Bottom Nav

//=================================================
	
	
	
	document.write (
				
'</td></tr><tr bgcolor="#FFFFFF">',
'<td colspan="3" bgcolor="#C2C0D6" height="14">',
'<!-- base nav -->',
'<DIV ALIGN="CENTER">',
'<table border="0" cellpadding="0" cellspacing="0" width="100%">',
'<tr>',                 
'<td><div align="center"><img src="http://www.cfif.org/htdocs/Images/shim.gif" width="1" height="5"><br>',
'&nbsp;<b><a class="navSub" href="http://www.cfif.org/htdocs/legislative_issues/where_we_stand/index.htm">Where We Stand</a>',
'&nbsp;&nbsp;&nbsp;&nbsp;<a class="navSub" href="http://www.cfif.org/htdocs/legislative_issues/federal_issues/hot_issues_in_congress/index.htm">Federal Issues</a>',
'&nbsp;&nbsp;&nbsp;&nbsp;<a class="navSub" href="http://www.cfif.org/htdocs/legislative_issues/state_issues/index.htm">State Issues</a>',
'&nbsp;&nbsp;&nbsp;&nbsp;<a class="navSub" href="http://www.cfif.org/htdocs/legislative_issues/legislative_links/links_index.htm">Legislative Links</a></b>',
'</div><img src="http://www.cfif.org/htdocs/Images/shim.gif" width="1" height="4"><br></td>',
'</tr>',
'</table>',
'</DIV>',
'</td>',
'</tr>',
'<tr>',
'<td colspan="2" bgcolor="#FFFFFF"><div align="center">'
	);
}



//====================================================

function footnav (section)

//=================================================

{

	document.write(

'</td>',
'<td bgcolor="#FFFFFF" width="10">&nbsp;</td>',
'</tr>',
'</table>',
'</td>',
'</tr>',
'<tr>',
'<td width="601" valign="top">&nbsp;</td>',
'</tr>',
'</table>',
'<p>&nbsp;</P>',
''
	);

}

//----->
