<!-- Begin hiding from non-javascript browsers
var links=new Array ("home","classifieds","events","merch","officers","links","join","news","photos");
var links_text=new Array ("Home","Classifieds","Events","Merchandise","Officers","Links","Join Us","Newsletters","Photo Gallery");
var links_url=new Array ("index.html","classifieds.html","events.html","merch/merchandise.html","jssc_officers.html","links.html","joinus/joinus.html","docs/newsletters/newsletters.html","cgi-bin/gallery/gal_page.pl?action=list");
var links_target=new Array("_self","_self","_self","_self","_self","_self","_self","_self","_self");

var loc=String(this.location);
loc=loc.split("/");
loc=loc[loc.length-1].split(".");
loc=loc[loc.length-2];

function contents_gen() {
	for(var i=0; i<links.length; i++) {
				document.write('<IMG ALT="Leaper" SRC="http://www.jaguarsocietysc.com/images/tinyjag.gif"><A HREF="http://www.jaguarsocietysc.com/'+links_url[i]+'" target="'+links_target[i]+'"> '+links_text[i]+'</A><P><BR>');
					   }
	document.write('<P><BR><CENTER><A HREF="http://www.jaguarsocietysc.com/docs/newsletters/latest_newsletter.pdf"><IMG ALT="Click on this image to download the latest newsletter in Adobe Acrobat format." SRC="http://www.jaguarsocietysc.com/images/latest_newsletter.jpg"></A></CENTER><P STYLE="color: #006600; font-size: 7pt;" ALIGN="center">Click on the image above<BR>to get the latest newsletter<BR>in <A HREF="http://www.adobe.com" TARGET="new">Adobe Acrobat</A> format.</P>');
} 

contents_gen();
// End javascript hiding. -->

