<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// THESE ARE E-MAIL OPTIONS YOU CAN TURN ON AND OFF

var sitemap             = "yes"     // SHOW Site Map
var helpus                ="no"		// SHOW Help Us Help Them Field Volunteer
var stats               = "yes"     // SHOW IndyFeral Statistics
var support 		= "yes"     // SHOW Support Us
var petfinder		= "yes"		// SHOW Petfinder section
var contact             = "yes"     // Show Contact Us
var urgent			= "yes"         //show Urgent Need area (grizzard)
var follow			="yes"			//Facebook and Twitter

// SITE MAP

   if (sitemap == "yes") {

document.write('<div class="statsheader"><a href="http://www.indyferal.org/index.php?page=sitemap">Site Map</a></div><br>');

}

	if (follow == "yes")  {
	
document.write('<div class="statsheader">Follow IndyFeral:</div><div class="stats"><a href="http://www.facebook.com/#/pages/IndyFeral-Inc/207112649501?ref=nf" target="_blank"><img src="content/images/facebookicon.gif" border="0"></a> &nbsp; <a href="http://twitter.com/IndyFeral" target="_blank"><img src="content/images/twittericon.gif" border="0"></a></div><br>')

} 

//URGENT NEED SUMMER FUND
//document.write('<div class="grizzard"><a href="http://indyferal.org/index.php?page=donations"><img src="http://indyferal.org/content/images/grizzard/summer_fund_sidebar.gif" /></a>');
//document.write('<br><a href="http://indyferal.org/index.php?page=donations">Summer Fund Drive in progress: help cats beat the heat.</a></div><br>');

// STATISTICS
//monthly A 1995, S 2455, oct 417 2872, nov 230 3,102, dec 3182
//monthly A 20247, S 20707, oct 21124, nov 21354, d 
//monthly A 77, S 97, oct 101, nov 110, d 119
   if (stats == "yes") {

document.write('<div class="statsheader">IndyFeral Statistics</div>');

document.write('<div class="stats">Since 2002: <ul>');
document.write('<li><font color ="#F00">23,194</font> cats fixed</li>');
document.write('<li>Assistance for <font color ="#F00">over 2,500</font> managed colonies</li>');
document.write('<li><font color ="#F00">2,717</font> friendly cats/kittens removed from colonies</li>');
document.write('</ul>');
document.write('2011:<ul>');
document.write('<li><font color ="#F00">1,760</font> cats fixed YTD</li>');
document.write('<li><font color ="#F00">68</font> eartipped cats returned to their colonies from ACC YTD</li>');
document.write('<li><font color ="#F00">438</font> Feral Freedom Cats YTD</li>');
document.write('</ul></div>');
}
// Help Us Help Them - Volunteer

	if (helpus == "yes") {

document.write('<br><div class="sbnews"><a href="http://indyferal.org/index.php?page=vol_reg"><img src="/content/images/pic_help_us_help_them_sm.jpg" width="145" height="109" /></a><br>');
document.write('<a href="http://www.indyferal.org/index.php?page=vol_reg">Become an IndyFeral volunteer</a></div>');


}
// DID YOU KNOW?

document.write('<br><div class="statsheader">Did you know?</div>');
document.write('<div class="sbnews"><script type="text/javascript" src="http://indyferal.org/rantex/rantex.php"></script></div>');
//document.write('<p class="small"><a href="http://www.phpjunkyard.com" target="_blank">Script by PHPJunkyard</a></p></div>');

// PETFINDER

	if (petfinder == "yes") {
	
document.write('<br><a href="http://www.petfinder.com/shelters/IN200.html" target="_blank"><img src="/content/images/petfinder_sidebar.gif" width="150" height="204" border="0" /></a>');
document.write('<div class="sbnews"><a href="http://www.petfinder.com/shelters/IN200.html" target="_blank">Adoptable cats on Petfinder</a></div>');

}


// CONTACT US

   if (contact == "yes") {




document.write('<br><div class="statsheader"><a href="mailto:contact@indyferal.org">Contact Us</a></div>');
document.write('<div class="stats"><A HREF="mailto:contact@indyferal.org" class="link"><img src="/content/images/Contact_Us.jpg" width="140" height="217" border="0" /></a><br>IndyFeral<br>P.O. Box 30054<br>Indianapolis, IN 46230<br>(317) 596-2300</div>');
}
// SUPPORT US

   if (support == "yes") {

document.write('<br><div class="statsheader"><a href="http://indyferal.org/index.php?page=donations">Support the Feral Fund</a></div><a href="http://indyferal.org/index.php?page=donations"><img src="/content/images/pic_feral_fund.jpg" width="150" height="245" border="0" /></a><br>');
document.write('<div class="stats"><a href="https://www.paypal.com/xclick/business=paypal@indyferal.org&no_note=1&tax=0&cy_code=USD" target="_blank">');
document.write('<img src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal button"></a>');
document.write('<br><a href="https://www.paypal.com/xclick/business=paypal@indyferal.org&no_note=1&tax=0&cy_code=USD" target="_blank">Donate with PayPal</a><br>');

document.write('<br><a href="http://www.goodsearch.com/?charityid=844328" TARGET="_top"><IMG SRC="http://www.goodsearch.com/_gfx/gs-cause-120x60.gif" WIDTH="120" HEIGHT="60" ALT="GoodSearch: You Search...We Give!" BORDER="0"></a>');
document.write('<br>Use <a href="http://www.goodsearch.com/?charityid=844328 target="_blank">GoodSearch</a> when you search or shop online');

document.write('<br><br><a href="http://indyferal.org/index.php?page=donations">(click here for more ways to help)</a>');
document.write('</div>');

}





//  End -->
