// ====================== //
//  Bottom Ad Rotator     //
// ====================== //
	var adSrc = new Array()
	// Add ad images and html here
	adSrc[0] = '<div id="left"><div class="ad"><a class="leftAd" href="http://www.sentrypetcare.com/products/ProductCatalog.asp?one=1&two=358&three=970" target="_blank"></a><h3 class="hidden">Yip Yap little treats<br />from CHOMP are<br />absolutely irresistible</h3><p class="hidden">Find out more about<br />natural treats for cats<br />and dogs<br /><a href="http://www.sentrypetcare.com/products/ProductCatalog.asp?one=1&two=358&three=970" target="_blank" title="Learn More"><img src="/images/bottomAds/yip_yap.jpg" alt="Natural Treats for Dogs and Cats!" border="0" /></a></p></div></div>'
	adSrc[1] = '<div id="left2"><div class="ad"><a class="leftAd" href="http://www.sentrypetcare.com/products/ProductCatalog.asp?one=1&two=341&three=630" target="_blank"><h3 class="hidden">Toys that Teach</h3><p class="hidden">Protected Wildlife dog toys are not only fun for pets. They also include fun and activities for kids!<br /> <a href="http://www.sentrypetcare.com/products/ProductCatalog.asp?one=1&two=341&three=630" target="_blank">Learn More</a></p></div></div>'

	var j = 0
	var p = adSrc.length;
		
	var preBuffer = new Array()
	for (i = 0; i < p; i++){
		 preBuffer[i] = new Image()
		 preBuffer[i].src = adSrc[i]
	}
		
	var whichAd = Math.round(Math.random()*(p-1));
	
	function showAd(){
		document.write(adSrc[whichAd]);
	}


$(document).ready(function(){
	
	// ===================== //
	//  Hover Class for IE   //
	// ===================== //
 	$(" #nav li").hover(function(){
        $(this).addClass('hover');
		//$("li.hover ul").slideDown(300);
    }, function(){
		//$("li.hover ul").slideUp(300);
        $(this).removeClass('hover');
        });
	
	// ======================== //
	//  Urchin Tracking Code    //
	// ======================== //
	
	_userv=0;
	urchinTracker();
});

