<!-- 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 news                ="yes"		// SHOW news
var stats               = "yes"     // SHOW IndyFeral Statistics
var support 		= "yes"     // SHOW Support Us
var contact             = "yes"     // Show Contact Us
var urgent			= "yes"         //show Urgent Need area (grizzard)


// 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>');

}
//URGENT NEED
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

   if (stats == "yes") {

document.write('<div class="statsheader">IndyFeral Statistics</div>');
document.write('<div class="stats">Cats fixed in 2010<br>');
document.write('(end of June):<div style="color: #F00"> 1,355 </div>');
document.write('Total cats fixed<br>');
document.write('(since 2002):<div style="color: #F00"> 19,607</div>');
document.write('Eartipped Cats returned to their colonies from ACC<br>');
document.write('(end of June):<div style="color: #F00"> 66 </div>');
document.write('Managed colonies:<div style="color: #F00"> over 2,500 </div>');
document.write('Friendly Cats/Kittens Removed from colonies (since 2002):<div style="color:#F00">2,214</div>');
document.write('</div>');

}
// NEWS

	if (news == "yes") {

document.write('<br><div class="statsheader"><a href="http://www.indyferal.org/index.php?page=index#news">IndyFeral News</a></div>');
document.write('<div class="sbnews"><a href="http://www.indyferal.org/index.php?page=index#STAR">IndyFeral, AWA featured in July 18, 2010 IndyStar articles</a></div>');
document.write('<div class="sbnews"><a href="http://www.indyferal.org/index.php?page=index#DB">New Indianapolis Feral Cat Caretakers website</a></div>');
document.write('<div class="sbnews"><a href="http://indyferal.org/Literature/TransportAssistance.pdf">Help save lives:Transport assistance needed (PDF)</a></div>');
document.write('<div class="sbnews"><a href="http://indyferal.org/index.php?page=kitten_care">Found kittens? Do you know what to do?</a></div>');
document.write('<div class="sbnews"><a href="http://www.indyferal.org/index.php?page=index#GB">New IndyFeral "Green" Bag for sale</a></div>');
document.write('<div class="sbnews"><a href="http://www.indyferal.org/index.php?page=index#stayconnected">Follow IndyFeral</a></div>');
document.write('<div class="sbnews"><a href="http://www.indyferal.org/index.php?page=index#fooddrive">Donate food for cats</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>');


// 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 IndyFeral</a></div>');
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 -->