<!----------- // 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>',
'<b>&nbsp;&nbsp;<a class="navSub" href="http://www.cfif.org/htdocs/freedomline/current/index.php">Current Events</a>',
'&nbsp;&nbsp;&nbsp;&nbsp;<a class="navSub" href="http://www.cfif.org/htdocs/freedomline/freedomcast.html">Freedomcast</a>',
'&nbsp;&nbsp;&nbsp;&nbsp;<a class="navSub" href="http://www.cfif.org/htdocs/freedomline/un_monitor/index.htm">UN Monitor</a>'

// turns on active sub section link by page visited...

);

	if (section == "quotes")
	{
		document.write (
			'&nbsp;&nbsp;&nbsp;&nbsp;<a class="navSubon" href="http://www.cfif.org/htdocs/freedomline/notable_quotes/index.htm">Notable Quotes</a>'
		);
	}
	else
	{
		document.write (
			'&nbsp;&nbsp;&nbsp;&nbsp;<a class="navSub" href="http://www.cfif.org/htdocs/freedomline/notable_quotes/index.htm">Notable Quotes</a>'
		)
	}
	
document.write (
''

);

	if (section == "cartoon")
	{
		document.write (
			'&nbsp;&nbsp;&nbsp;&nbsp;<a class="navSubon" href="http://www.cfif.org/htdocs/freedomline/cartoon-corner/index.php">Editorial Cartoons</a>'
		);
	}
	else
	{
		document.write (
			'&nbsp;&nbsp;&nbsp;&nbsp;<a class="navSub" href="http://www.cfif.org/htdocs/freedomline/cartoon-corner/index.php">Editorial Cartoons</a>'
		)
	}
	
document.write (
''

);

	if (section == "links")
	{
		document.write (
			'&nbsp;&nbsp;&nbsp;&nbsp;<a class="navSubon" href="http://www.cfif.org/htdocs/freedomline/links/links_index.htm">Links</a>'
		);
	}
	else
	{
		document.write (
			'&nbsp;&nbsp;&nbsp;&nbsp;<a class="navSub" href="http://www.cfif.org/htdocs/freedomline/links/links_index.htm">Links</a>'
		)
	}
	
document.write (

'&nbsp;&nbsp;&nbsp;&nbsp;<a class="navSub" href="http://www.cfif.org/htdocs/about_cfif/contact_us/contact.htm">Contact Us</a></b>',
'<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"><font face="Arial, Helvetica, sans-serif" size="3" color="#333366"><b>&nbsp;&nbsp;Freedom Line',
'</b></font></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 == "quotes")
	{
		document.write (
			'<img src="http://www.cfif.org/htdocs/Images/icons/bookstacked..jpg" width="137" height="137" vspace="15" hspace="0" align="top"><hr><br><span class="Caption">'
		);
	}
	if (section == "links")
	{
		document.write (
			'<img src="http://www.cfif.org/htdocs/Images/icons/USA.jpg" width="137" height="137" vspace="15" hspace="0" align="top"><hr><br><span class="Caption">'
		);
	}
	
	if (section == "cartoon")
	{
		document.write (
			'<img src="http://www.cfif.org/htdocs/op_ed/cartoon.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 use...

{

	document.write(
''

);

	if (section == "cartoon")
	{
		document.write (
			'<br></span><br><hr><br><form name="eMailer"><font color="#990000">Send these cartoons to a friend</font>'
		);
	}

	if (section == "quotes")
	{
		document.write (
			'<br></span><br><hr><br><form name="eMailer"><font color="#990000">Send these quotes to a friend</font>'
		);
	}
	if (section == "links")
	{
		document.write (
			'<br><br></span></font></p><hr><br><form name="eMailer"><font color="#990000">Send this page 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>'

// which liberty update promotion to use...

);

	if (section == "quotes")
	{
		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 == "cartoon")
	{
		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 == "links")
	{
		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>'
		);
	}
	
		document.write (

		   ''
// include current events archive nav bar or not...

);

	if (section == "opening")
	{
		document.write (
			''
		);
	}
	if (section == "curevents")
	{
		document.write (
			'<br><p><font size="3" color="#990000">The Archives</font></p><p><a href="2001_archive_index.htm">Freedom Line 2001</a><br><br><a href="2002_archive_index.htm">Freedom Line 2002</a></p><p><a href="2003_archive_index.htm">Freedom Line 2003</a></p><p><a href="2004_archive_index.htm">Freedom Line 2004</a></p><hr>'
		);
	}
	if (section == "cartoon")
	{
		document.write (
			'<br><p><font size="3" color="#990000">The Archives</font></p>' ,
'<p><a href="http://www.cfif.org/htdocs/freedomline/cartoon-corner/02-political-cartoons-editorial-humor.htm">2006 Cartoons</a><br></p>',
'<p><a href="http://www.cfif.org/htdocs/freedomline/cartoon-corner/2007-cartoons.php">2007 Cartoons</a><br></p>',
'<hr>'

		);
	}	if (section == "story")
	{
		document.write (
			''
		);
	}
	else
	{
		document.write (
			''
		);
	}
	
document.write (

		   ''
// include supreme court promo or not...

);

if (section == "supremeindex")
	{
		document.write (
			''
		);
	}
	
	else
	{
		document.write (
						
			''
		);
	}
	
document.write (

		   ''

	);

}


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

function leftTableEnd (section)

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

{
	document.write(

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

);

	if (section == "quotes")
	{
		document.write (
			'<img src="../../Images/transparent.gif" width="193" height="1"></div><td width="100%" bgcolor="#FFFFFF" valign="top" height="100%"><b><span class="Sectiontitle">'
		);
	}
	else
	{
		document.write (
			'<img src="../../Images/transparent.gif" width="193" height="1"></div><td width="100%" bgcolor="#FFFFFF" valign="top" height="100%"><b><span class="Sectiontitle">'
		);
	}
	
document.write(
''
	);

}


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

function storytext (section)

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

// close story title...

{
	document.write(

'</b><br></span>'

);

	if (section == "quotes")
	{
		document.write (
        '<font size="1">&nbsp;II&nbsp;</font><a href="http://www.cfif.org/htdocs/freedomline/notable_quotes/constitutional_quotes_index.htm">Bill of Rights</a>',
        '<font size="1">&nbsp;II&nbsp;</font><a href="http://www.cfif.org/htdocs/freedomline/notable_quotes/famous_index.htm">Liberty</a><font size="1">&nbsp;II&nbsp;</font><a href="http://www.cfif.org/freedomline_notable.htm">In Black &amp; White</a>',
        '<font size="1">&nbsp;II&nbsp;</font><a href="http://www.cfif.org/freedomline_notable.htm">9-11</a><hr><p></p>',
''
		);
	}
}

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

function postdate (section)

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

{

	document.write(
''
);

	if (section == "section")
	{
		document.write (
			'<hr align="center"><p align="center"><a href="index_commentary.htm#opinion">In Our Opinion</a> &#149; <a href="index_commentary.htm#guest">Guest Commentary</a> &#149; <a href="index_commentary.htm#background">UN Background</a></p><hr align="center"><div align="center"><font color="#000000"><font face="Arial, Helvetica, sans-serif" size="1"><br></font></font></div>'
		);
	}
	if (section == "quotes")
	{
		document.write (
			'<hr align="center"><p>'
		);
	}
	if (section == "links")
	{
		document.write (
			'<hr align="center"><p>'
		);
	}
	
document.write (

''
	);

}


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

function bottomwrap (section)

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

{
	document.write(
''

);

	if (section == "story")
	{
		document.write (
			']</i></font><P><a href="http://www.cfif.org/htdocs/freedomline/un_monitor/index_commentary.htm" class="IndexReturn">Return to</a> <a href="http://www.cfif.org/htdocs/freedomline/un_monitor/index_commentary.htm" class="Index">Current Events</a> <a href="http://www.cfif.org/htdocs/freedomline/un_monitor/index_commentary.htm" class="IndexReturn">Index</a></p><P></P><P><br>'
		);
	}
	else
	{
		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><table width="100%"  border="3" cellpadding="0" cellspacing="0" bordercolor="#000099"><tr valign="top">',
'<td valign="top" width="33%" background="../../Images/images_newhome/New_jester.jpg"><div align="right" class="style5">',
'<a class="homeicon" href="http://www.cfif.org/htdocs/legal_issues/legal_updates/jesters_courtroom/tales.html">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;JESTERS&nbsp;<br>COURTROOM&nbsp;</a></div>',
'<a href="http://www.cfif.org/htdocs/legal_issues/legal_updates/jesters_courtroom/tales.html"><IMG SRC="../../Images/images_newhome/spacer.gif" ALT="" WIDTH=100% HEIGHT=51 border="0"></a></td>',
'<td valign="top" width="33%" background="../../Images/images_newhome/New_noatble.jpg"><div align="center" class="style5">',
'<a class="homeicon" href="http://www.cfif.org/htdocs/freedomline/notable_quotes/index.htm">&nbsp;&nbsp;&nbsp;&nbsp;NOTABLE QUOTES&nbsp;&nbsp;&nbsp;&nbsp;</a></div>',
'<a href="http://www.cfif.org/htdocs/freedomline/notable_quotes/index.htm"><IMG SRC="../../Images/images_newhome/spacer.gif" ALT="" WIDTH=100% HEIGHT=51 border="0"></a></td>',
'<td valign="top" width="33%" background="../../Images/images_newhome/new_donate.jpg"><div align="right" class="style5">',
'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a class="homeicon" href="http://www.cfif.org/htdocs/about_cfif/donate_to_cfif/donate.htm">DONATE<img src="../../Images/images_newhome/spacer.gif" width="60" height="60" border="0" align="left" >&nbsp;&nbsp;<br>',
'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Help Us&nbsp;&nbsp;<br>',
'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Fight&nbsp;For&nbsp;&nbsp;<br>',
'Individual&nbsp;&nbsp;<br>',
'Freedom&nbsp;&nbsp;</a></div></td>',
'</tr></table><br><br>'
		);
	}
	
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/freedomline/current/index.php">Current Events</a>',
'&nbsp;&nbsp;&nbsp;&nbsp;<a class="navSub" href="http://www.cfif.org/htdocs/freedomline/un_monitor/index.htm">UN Monitor</a>',
'&nbsp;&nbsp;&nbsp;&nbsp;<a class="navSub" href="http://www.cfif.org/htdocs/freedomline/notable_quotes/index.htm">Notable Quotes</a>',
'&nbsp;&nbsp;&nbsp;&nbsp;<a class="navSub" href="http://www.cfif.org/htdocs/freedomline/cartoon-corner/index.php">Editorial Cartoons</a>',
'&nbsp;&nbsp;&nbsp;&nbsp;<a class="navSub" href="http://www.cfif.org/htdocs/freedomline/links/links_index.htm">Links</a>',
'&nbsp;&nbsp;&nbsp;&nbsp;<a class="navSub" href="http://www.cfif.org/htdocs/about_cfif/contact_us/contact.htm">Contact Us</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>',
''
	);

}

//----->
